Talk:Block matrix/Archive 1

Latest comment: 11 months ago by 92.120.5.12 in topic Transpose of a block matrix

I agree that the content under "Supermatrix" matches that under "partitioned matrices"

Merge edit

The actual merge discussion is over at Talk:Supermatrix. linas 20:50, 1 July 2006 (UTC)Reply

Partitioning lines edit

I've always seen block matrices using partitioning lines (this article doesn't). So, for example, let A, B, C and D be n × n matrices; then the 2n × 2n block matrix is represented by

  ~~ Dr Dec (Talk) ~~ 18:40, 22 November 2009 (UTC)Reply
Mathworld doesn't. This Stanford page doesn't. This page doesn't. Hard to see that there is a universal convention; and the lines don't actually add anything. Charles Matthews (talk) 18:55, 22 November 2009 (UTC)Reply
Charles, thank you so much for your warm, friendly and enlightening words. ~~ Dr Dec (Talk) ~~ 20:57, 24 November 2009 (UTC)Reply

Block Toeplitz or Toeplitz Block matrices - order makes the difference! edit

It's a pity that Block Toeplitz matrices are called so, because this is a bit misleading. It would've made more sense to call Block Toeplitz matrices Toeplitz Block and call Block Toeplitz matices that have an arbitrary structure, but their blocks are Toeplitz matrices. (For instance, such are transition matrices for Markov chains, describing the extreme value of weight of gapped pairwise alignment of biological sequences) —Preceding unsigned comment added by 91.78.92.6 (talk) 01:27, 20 November 2010 (UTC)Reply

Block Matrix Multiplication edit

For this formulation of block matrix multiplication to work, don't the cardinalities of the column partitions of A have to correspond to the cardinalities of the row partitions of B? Otherwise, the matrices in the A(alpha,gamma)B(gamma,beta) products will not be conformal. If this is correct, this section should be updated with this condition accordingly. (Fuug (talk) 02:30, 2 September 2012 (UTC))Reply

You are correct. In the block matrix product of A and B, the partitioning of the matrices is not arbitrary but "the sizes of the submatrices of A and B [must be] such that the ... operations can be performed" (Howard Anton, Elementary Linear Algebra, page 36). Here's Anton's Problem 17(a), which shows this explicitly. Let
 
and
 .
Ostensibly, the product   would be
 
but clearly many of those submatrix "products" like   have the wrong dimensions for matrix multiplication and cannot be performed. In fact, for this particular example, every intended product of submatrices has the wrong dimension. When I think of a non-awkward way to word this in the article, I will add it. Jason Quinn (talk) 20:10, 23 April 2013 (UTC)Reply
I've updated the section in a way that I think captures precision while still being somewhat clear. Jason Quinn (talk) 20:31, 23 April 2013 (UTC)Reply

Transpose of a block matrix edit

https://www.statlect.com/matrix-algebra/properties-of-block-matrices

The transpose of a block-matrix M is the matrix MT such that the (j,k)-th block of M is equal to the transpose of the (k,j)-th block of M.

https://math.stackexchange.com/questions/246289/transpose-of-block-matrix

https://inst.eecs.berkeley.edu/~cs61c/sp11/labs/07/ 92.120.5.12 (talk) 15:28, 29 June 2023 (UTC)Reply