︠4fa29275-1090-439a-aebd-cb2cfbf111a6i︠ %html
In this subsection, we collect properties of matrix multiplication and its interaction with the zero matrix (DefinitionZM), the identity matrix (DefinitionIM), matrix addition (DefinitionMA), scalar matrix multiplication (DefinitionMSM), the inner product (DefinitionIP), conjugation (TheoremMMCC), and the transpose (DefinitionTM). Whew! Here we go. These are great proofs to practice with, so try to concoct the proofs before reading them, theyll get progressively more complicated as we go.
TheoremMMZM
Matrix Multiplication and the Zero Matrix
Suppose A
is an m n
matrix. Then
1. A{O}_{n} = {O}_{m}
2. {O}_{p}A = {O}_{p}
□
Proof Well prove (1) and leave (2) to you. Entry-by-entry, for 1 ≤ i ≤ m, 1 ≤ j ≤ p,
So by the definition of matrix equality (DefinitionME), the matrices A{O}_{n} and {O}_{m} are equal. ■
︡81365d15-c0aa-483e-9653-db2645dc57cf︡{"html": "\r\n\r\nIn this subsection, we collect properties of matrix multiplication and its\r\ninteraction with the zero matrix (DefinitionZM), the identity matrix\r\n(DefinitionIM), matrix addition (DefinitionMA), scalar matrix multiplication\r\n(DefinitionMSM), the inner product (DefinitionIP), conjugation\r\n(TheoremMMCC), and the transpose (DefinitionTM). Whew! Here we\r\ngo. These are great proofs to practice with, so try to concoct the proofs\r\nbefore reading them, theyll get progressively more complicated as we\r\n \r\n\r\n \r\ngo.\r\n
TheoremMMZM
Matrix Multiplication and the Zero Matrix
Suppose A\r\nis an m n\r\nmatrix. Then
1. A{O}_{n} = {O}_{m}
2. {O}_{p}A = {O}_{p}\r\n□\r\n
Proof Well prove (1) and leave (2) to you. Entry-by-entry, for\r\n1 ≤ i ≤ m,\r\n1 ≤ j ≤ p,\r\n
So by the definition of matrix equality (DefinitionME), the matrices\r\nA{O}_{n} and\r\n{O}_{m} are\r\nequal. ■\r\n
"}︡