Community Profile

photo

Ngo Ha Gia Bao


Last seen: 4 months ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


I don't understand the condition from FOR row 16 to row 26. Can explain each row form if row to the end please.
syms x y z lambda dist = x.^2+(y-1).^2+z.^2; % distance of an abitary point (x,y,z) from the point(0,1,0) S = z.^2-(x.*...

2 years ago | 1 answer | 0

1

answer

Question


I don't understand the condition from FOR row 16 to row 26
syms x y z lambda dist = x.^2+(y-1).^2+z.^2; % distance of an abitary point (x,y,z) from the point(0,1,0) S = z.^2-(x.*...

2 years ago | 1 answer | 0

1

answer

Question


Error in T12 (line 35) surf(X, Y, fplot) and I have no idea what I was wrong
clc clear close all syms x y f = @(x,y)(x.^2+y.^2+x.*y-12*log(x)-10*log(y)); fx = diff(f,x); fy = diff(f,y); [xc,yc] = so...

2 years ago | 1 answer | 0

1

answer