シンボリック行列の計算に関して
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
シンボリック行列を使用してシンボリック演算をしております.
その際,行列計算の規則を保ちつつ計算する方法が分かりません.
<例>を計算したいとき
syms A B
A.' * B
>
A = sym("A", [2 2]);
B = sym("B", [2 1]);
A.' * B;
>
このように要素に展開して計算されます.
など要素に展開せず計算結果を表示させることはできないでしょうか
よろしくお願いします.
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu 一般の演算 finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!