I have a system of equation as
Hi all
I have a system of equation:
sys := [x+y, 2*x+y^2];
How can I convert the previous system to this function using maple
F:=(x,y)->(x+y,2*x^2+y^2);
then how can I compute the gradient of F.
Many thanks.
I have a system of equation as
Hi all
I have a system of equation:
sys := [x+y, 2*x+y^2];
How can I convert the previous system to this function using maple
F:=(x,y)->(x+y,2*x^2+y^2);
then how can I compute the gradient of F.
Many thanks.