Variable q8L, q8y, q8x,q8f must be of siize [6,1] it is currently of size [8,1]
1 view (last 30 days)
Show older comments
syms x y L
f(x,y)=(x*y)^2;
g(x,y)=x^2+y^2-16;
firstpart=jacobian(f(x,y),[x,y])-L*jacobian(g(x,y),[x,y])
[q8L,q8x,q8y]=solve([firstpart,g])
q8f=subs(f(x,y),{x,y},{q8x,q8y})
5 Comments
Answers (0)
See Also
Categories
Find more on Calculus in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

