On 2/4/20 8:50 AM, David Wells wrote:
since the eigenvalues of the leftmost matrix are all 1 (its triangular
with 1s on the main diagonal). The eigenvalues of the rightmost matrix
are the eigenvalues of A and the eigenvalues of -B A^-1 B^T. Since A
is SPD, we can rewrite A^-1 = L L^T (its Cholesky factorization) so -B
A^-1 B^T = -B L L^T B^T = -(B L) (B L)^T: a second Cholesky
factorization. Hence the bottom right is negative definite and
therefore the matrix as a whole is indefinite.
Yes, nice. This also explains the number of positive and negative
eigenvalues: As many positive eigenvalues as there are unknowns
represented by the A block (in the context of the mixed Laplace, as many
as there are 'u' variables), and as many negative eigenvalues as the
number of rows in the bottom left block (as many as there are 'p'
variables).
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email: bange...@colostate.edu
www: http://www.math.colostate.edu/~bangerth/
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see
https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/dealii/29a1c475-4ba6-2b59-c429-c76baeae1a3c%40colostate.edu.