Homework 1
Homework 1
1. Find two non-zero 2 × 2 matrices A and B that satisfy A.B = 02×2 and
B.A = 02×2 simultaneously.
(Extra Credit: Can you do it for any n > 2 ? )
2. Use the row reduction to solve the following system of linear equation:
x1 + x3 = 6
−3x2 + x3 = 7
2x1 + x2 + 2x3 = 11
ax + by = e
cx + dy = f
has (a) unique solution, (b) infinite solution, and (c) no solution.
(Extra Credit: Enumerate your observations and make claim(s) pertinent
to your observation )
4. Find a 3 × 3 matrix A such that A ̸= 0, A2 ̸= 0 but A3 = 03×3 .
(Hint: Try upper triangular or lower triangular matrices)
5. Find an equation involving g, h and k that makes this augmented matrix
correspond to a consistent linear system (i.e. either unique solution or infi-
nite solutions)
1 −4 7 g
0 3 −5 h
−2 5 −9 k
A11 A12
6. A matrix of the form is said to be Block upper triangular matrix.
O A22
Assume that A11 is p × p, A22 is q × q, and A is invertible. Find a fomula
for A−1 in terms of Aij ’s.
1
7. A square matrix A is called nilpotent if some power of A is the zero matrix.
Namely, A is nilpotent if there exists a positive integer k such that Ak = O,
where O is the zero matrix.
Suppose that A is a nilpotent matrix and let B be an invertible matrix of
the same size as A. Is the matrix B − A invertible? If so prove it. Otherwise,
give a counterexample.
8. Let A be an n × n matrix such that Am = O for some positive integer m,
where O is the n × n zero matrix.
Prove that (I − A), (I + A) are both invertible, where I is then × n identity
matrix.
9. A matrix A of size n × n is said to be symmetric if A = AT and skew-
symmetric if A = −AT .
Prove that any square matrix with real entries can be written as sum of a
symmetric and a skew-symmetric matrix.
10. Let A be a n × n square matrix. tr(A) denotes the sum of the diagonal
entries of a matrix. If A is symmetric then tr(A2 ) > 0.