Ältere Kommentare anzeigen
MATLAB
Find an applicable problem (possibly related to your field of study) which leads to a nonlinear equation of form f(x)=0.
Use Matlab code to solve the problem with Newton-Rafson, Bisection and False Position methods and show the obtained results in 10 iterations in a table. Make your conclusion on the method comparison.
3 Kommentare
Ameer Hamza
am 26 Apr. 2020
This is a homework question. Show us what you have already tried? Also, read here: https://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
orkun yamaner
am 26 Apr. 2020
Ameer Hamza
am 26 Apr. 2020
Yes, but this is your assignment. You need to write the code yourself. We can only give you hints.
Antworten (1)
Ameer Hamza
am 26 Apr. 2020
Bearbeitet: Ameer Hamza
am 26 Apr. 2020
0 Stimmen
These are well-studied algorithms. You can find a lot of resources on the internet related to these. Study them closely and then write your own code.
6 Kommentare
orkun yamaner
am 26 Apr. 2020
Ameer Hamza
am 26 Apr. 2020
The links i gave provide the MATLAB code of these methods.
orkun yamaner
am 26 Apr. 2020
Bearbeitet: orkun yamaner
am 26 Apr. 2020
Ameer Hamza
am 26 Apr. 2020
Have you clicked the "functions" tab after opening these links? It literally gives you the complete code of these methods.
The people answering on this websites are volunteers and not part of MATLAB support. Even if you contact MATLAB support, they are not required to complete homework.
orkun yamaner
am 26 Apr. 2020
orkun yamaner
am 26 Apr. 2020
Kategorien
Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!