Find non-zero values of x satisfying the matrix equation. `x[{:(2x,2),(3,x):}]+2[{:(8,5x),(4,4x):}]= 2[{:((x^(2)+8),24),((10),6x):}]`
Find non-zero values of x satisfying the matrix equation.
`x[{:(2x,2),(3,x):}]+2[{:(8,5x),(4,4x):}]= 2[{:((x^(2)+8),24),((10),6x):}]`
4 views
1 Answers
Given that.
`x[{:(2x,2),(3,x):}]+ 2[{:(8,5x),(4,4x):}]=2[{:((x^(2)+8), 24),(10,6x):}]`
`rArr[{:(2x^(2),2x),(3x,x^(2)):}]+[{:(16,10x),(8,8x):}]=[{:(2x^(2)+16,48),(20,12):}]`
`rArr [{:(2x^(2)+1 6,2x+10x),(3x+6,x^(2)+8x):}]=[{:(2x^(2)+16,48),(20,12x):}]`
`rArr 2x+10x=48`
`rArr 12x=48`
`therefore x=(48)/(12)=4`
4 views
Answered