How to solve an equation with matrices?

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 Comments

Could you include the matrix dimensions ?
A is 2x2
B is 2x1
Λ is 1x1
Am is 2x2 and
Bm is 2x1

Sign in to comment.

 Accepted Answer

Kx=( (B*Delta)\(Am-A) ).';
Kr=( (B*Delta)\(Bm) ).';

More Answers (0)

Categories

Find more on Mathematics in Help Center and File Exchange

Asked:

on 23 May 2021

Answered:

on 23 May 2021

Community Treasure Hunt

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

Start Hunting!