login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for SandBoxJacobianMatrix revision 1 of 1

1
Editor: Bill Page
Time: 2011/02/11 21:46:39 GMT-8
Note: example

changed:
-
\begin{axiom}
)expose MCALCFN                                                             
jacobian([x^2+y,x*y],[x,y]::List Symbol)    
\end{axiom}

See MultiVariableCalculusFunctions

fricas
)expose MCALCFN                                                             
MultiVariableCalculusFunctions is now explicitly exposed in frame initial jacobian([x^2+y,x*y],[x,y]::List Symbol)

\label{eq1}\left[ 
\begin{array}{cc}
{2 \  x}& 1 
\
y & x 
(1)
Type: Matrix(Polynomial(Integer))

See MultiVariableCalculusFunctions?