フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

For 1 ≤ a ≤ 4, find a solution of f(x) = tan(x) + a sin(x)/x = 0 using Newton’s method. Plot the solution as a function of a. Please help me to solve it by matlab.

1 回表示 (過去 30 日間)
Chun Kit NG
Chun Kit NG 2022 年 2 月 8 日
閉鎖済み: John D'Errico 2022 年 2 月 8 日
  6 件のコメント
Jan
Jan 2022 年 2 月 8 日
"write the equation f(x)=tan(x)+asin(x)/x"
f = @(x) tan(x) + a * sin(x) / x;
Please ask your teacher or read in the book used for the lessons, what the Newton method is. Even WikiPedia explains this exhaustively.
This is a Matlab forum. Asking in a forum cannot replace learning numerical maths.

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by