Inverse matrix in block form

Asked

Viewed 153 times

1

I have a 1 shape matrix (X and U are square):

| X Y |
| Z U |

Which is the inverse of the matrix (which I don’t know) (A and D are square):

| A B |
| C D |

I’m trying to get the inverse matrix of "A", from matrix 1, I tried to use "Matrix inversion in block form", but I can only:

  • A-1 * B = Y * U^-1
  • C * A^-1 = Z * U^-1

It will be possible to find only A^-1 without having to reverse matrix 1?

matinv

  • Jorge, this site is aimed at programming, your doubt does not seem to be related to programming, and yes, mathematic.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.