-
Notifications
You must be signed in to change notification settings - Fork 0
Maple
Behzad Samadi edited this page Oct 23, 2013
·
7 revisions
- Maple Online Help
- To type the dot on top of a variable, press Ctrl+Shift+'.
- The stand alone version of Maple requires that the lsb-core and lsb-base packages to be installed on Ubuntu and Linux Mint to avoid the "unable to determine host ID" error message Link.
- Efficient Maple programming
- Maple 401
- Maple model for emacs
- To define a function using ArrayInterpolation: func := proc (a, b) -> ArrayInterpolation([x,], Z, Array(1 .. 1, 1 .. 1, 1 .. 2, [a, b]), 'method' = 'spline')[1,] end proc
- Maple on the Web