SYMBOLIC system of equations
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
I'd like to know if there's a way in MATLAB to solve a symbolic system of equations with symbolic coefficients ?
Thanks for your help.
0 件のコメント
採用された回答
Grufff
2012 年 9 月 12 日
Yes, the symbolic math toolbox will do this. Type mupad at the matlab command prompt, then dig into the help files and documentation to find your feet.
Overview and examples here:
9 件のコメント
Walter Roberson
2012 年 9 月 12 日
You might be able to find something in MuPADs linalg library. http://www.mathworks.com/help/symbolic/mupad_ug/using-the-mupad-libraries.html and http://www.mathworks.com/help/symbolic/mupad_ug/linear-algebra-library.html
Search your documentation for "standard library", as you will get a very different document (that has been removed in R2012b). http://www.mathworks.com/help/releases/R2009b/toolbox/mupad/linalg/ and http://www.mathworks.com/help/releases/R2009b/toolbox/mupad/stdlib/
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!