calculate the inv of a matric with one constant
古いコメントを表示
Hello all, I have a simple question. Assume that I have the following matrix. How can I find the inv of this matrix based on "t".
m = [3*t 0 0; 1 t o;0 0 t]; Thank you
1 件のコメント
James Tursa
2014 年 11 月 5 日
Do you have the Symbolic Toolbox? E.g., can you make t a syms object?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Linear Algebra についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!