Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

what algorithm is being used by MATLAB for calculations?

1 Ansicht (letzte 30 Tage)
HAMZA Butt
HAMZA Butt am 7 Mai 2016
Bearbeitet: John D'Errico am 7 Mai 2016
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 Kommentar
John D'Errico
John D'Errico am 7 Mai 2016
Bearbeitet: John D'Errico am 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.

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by