フィルターのクリア

Newton Raphson m-file

5 ビュー (過去 30 日間)
jsparkes951
jsparkes951 2015 年 3 月 4 日
コメント済み: jsparkes951 2015 年 3 月 4 日
I have to employ the newton raphson algorithm to find the positive real roots of f(x)=2xln(X)-1. I need to create a function m-file to do so. This is my first matlab assignment and I'm not really familiar with it. I don't really know how to go about the iteration and I'm not very confident with creating the function either. Any help would be greatly appreciated.

採用された回答

rantunes
rantunes 2015 年 3 月 4 日
  1 件のコメント
jsparkes951
jsparkes951 2015 年 3 月 4 日
Thanks :)

サインインしてコメントする。

その他の回答 (1 件)

Giorgos Papakonstantinou
Giorgos Papakonstantinou 2015 年 3 月 4 日
I would recommend to take a look at Cleve Moler's book Numerical Computing with MATLAB. Particularly in Chapter 4 which deals with finding the roots of functions with numerical methods.
Additionally, you can find a lot of submissions for Newton's Method in FEX.
  1 件のコメント
jsparkes951
jsparkes951 2015 年 3 月 4 日
Thanks :)

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeNewton-Raphson Method についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by