mnera almansoorie
Followers: 0 Following: 0
Feeds
已回答
Find the curvature of the curve traced out by the function r(t)=〈 t^2, 5t-1, 2t^3 -t 〉 at t=1.
R is the r(t) K is the formula A derivative B derivative It's a Mathlab assignment and I keep getting 20/100 so I don'...
Find the curvature of the curve traced out by the function r(t)=〈 t^2, 5t-1, 2t^3 -t 〉 at t=1.
R is the r(t) K is the formula A derivative B derivative It's a Mathlab assignment and I keep getting 20/100 so I don'...
2 years 前 | 0
提问
Find the curvature of the curve traced out by the function r(t)=〈 t^2, 5t-1, 2t^3 -t 〉 at t=1.
syms t f = t^2; g = (5*t) - 1; h = 2*t^3 - t; r = [f, g, h]; % r(t) dr = diff(r, t); % r'(t) = tangent ...
2 years 前 | 1 个回答 | 0