フィルターのクリア

Can MATLAB help solve a matrix that contains only variables

3 ビュー (過去 30 日間)
Luis
Luis 2014 年 2 月 24 日
回答済み: Walter Roberson 2014 年 2 月 24 日
I am aware of MATLAB being able to solve matrices but will it produce a solution if the matrices only contain variable e.g. [a b c;d e f;g h i]*[x y z]=[0 0 0]?

採用された回答

Walter Roberson
Walter Roberson 2014 年 2 月 24 日
It will only be able to find a non-trivial null vector if the rank of the symbolic matrix can be determined to be less than the maximum dimension of the matrix. If the 3 x 3 has only different symbol names rather than formulae that might be reduced, and there are no active "assumptions" that could be used to make deductions, then it would not be able to find a non-trivial null vector.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCalculus についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by