You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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