Tagged Questions
1
vote
1answer
33 views
Linear Algebra — Block Matrix Inversion
Please excuse my formatting...
$X=\left(\matrix{A & B\\C & D}\right)$ where $A,B,C,D$ are all $n\times n$ matrices. Assuming that all stated inverses exist show that
...
0
votes
0answers
57 views
on norm of submatrix of the inverse and inverse of a submatrix
Given an M-matrix, say $M\in\mathbb{R}^{n\times n}$, which in block form is
$M$ = \begin{pmatrix}
A & B\\
C & D
\end{pmatrix}
where $A\in\mathbb{R}^{k\times k}$ and ...
1
vote
0answers
81 views
How does adding extra row and column of ones affect a matrix's inverse?
I'm working on a homework problem, and I'm stuck. I guess my linear algebra still needs some work...
I've arrived at
$\mathbf{D}=
\left[
\begin{matrix}
\mathbf{C} & \mathbf{1}^T \\
\mathbf{1} ...