Advertisements
Advertisements
Question
If `A=([2,0,1],[2,1,3],[1,-1,0])` find A2 - 5A + 4I and hence find a matrix X such that A2 - 5A + 4I + X = 0
Solution
`A=[[2,0,1],[2,1,3],[1,-1,0]]`
`A^2=A A=[[2,0,1],[2,1,3],[1,-1,0]][[2,0,1],[2,1,3],[1,-1,0]]=[[5,-1,2],[9,-2,5],[0,-1,-2]]`
Also,`-5A=[[-10,0,-5],[-10,-5,-15],[-5,5,0]]`
`A^2-5A+4I=[[5,-1,2],[9,-2,5],[0,-1,-2]]-[[-10,0,-5],[-10,-5,-15],[-5,5,0]]+[[4,0,0],[0,4,0],[0,0,4]]=[[-1,-1,-3],[-1,-3,-10],[-5,4,2]]`
Now
`A^2-5A+4I+X=O`
`=>X=-(A^2-5A+4I)`
`=>X=(-1)[[-1,-1,-3],[-1,-3,-10],[-5,4,2]]=[[1,1,3],[1,3,10],[5,-4,-2]]`
APPEARS IN
RELATED QUESTIONS
if `A=[[2,0,0],[0,2,0],[0,0,2]]` then A6= ......................
Solve the following matrix equation for x: `[x 1] [[1,0],[−2,0]]=0`
Compute the following:
`[(a,b),(-b, a)] + [(a,b),(b,a)]`
Compute the following:
`[(cos^2x, sin^2 x),(sin^2 x ,cos^2 x)]+[(sin^2 x, cos^2 x), (cos^2 x, sin^2 x)]`
Compute the following sums:
`[[3 -2],[1 4]]+ [[-2 4 ],[1 3]]`
Compute the following sums:
`[[2 1 3],[0 3 5],[-1 2 5]]`+ `[[1 -2 3],[2 6 1],[0 -3 1]]`
Let A = `[[2,4],[3,2]]`, `B=[[1,3],[-2,5]]`and `c =[[-2,5],[3,4]]`.Find each of the following: 3A − C
If A =`[[2 3],[5 7]],B =` `[[-1 0 2],[3 4 1]]`,`C= [[-1 2 3],[2 1 0]]`find
2B + 3A and 3C − 4B
Let A = `[[-1 0 2],[3 1 4]]``B=[[0 -2 5],[1 -3 1]]``and C = [[1 -5 2],[6 0 -4 ]]`Compute2A2-3B +4C :
If A =`[[9 1],[7 8]],B=[[1 5],[7 12]]`find matrix C such that 5A + 3B + 2C is a null matrix.
If A = `[[2 -2],[4 2],[-5 1]],B=[[8 0],[4 -2],[3 6]]`
, find matrix X such that 2A + 3X = 5B.
Find x, y satisfying the matrix equations
`[[X-Y 2 -2],[4 x 6]]+[[3 -2 2],[1 0 -1]]=[[ 6 0 0],[ 5 2x+y 5]]`
Find x, y satisfying the matrix equations
`[x y + 2 z-3 ] + [ y 4 5]=[4 9 12]`
Find a matrix X such that 2A + B + X = O, where
`A= [[-1 2],[3 4]],B= [[3 -2],[1 5]]`
Find a matrix X such that 2A + B + X = O, where
If A = `[[8 0],[4 -2],[3 6]]` and B = `[[2 -2],[4 2],[-5 1]]`
, then find the matrix X of order 3 × 2 such that 2A + 3X = 5B.
Find x, y, z and t, if
`3[[x y],[z t]]=[[x 6],[-1 2t]]+[[4 x+y],[z+t 3]]`
Express the matrix \[A = \begin{bmatrix}3 & - 4 \\ 1 & - 1\end{bmatrix}\] as the sum of a symmetric and a skew-symmetric matrix.
If A = [aij] is a skew-symmetric matrix, then write the value of \[\sum_i \sum_j\] aij.
Find the values of x and y, if \[2\begin{bmatrix}1 & 3 \\ 0 & x\end{bmatrix} + \begin{bmatrix}y & 0 \\ 1 & 2\end{bmatrix} = \begin{bmatrix}5 & 6 \\ 1 & 8\end{bmatrix}\]
If \[2\begin{bmatrix}3 & 4 \\ 5 & x\end{bmatrix} + \begin{bmatrix}1 & y \\ 0 & 1\end{bmatrix} = \begin{bmatrix}7 & 0 \\ 10 & 5\end{bmatrix}\] , find x − y.
Matrix multiplication is ______ over addition.
`"A" = [(1,-1),(2,-1)], "B" = [("x", 1),("y", -1)]` and (A + B)2 = A2 + B2, then x + y = ____________.
If A `= [(0,2),(2,0)],` then A2 is ____________.