Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Matlabのシンボリックで以下の連立方程式を解くことは可能ですか?たとえば、aとbは以下で定義されていません。
x1- (5-a)x2 = 2 2x1 + 5x2 = b x1 + x2 + x3 = 0
Matlab(高度なライブラリなし)を使用してこのシステムを解決できますか?Mathematicaがその可能性を提供することは知っていますが、Matlabでこれを行うように求められています。
うん!
http://www.mathworks.com/help/symbolic/solve.html
Mathematicaほどかっこよく見えませんが、動作します。