Other ScalaLab features
To cover everything that is made available via ScalaLab would take a separate book. Let's dedicate this section to examining some of the more interesting things provided by ScalaLab.
Doing symbolic algebra using symja
symja is a symbolic algebra system for Java. It implements the basic functionality one might expect from a symbolic algebra package. For example, you can enter and evaluate expressions, simplify them, calculate derivatives symbolically, and many other things. You can access the symja window from ScalaLab's ComputerAlgebra | Main symja interface menu option. It will open the window shown in the screenshot:
You can enter expressions in the text area that occupies the upper half of the window. The result will be shown in the bottom half area. You can enable LaTeX output by selecting TeXForm in the drop-down menu and checking the Pretty Formula? checkbox.
We will not go through the functionality provided by symja fully, but let's look at some simple examples...