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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
