Preview onto version 0.3.4
Here you can do some experiments with Rascal. The computation time is
restricted to about 10 secs to prevent high load on server.
Have a look at the documentation or at the examples. If you see wrong plots reload may help.
You job is cancelled as soon someone else accesses this page, so consider a
local installation.
Rascal-toolbox-0.3.4 (C) 2001,2002 Sebastian Ritterbusch
Enter 'help' for help or 'licence' for information about licence and warranty.
"rascal.rc loaded, predefined e, i, pi"
>f(x)=sin(x)+(x*x);
>f(2)
4.9092974268
>f'(2)
3.5838531635
>1/[1 2;3 4]
[-2 1;3/2 -1/2]
>
Questions, Problems, Bugs? Please use this form.