Maple Front-End

 

Enter Maple commands into the window. Press "submit" to send them to the server. Results will be displayed in a new window. Plot results will be represented by a button in the result window. Click the button to open the plot window.

 

 

Note: Each time you press "submit", the commands currently in the window are executed in a new Maple session. If you need to use definitions which you submitted previously, you have to resend them. Example:

If you submit

a:=3;

and later

3*a;

by itself, you will get the result "3 a", not "9". In order to get "9", you have to enter the command sequence

a:= 3; 3*a;

(it doesn't matter if you insert line breaks or not) into the window and submit the whole command sequence at once.

All command sequences are saved. Use the "next" and "previous" buttons to navigate in the list. Press "new" to get an empty command window.


If the applet fails to work correctly, please send us a bug report containing OS, browser version and detailed bug description. Please mention the page you found the applet on. If possible, also send the output on the Java Console of your browser. (Ruhig auch auf Deutsch!)