11.3: Identity Matrix
( \newcommand{\kernel}{\mathrm{null}\,}\)
Read sections Sections 6.2 and 6.3 of the Stephen Boyd and Lieven Vandenberghe Applied Linear algebra book covers more about matrixes.
An identity matrix is a special square matrix (i.e. n=m) that has ones in the diagonal and zeros other places. For example the following is a 3×3 identity matrix:
I3=[100010001]
We always denote the identity matrix with a capital I. Often a subscript is used to denote the value of n. The notations In×n and In are both acceptable.
An identity matrix is similar to the number 1 for scalar values. I.e. multiplying a square matrix An×n by its corresponding identity matrix In×n results in itself An×n.
Pick a random 3×3 matrix and multiply it by the 3×3 Identity matrix and show you get the same answer.
Consider two square matrices A and B of size n×n. AB=BA is NOT true for many A and B. Describe an example where AB=BA is true? Explain why the equality works for your example.
The following matrix is symmetric. What are the values for a, b, and c? (HINT you may want to look online or in the Boyd book for a definition of matrix symmetry)
[35ab84−3c3]