-
Archives
- October 2021
- January 2021
- March 2019
- January 2018
- December 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- July 2016
- October 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- January 2011
- August 2010
- June 2010
- May 2010
- November 2009
-
Meta
Monthly Archives: June 2011
Linear Algebra and Its Applications, Exercise 1.6.20
Exercise 1.6.20. Suppose is a 3 by 3 matrix for which the third row is the sum of the first and second rows. Show that there is no solution to the equation , and determine whether has an inverse or … Continue reading
Posted in linear algebra
2 Comments
Linear Algebra and Its Applications, Exercise 1.6.19
Exercise 1.6.19. Given the matrix where what values must the entries of have in order for to be invertible? Answer: We know that a (square) matrix is invertible if and only if it is nonsingular. We therefore perform Gaussian elimination … Continue reading
Posted in linear algebra
Leave a comment
The inverse of a block diagonal matrix
In the previous post I discussed multiplying block diagonal matrices as part of my series on defining block diagonal matrices and partitioning arbitrary square matrices uniquely and maximally into block diagonal form (part 1, part 2, part 3, part 4, … Continue reading
Posted in linear algebra
Leave a comment
Multiplying block diagonal matrices
In a previous post I discussed the general problem of multiplying block matrices (i.e., matrices partitioned into multiple submatrices). I then discussed block diagonal matrices (i.e., block matrices in which the off-diagonal submatrices are zero) and in a multipart series … Continue reading
Posted in linear algebra
1 Comment
Partitioning a matrix into block diagonal form, part 5
In previous posts in this series I informally explored how to partition a matrix into block diagonal form (part 1), described a method for constructing a partitioning vector for an by square matrix (part 2), showed that the vector thus … Continue reading
Posted in linear algebra
Leave a comment
Partitioning a matrix into block diagonal form, part 4
In my previous two posts I described a method for constructing a partitioning vector for an by square matrix (part 2 of this series) and showed that the vector thus constructed partitions into block diagonal form (part 3). In this … Continue reading
Posted in linear algebra
Leave a comment
Partitioning a matrix into block diagonal form, part 3
In part 2 of this series I described a method to construct a vector that partitions an by square matrix into row and column partitions. In this post I show that the vector thus constructed partitions into block diagonal form. … Continue reading
Posted in linear algebra
Leave a comment
Partitioning a matrix into block diagonal form, part 2
In part 1 of this series I outlined an informal method to partition a square matrix into block diagonal form. In this post I provide a formal description of such a method, applicable to any by square matrix. In doing … Continue reading
Posted in linear algebra
2 Comments
Partitioning a matrix into block diagonal form, part 1
In my previous post I offered a more formal definition of a block diagonal matrix, and claimed that we can partition an arbitrary by square matrix into block diagonal form in a way that is both maximal (i.e., no partitioning … Continue reading
Posted in linear algebra
Leave a comment
Definition of a block diagonal matrix
This and subsequent posts continue the discussion in my previous post about multiplying block matrices. In this series of posts I consider block diagonal matrices and in particular how to partition an existing matrix into block diagonal form. I’m doing … Continue reading
Posted in linear algebra
2 Comments