Feeds
提问
Chain rule with partial derivative
Hello, I need to take partial derivative with chain rule of this function f: f(x,y,z) = y*z/x; x = exp(t); y = log(t); z = t^2 ...
5 years 前 | 1 个回答 | 0
1
个回答提问
Plot a elliptic cone
Hello there, I have this given equations of elliptic cone x^2 + 4*y^2 = z^2 and now I want to plot it. I have try this but it s...
5 years 前 | 2 个回答 | 0
2
个回答提问
Problems with surf a 3D cylinder and a 3D curve
syms x y z x = 0:0.1:6; y = x; [x,y] = meshgrid(x); f = x.^3 + y.^3 +3.*x.*y; g = (x-3).^2 + (y-3).^2 - 9; %% I cannot sur...
6 years 前 | 1 个回答 | 0
