How would this be solved
1 回表示 (過去 30 日間)
古いコメントを表示
回答 (2 件)
Walter Roberson
2022 年 11 月 20 日
The tangent line of a curve has a tan() that is dy/dx, and it passes through the point of interest. Remember y = m*x + b and m = dy/dx and b is the value needed to get the straight line to pass through (x,y)
0 件のコメント
Catalytic
2022 年 11 月 20 日
Remember that the vector derivative of a parametric curve is tangent to the curve -
syms r(theta)
r(theta)=[2+3*cos(2*theta);
-5-sin(theta/3)];
diff(r) %tangent vector
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Interpolation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!