How Does the Linear Operator \(\phi\) Transform Matrices to Polynomials?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
gruba
Messages
203
Reaction score
1

Homework Statement


Let [itex]\phi:M_{2,2}\mathbb{(R)}\rightarrow \mathcal{P_2}[/itex] be a linear operator defined as: [itex](\phi(A))(x)=tr(AB+BA)+tr(AB-BA)x+tr(A+A^T)x^2[/itex] where
[itex]B=<br /> \begin{bmatrix}<br /> 3 & -2 \\<br /> 2 & -2 \\<br /> \end{bmatrix}[/itex]

Find rank,defect and one basis of an image and kernel of linear operator [itex]\phi[/itex].

Homework Equations


-Linear transformations

The Attempt at a Solution


Could someone explain how to find matrix of linear operator [itex]\phi[/itex]?
Also, is it necessary to know the matrix [itex]A[/itex]?
 
on Phys.org
Start by using A = I, the identity. The linear operator is defined by its effect on the basis elements.
 
gruba said:

Homework Statement


Let [itex]\phi:M_{2,2}\mathbb{(R)}\rightarrow \mathcal{P_2}[/itex] be a linear operator defined as: [itex](\phi(A))(x)=tr(AB+BA)+tr(AB-BA)x+tr(A+A^T)x^2[/itex] where
[itex]B=<br /> \begin{bmatrix}<br /> 3 & -2 \\<br /> 2 & -2 \\<br /> \end{bmatrix}[/itex]

Find rank,defect and one basis of an image and kernel of linear operator [itex]\phi[/itex].

Homework Equations


-Linear transformations

The Attempt at a Solution


Could someone explain how to find matrix of linear operator [itex]\phi[/itex]?
Also, is it necessary to know the matrix [itex]A[/itex]?

I have forgotten to mention that [itex]P_2[/itex] is a space of polynomials with degree not larger than [itex]2[/itex].
Still, I don't understand why matrix [itex]A[/itex] is not given.
 
gruba said:
I have forgotten to mention that [itex]P_2[/itex] is a space of polynomials with degree not larger than [itex]2[/itex].
Still, I don't understand why matrix [itex]A[/itex] is not given.
A can be any matrix in ##M_{2,2}##.

gruba said:

Homework Statement


Let [itex]\phi:M_{2,2}\mathbb{(R)}\rightarrow \mathcal{P_2}[/itex] be a linear operator defined as: [itex](\phi(A))(x)=tr(AB+BA)+tr(AB-BA)x+tr(A+A^T)x^2[/itex] where
[itex]B=<br /> \begin{bmatrix}<br /> 3 & -2 \\<br /> 2 & -2 \\<br /> \end{bmatrix}[/itex]
Here they tell you how the linear operator ##\phi## transforms any matrix of ##M_{2,2}## into a polynomial.

As for a tip, see what @RUber suggested.
 
Last edited:
gruba said:
I have forgotten to mention that [itex]P_2[/itex] is a space of polynomials with degree not larger than [itex]2[/itex].
Still, I don't understand why matrix [itex]A[/itex] is not given.

The matrix ##A## is not given because it can be any 2 x 2 real matrix, and the definition of ##\phi## tells you how ##A## maps into a quadratic polynomial.

One fairly straightforward approach would be to take
[tex]A = \pmatrix{a & b \\ c & d}[/tex]
and compute the polynomial ##\phi(A)(x)## explicitly.