Compute and Simplify the Matrix Expression Including Transpose and Inverse Matrices

Ohio State University exam problems and solutions in mathematics

Problem 297

Let $A, B, C$ be the following $3\times 3$ matrices.
\[A=\begin{bmatrix}
1 & 2 & 3 \\
4 &5 &6 \\
7 & 8 & 9
\end{bmatrix}, B=\begin{bmatrix}
1 & 0 & 1 \\
0 &3 &0 \\
1 & 0 & 5
\end{bmatrix}, C=\begin{bmatrix}
-1 & 0\ & 1 \\
0 &5 &6 \\
3 & 0 & 1
\end{bmatrix}.\] Then compute and simplify the following expression.
\[(A^{\trans}-B)^{\trans}+C(B^{-1}C)^{-1}.\]

(The Ohio State University, Linear Algebra Midterm Exam Problem)
 
LoadingAdd to solve later

Sponsored Links


Solution.

We first use the properties of transpose matrices and inverse matrices and simplify the expression.
Note that we have
\[(A^{\trans}-B)^{\trans}=(A^{\trans})^{\trans}-B^{\trans}=A-B\] since the double transpose $(A^{\trans})^{\trans}=A$ and $B$ is a symmetric matrix.

Also, note that we have
\[(B^{-1}C)^{-1}=C^{-1}(B^{-1})^{-1}=C^{-1}B\] since $(B^{-1})^{-1}=B$. Care must be taken when you distribute the inverse sign in the first equality. We needed to switch the order of the product.
Then we have
\[C(B^{-1}C)^{-1}=CC^{-1}B=IB=B,\] where $I$ is the $3\times 3$ identity matrix.

Therefore, the given expression can be simplified into
\[(A^{\trans}-B)^{\trans}+C(B^{-1}C)^{-1}=A-B+B=A.\] Hence we have
\[(A^{\trans}-B)^{\trans}+C(B^{-1}C)^{-1}=A=\begin{bmatrix}
1 & 2 & 3 \\
4 &5 &6 \\
7 & 8 & 9
\end{bmatrix}.\]

Comment.

This is one of the midterm exam 1 problems of linear algebra (Math 2568) at the Ohio State University.

Common Mistakes

Here are two common mistakes.

The first one is
\[(B^{-1}C)^{-1}=(B^{-1})^{-1}C^{-1} \quad \text{(This is wrong!!)}.\] Note that in general, we have
\[(AB)^{-1}=B^{-1}A^{-1} \quad \text{(Note the order of products)}.\]

The second common mistake is that
\[CBC^{-1}=CC^{-1}B=B \quad \text{(The first equality is wrong!!)}.\] Recall that in general matrix multiplication is not commutative, meaning that
\[AB\neq BA.\]

And surprisingly, if you combine these two mistakes, you get the right answer.
\[C(B^{-1}C)^{-1}=CBC^{-1}=B. \quad \text{(This is wrong!!)}.\]

However, these mistakes show that you didn’t understand matrix operations including transpose and inverse matrices.

Midterm 1 problems and solutions

The following list is the problems and solutions/proofs of midterm exam 1 of linear algebra at the Ohio State University in Spring 2017.

  1. Problem 1 and its solution: Possibilities for the solution set of a system of linear equations
  2. Problem 2 and its solution: The vector form of the general solution of a system
  3. Problem 3 and its solution (The current page): Matrix operations (transpose and inverse matrices)
  4. Problem 4 and its solution: Linear combination
  5. Problem 5 and its solution: Inverse matrix
  6. Problem 6 and its solution: Nonsingular matrix satisfying a relation
  7. Problem 7 and its solution: Solve a system by the inverse matrix
  8. Problem 8 and its solution:A proof problem about nonsingular matrix

LoadingAdd to solve later

Sponsored Links

More from my site

  • Solve a System by the Inverse Matrix and Compute $A^{2017}\mathbf{x}$Solve a System by the Inverse Matrix and Compute $A^{2017}\mathbf{x}$ Let $A$ be the coefficient matrix of the system of linear equations \begin{align*} -x_1-2x_2&=1\\ 2x_1+3x_2&=-1. \end{align*} (a) Solve the system by finding the inverse matrix $A^{-1}$. (b) Let $\mathbf{x}=\begin{bmatrix} x_1 \\ x_2 \end{bmatrix}$ be the solution […]
  • Solving a System of Linear Equations By Using an Inverse MatrixSolving a System of Linear Equations By Using an Inverse Matrix Consider the system of linear equations \begin{align*} x_1&= 2, \\ -2x_1 + x_2 &= 3, \\ 5x_1-4x_2 +x_3 &= 2 \end{align*} (a) Find the coefficient matrix and its inverse matrix. (b) Using the inverse matrix, solve the system of linear equations. (The Ohio […]
  • 10 True or False Problems about Basic Matrix Operations10 True or False Problems about Basic Matrix Operations Test your understanding of basic properties of matrix operations. There are 10 True or False Quiz Problems. These 10 problems are very common and essential. So make sure to understand these and don't lose a point if any of these is your exam problems. (These are actual exam […]
  • Find the Inverse Matrix of a $3\times 3$ Matrix if ExistsFind the Inverse Matrix of a $3\times 3$ Matrix if Exists Find the inverse matrix of \[A=\begin{bmatrix} 1 & 1 & 2 \\ 0 &0 &1 \\ 1 & 0 & 1 \end{bmatrix}\] if it exists. If you think there is no inverse matrix of $A$, then give a reason. (The Ohio State University, Linear Algebra Midterm Exam […]
  • Quiz 2. The Vector Form For the General Solution / Transpose Matrices. Math 2568 Spring 2017.Quiz 2. The Vector Form For the General Solution / Transpose Matrices. Math 2568 Spring 2017. (a) The given matrix is the augmented matrix for a system of linear equations. Give the vector form for the general solution. \[ \left[\begin{array}{rrrrr|r} 1 & 0 & -1 & 0 &-2 & 0 \\ 0 & 1 & 2 & 0 & -1 & 0 \\ 0 & 0 & 0 & 1 & 1 & 0 \\ \end{array} \right].\] […]
  • Find the Inverse Matrix of a Matrix With FractionsFind the Inverse Matrix of a Matrix With Fractions Find the inverse matrix of the matrix \[A=\begin{bmatrix} \frac{2}{7} & \frac{3}{7} & \frac{6}{7} \\[6 pt] \frac{6}{7} &\frac{2}{7} &-\frac{3}{7} \\[6pt] -\frac{3}{7} & \frac{6}{7} & -\frac{2}{7} \end{bmatrix}.\]   Hint. You may use the augmented matrix […]
  • Given All Eigenvalues and Eigenspaces, Compute a Matrix ProductGiven All Eigenvalues and Eigenspaces, Compute a Matrix Product Let $C$ be a $4 \times 4$ matrix with all eigenvalues $\lambda=2, -1$ and eigensapces \[E_2=\Span\left \{\quad \begin{bmatrix} 1 \\ 1 \\ 1 \\ 1 \end{bmatrix} \quad\right \} \text{ and } E_{-1}=\Span\left \{ \quad\begin{bmatrix} 1 \\ 2 \\ 1 \\ 1 […]
  • Linear Algebra Midterm 1 at the Ohio State University (2/3)Linear Algebra Midterm 1 at the Ohio State University (2/3) The following problems are Midterm 1 problems of Linear Algebra (Math 2568) at the Ohio State University in Autumn 2017. There were 9 problems that covered Chapter 1 of our textbook (Johnson, Riess, Arnold). The time limit was 55 minutes. This post is Part 2 and contains […]

You may also like...

7 Responses

  1. 02/13/2017

    […] Problem 3 and its solution: Matrix operations (transpose and inverse matrices) […]

  2. 02/13/2017

    […] Problem 3 and its solution: Matrix operations (transpose and inverse matrices) […]

  3. 02/13/2017

    […] Problem 3 and its solution: Matrix operations (transpose and inverse matrices) […]

  4. 02/13/2017

    […] Problem 3 and its solution: Matrix operations (transpose and inverse matrices) […]

  5. 02/13/2017

    […] Problem 3 and its solution: Matrix operations (transpose and inverse matrices) […]

  6. 07/15/2017

    […] Problem 3 and its solution: Matrix operations (transpose and inverse matrices) […]

  7. 08/11/2017

    […] Problem 3 and its solution: Matrix operations (transpose and inverse matrices) […]

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More in Linear Algebra
Ohio State University exam problems and solutions in mathematics
Solve the System of Linear Equations and Give the Vector Form for the General Solution

Solve the following system of linear equations and give the vector form for the general solution. \begin{align*} x_1 -x_3 -2x_5&=1...

Close