Knowee
Questions
Features
Study Tools

A=1/15(3 -13 8, 12 -7 2, -12 17 -7), B=(1 3 2, 4 5 6, 8 7 9), Multiply matrix A with B and also B with A

Question

A=1/15(3 -13 8, 12 -7 2, -12 17 -7), B=(1 3 2, 4 5 6, 8 7 9), Multiply matrix A with B and also B with A

🧐 Not the exact question you are looking for?Go ask a question

Solution

Sure, let's start by defining the matrices A and B:

Matrix A = 1/15 * [3 -13 8; 12 -7 2; -12 17 -7] Matrix B = [1 3 2; 4 5 6; 8 7 9]

Step 1: Multiply matrix A with matrix B (AB):

To multiply two matrices, we take each row from the first matrix and multiply it element-wise with each column of the second matrix, then sum the results. This gives us the corresponding element in the resulting matrix.

AB = A * B = 1/15 * [3 -13 8; 12 -7 2; -12 17 -7] * [1 3 2; 4 5 6; 8 7 9]

The first element of the resulting matrix is (1/15) * (31 + -134 + 8*8) = 1 The process is repeated for the rest of the elements in the resulting matrix.

So, AB = [1 0 0; 0 1 0; 0 0 1]

Step 2: Multiply matrix B with matrix A (BA):

Similarly, we multiply each row of matrix B with each column of matrix A:

BA = B * A = [1 3 2; 4 5 6; 8 7 9] * 1/15 * [3 -13 8; 12 -7 2; -12 17 -7]

The first element of the resulting matrix is (1/15) * (13 + 3(-13) + 2*8) = 1 The process is repeated for the rest of the elements in the resulting matrix.

So, BA = [1 0 0; 0 1 0; 0 0 1]

As we can see, both AB and BA are identity matrices. Therefore, we can conclude that A and B are inverses of each other.

This problem has been solved

Similar Questions

compute the inverse B of the matrix, A=(13 11 9 12, 11 6 3 10, 17 8 10 9, 33 6 1 2)

Use the fact that matrices A and B are row-equivalent.A = −2 −5 8 0 −17 1 3 −5 1 5−5 −9 13 7 −671 7 −13 5 −3B = 1 0 1 0 1 0 1 −2 0 30 0 0 1 −50 0 0 0 0

Perform the matrix multiplication: [3 1; 4 2] * [2 0; 1 3].a.[5 3; 10 6]b.[3 1; 4 2]c.[7 3; 10 6]d.[7 1; 10 4]

Find the inverse of the matrix A = [2 5; 1 3]. a. [3 -5; -1 2] b. [3 -1; -5 2] c. [2 -5; 1 3] d. [3 1; -5 2]

Perform the indicated operations.$6\begin{bmatrix}1&3&2\\-2&4&-1\end{bmatrix}+\begin{bmatrix}5&7&-1\\6&-4&7\end{bmatrix}=$6[1 3 2−2 4 −1]+[5 7 −16 −4 7]=​

1/1

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.