|
|
 |
| |
The EPGY Theorem Proving Environment
Student Exercises
Linear Algebra (M51a)
Exercises in the linear algebra courses are divided into four
assignments.
Matrix algebra exercises
-
Matrix addition is commutative.
-
The transpose of the sum of two matrices is the sum of the
transposes.
-
The transpose of the product of two matrices is the product of the
transposes, multiplied in the opposite order.
-
The trace of the matrix AB equals the trace of the matrix
BA
-
If A is an invertible matrix, then the trace of the matrix
B equals the trace of the matrix ABA-1.
More matrix exercises
-
If AB = In and
BA = Im, then
B = A-1. (Matrix inverses are
unique.)
-
If S and T are (n×n)-matrices and
both are invertible, then ST is invertible and
(ST)-1 = T-1S-1.
-
If B is a square matrix, then
B + BT is symmetric.
-
If B is a square matrix, then
B - BT is skew-symmetric.
-
If B is a square matrix, then BBT is
symmetric.
-
Any square matrix can be uniquely decomposed into the sum of a
symmetric and a skew-symmetric matrix. This exercise is divided
into two parts:
-
If A is a square matrix, then there are a symmetric
matrix U and a skew-symmetric matrix V such that
A = U + V.
(Existence)
-
If A is a square matrix, U is a symmetric
matrix, V is a skew-symmetric matrix, and
A = U + V, then
U = ½(A + AT) and V = ½(A - AT). (Uniqueness)
Linear independence exercises
No exercises have been assigned yet from this category.
Eigenvector/eigenvalue exercises
No exercises have been assigned yet from this category.
Page maintained by: David McMath( mcdave@epgy.stanford.edu)
Last modified: Thu Feb 28 13:45:02 PST 2002
© 2001, EPGY Stanford University. All rights reserved.
|
|
|
|