필터 지우기
필터 지우기

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 CenterFile Exchange에서 Newton-Raphson Method에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by