How to solve an equation with matrices?

1 回表示 (過去 30 日間)
RoBoTBoY
RoBoTBoY 2021 年 5 月 23 日
回答済み: Catalytic 2021 年 5 月 23 日
I have these equations below:
How to solve these? I know the matrices A, B, Λ, Am, Bm and i want to find the Kx^T and Kr^T
  2 件のコメント
Torsten
Torsten 2021 年 5 月 23 日
Could you include the matrix dimensions ?
RoBoTBoY
RoBoTBoY 2021 年 5 月 23 日
A is 2x2
B is 2x1
Λ is 1x1
Am is 2x2 and
Bm is 2x1

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

採用された回答

Catalytic
Catalytic 2021 年 5 月 23 日
Kx=( (B*Delta)\(Am-A) ).';
Kr=( (B*Delta)\(Bm) ).';

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by