Saturday, June 30, 2018

Symbolic Math Scripting With JShell

JShell is a Read-Evaluate-Print-Loop (REPL). In other words, it is a command line tool that allows you to enter Java statements (simple statements, compound statements, or even full methods and classes), evaluate them, and print the result. We'll go through an example that will show you how to use JShell to explore the Symja computer algebra library.

Installation

Download the latest Symja release and unzip the files in  a sub-directory named /symja.



from DZone.com Feed https://ift.tt/2KuzzPa

No comments:

Post a Comment