Block matrices product using symmatrix type

2 ビュー (過去 30 日間)
Angelo Cacini
Angelo Cacini 2021 年 4 月 9 日
コメント済み: Angelo Cacini 2021 年 4 月 21 日
Hello,
I’m exploring the new type symmatrix. I’ve tried the following code and I expected to obtain the same result (i.e. ans1 == ans2), but this is not the case.
Where I’m wrong ?
Many thanks in advance.
Regads,
Angelo
syms A [2 2] matrix
syms B [2 1] matrix
syms C [2 2] matrix
syms D [2 1] matrix
F = [A, B; zeros(1,2), zeros(1,1)]
G = [C, D; zeros(1,2), eye(1)]
ans1 = symmatrix2sym(G*F)
syms A [2 2]
syms B [2 1]
syms C [2 2]
syms D [2 1]
F = [A, B; zeros(1,2), zeros(1,1)]
G = [C, D; zeros(1,2), eye(1)]
ans2 = G*F

採用された回答

Pranav Verma
Pranav Verma 2021 年 4 月 21 日
Hi Angelo,
I have brought this issue to the notice of our developers. They will investigate the matter further.
Thanks
  1 件のコメント
Angelo Cacini
Angelo Cacini 2021 年 4 月 21 日
Hi Pranav,
many thanks for your feedback and your support.
Angelo

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeOperators and Elementary Operations についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by