Hello,
Double integrals are not applied into Smath. As for the Jacobian, you can use Jacob() function
[MATH=eng]f(x,y):mat(x+2*y,x^4-y^3,2,1)[/MATH]
[MATH=eng]Jacob(f(x,y),mat(x,y,2,1))=mat(1,2,4*x^3,-3*y^2,2,2)[/MATH]
or use the plugin made by w3b5urf3r -
NonlinearSolvers. There you will find Jacobian() function as well.
[MATH=eng]Jacobian(f(x,y),mat(x,y,2,1))=mat(1,2,4*x^3,-3*y^2,2,2)[/MATH]
Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"