Multiply the Matrices [[-2/3],[2/3],[1/3]][[-2/3,2/3,1/3]]
Problem
Solution
Identify the dimensions of the matrices. The first matrix is a
3×1 column vector and the second is a1×3 row vector. The resulting product will be a3×3 matrix.Calculate the first row of the product matrix by multiplying the first element of the column vector,
−2/3 by each element of the row vector.
Calculate the second row of the product matrix by multiplying the second element of the column vector,
2/3 by each element of the row vector.
Calculate the third row of the product matrix by multiplying the third element of the column vector,
1/3 by each element of the row vector.
Assemble the calculated values into the final
3×3 matrix.
Final Answer
Want more problems? Check here!