21
Jun 18

Matrix algebra: questions for repetition

Matrix algebra: questions for repetition

Matrix algebra is a bunch of dreadful rules is all that many students remember after studying it. It's a relief to know that a simple property like AA^{-1}=I is more important than remembering how to calculate an inverse. The theoretical formula for the inverse for the most part of this course can be avoided; if you need to find the inverse of a numerical matrix, you can use Excel.

First things first

Three big No's: 1) there is no commutativity, in general, 2) determinants don't apply to non-square matrices, and 3) don't try to invert a non-square matrix. There are ways around these problems but all of them are deficient, so better stick to good cases.

Three big ideas: 1) the analogy with real numbers is the best guide to study matrices, 2) the matrix product definition is motivated by the desire to compactify a system of equations, 3) symmetric matrices have properties closest to those of real numbers.

Three surprises: 1) in general, matrices don't commute (can you give an example?), 2) a nonzero matrix is not necessarily invertible (can you give an example?), 3) when you invert a product, you have to change the order of the factors (same goes for transposition). These two properties are called reverse order laws.

Comforting news: 1) properties of summation of numbers have complete analogs for matrices, 2) in case of multiplication, it's good to know that existence of a unity, associativity and distributivity generalize to matrices.

Particulars and extensions

Answer the following questions, with proofs where possible. None of the answers requires long boring calculations.

Multiplication. 1) If A^{2} exists, what can you say about A? 2) If the last row of A is zero and the product AB exists, what can you say about this product? 3) Where did we use associativity of multiplication?

In what way the rules for the inverse of a product and transposed of a product are similar? Can you tell any differences between them?

Commutativity: 1) If two matrices commute, do you think their inverses commute? 2) Does a matrix commute with its inverse?

Properties of inverses: 1) inverse of an inverse, 2) inverse of a product, 3) inverse of a transpose.

Properties of determinants: 1) why we need them, 2) determinant of a product, 3) determinant of an inverse, 4) determinant of a transpose. 5) Prove the multiplication rule for the determinant of the product of three matrices.

Properties of the identity matrix: 1) use the definition of the inverse to find the inverse of the identity matrix, 2) do you think the identity matrix commutes with any other matrix? 3) Can you name any matrices, other than the identity, satisfying the equation A^{2}=A? If a matrix satisfies this equation, what can you say about its determinant? 4) What is the determinant of the identity matrix?

If a nonzero number is close to zero, then its inverse must be a large number (in absolute value). True or wrong? Can you indicate any analogs of this statement for matrices?

Suppose matrices A,B are given and \det A\neq 0. How would you solve the linear matrix equation AX=B for X?

Symmetric matrices: 1) For any matrix A, both matrices AA^T and A^TA  are symmetric. True or wrong? 2) If a matrix is symmetric and its inverse exists, will the inverse be symmetric?

Leave a Reply

You must be logged in to post a comment.