Multiply the Matrices
Problem
Solution
Convert the exponential form
e(i*π)/4 to rectangular form using Euler's formulae(i*θ)=cos(θ)+i*sin(θ)
Set up the matrix multiplication for the element in the first row, first column (
(c_11) by multiplying the first row of the first matrix by the first column of the second matrix.
Calculate the element in the first row, second column (
(c_12) by multiplying the first row of the first matrix by the second column of the second matrix.
Calculate the element in the second row, first column (
(c_21) by multiplying the second row of the first matrix by the first column of the second matrix.
Calculate the element in the second row, second column (
(c_22) by multiplying the second row of the first matrix by the second column of the second matrix.
Final Answer
Want more problems? Check here!