Info
この質問は閉じられています。 編集または回答するには再度開いてください。
what algorithm is being used by MATLAB for calculations?
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
John D'Errico
2016 年 5 月 7 日
編集済み: John D'Errico
2016 年 5 月 7 日
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.
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!