How can i write this in matlab?

1 view (last 30 days)
Gökay
Gökay on 31 Jul 2014
Commented: Andrew Reibold on 31 Jul 2014
Hi, I saw a question in this link http://www.mathworks.com/matlabcentral/answers/144091-how-can-i-write-this-in-matlab-help-me-plz and i don't understand newton's method too. Can you give me a example solution script please?

Answers (1)

Andrew Reibold
Andrew Reibold on 31 Jul 2014
Edited: Andrew Reibold on 31 Jul 2014
Newton's Method is a very elementary technique, and I strongly recommend you try to learn about it and how it works.
If you learn what Newtons Method is and need tutoring with Matlab, you are in the right place! I volunteer to help you! Tell me what is causing you trouble.
If you need tutoring with Newtons Method though.. I think you are on the wrong site :-/
Especially if this is for a homework assignment
  2 Comments
Gökay
Gökay on 31 Jul 2014
Thank you, Firstly, what is the purpose of this method? which is used in cases?
Andrew Reibold
Andrew Reibold on 31 Jul 2014
Newtons method is a method for finding successively better approximations to the roots (or zeroes) of a real-valued function
But I'd rather be helping you with the Matlab stuff than the Newtons method stuff... :-(

Sign in to comment.

Categories

Find more on Programming in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!