given a square matrix A, write f(A) if f(x)=2x^2 -3x +5.
Answers
Answered by
3
Just replace the value of x with A in the given function.
Answer is 2A^2-3A+5I. Here in the function 5 has no variable so when written in matrix form I will be added( identity Matrix) because it doesnt change its value and to add the equation everything need to be in matrix form.
Answer is 2A^2-3A+5I. Here in the function 5 has no variable so when written in matrix form I will be added( identity Matrix) because it doesnt change its value and to add the equation everything need to be in matrix form.
pankaj337:
But do we have to solve that equation in matrix form or leave it as it is
Similar questions