Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
what algorithm is being used by MATLAB for calculations?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have been asked to compare theoretical answers obtained by mathematical equations with MATLAB. I have found some answers to be very different, any reason why?
1 commentaire
John D'Errico
le 7 Mai 2016
Modifié(e) : John D'Errico
le 7 Mai 2016
This is impossible to answer. There are many, many thousands of "algorithms" in the various calculations in MATLAB, as there are a huge number of functions, especially when you add in the toolboxes.
So the only possible answer to your question is that you need to:
- Read the documentation for the code in question. Understand what it is attempting to do. Then you may need to do some research on that particular problem, to understand why some specific algorithm was chosen.
- Probably take at least a basic course in numerical analysis.
Your question may be as simple as to how arithmetic works in a floating point environment. So you may need to start there. We cannot know, since your question is unimaginably broad.
If you have a specific question, about a specific problem, then ask it.
Réponses (0)
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!