How to solve an equation with matrices?

5 Ansichten (letzte 30 Tage)
RoBoTBoY
RoBoTBoY am 23 Mai 2021
Beantwortet: Catalytic am 23 Mai 2021
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 Kommentare
Torsten
Torsten am 23 Mai 2021
Could you include the matrix dimensions ?
RoBoTBoY
RoBoTBoY am 23 Mai 2021
A is 2x2
B is 2x1
Λ is 1x1
Am is 2x2 and
Bm is 2x1

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Catalytic
Catalytic am 23 Mai 2021
Kx=( (B*Delta)\(Am-A) ).';
Kr=( (B*Delta)\(Bm) ).';

Weitere Antworten (0)

Kategorien

Mehr zu Mathematics 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!

Translated by