Solving for Values in an Inverse Partitioned Matrix

  • Thread starter Thread starter BraedenP
  • Start date Start date
  • Tags Tags
    Inverse Matrix
AI Thread Summary
The discussion focuses on solving for matrices Z, X, and Y in a given partitioned matrix equation. The user correctly equates the product of the matrices to an identity matrix and derives equations leading to Z = -C, X = BC - A, and Y = -B. Feedback highlights a typo in the original matrix where the center element should be I instead of 0, but the calculations remain valid. Additionally, it is suggested to explicitly state Y = -B for clarity. The overall method is affirmed as correct with minor adjustments needed for presentation.
BraedenP
Messages
94
Reaction score
0

Homework Statement


Given partitioned matrices:
A=\begin{bmatrix}<br /> I &amp; 0 &amp; 0\\ <br /> C &amp; 0 &amp; 0\\ <br /> A &amp; B &amp; I<br /> \end{bmatrix}<br /> ,A^{-1}=\begin{bmatrix}<br /> I &amp; 0 &amp; 0\\<br /> Z &amp; I &amp; 0\\<br /> X &amp; Y &amp; I<br /> \end{bmatrix}

Solve for matrices Z, X, and Y

Homework Equations


N/A

The Attempt at a Solution



I started by equating the product of those partitioned matrices to a partitioned identity matrix:

\begin{bmatrix}<br /> I &amp; 0 &amp; 0\\ <br /> C &amp; 0 &amp; 0\\ <br /> A &amp; B &amp; I<br /> \end{bmatrix}<br /> \begin{bmatrix}<br /> I &amp; 0 &amp; 0\\<br /> Z &amp; I &amp; 0\\<br /> X &amp; Y &amp; I<br /> \end{bmatrix}<br /> = \begin{bmatrix}<br /> I &amp; 0 &amp; 0\\<br /> 0 &amp; I &amp; 0\\<br /> 0 &amp; 0 &amp; I\end{bmatrix}

Then My multiplying out the entries and comparing them to the expected corresponding entries in the identity matrix, I generated some equations:

C+Z=0 \to Z=-C

A+BZ+X=0 \to X=-B(-C)-A \to X=BC-A

B+Y=0 \to B=-Y

Therefore:
Z=-C, X=BC-A, B=-Y

Am I right in my method, or am I out to lunch? Hopefully I broke no rules in my multiplication of the sub-matrices..

Any advice would be appreciated.
 
Physics news on Phys.org
Looks good, but you probably want to express Y = -B in case you have a pedantic grader that might take points off. Also you have a typo in the center element of the original matrix (center element is I instead of 0), but you seem to have used the correct matrix for your calculation.
 
fzero said:
Looks good, but you probably want to express Y = -B in case you have a pedantic grader that might take points off. Also you have a typo in the center element of the original matrix (center element is I instead of 0), but you seem to have used the correct matrix for your calculation.

Oops! Yeah, you're right -- it is a typo. I used I in my calculation.

And yep, you're correct. He'll want it as Y=-B.. Not sure why I changed it around.

Thanks a heap!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top