How to define transformation on matrix spaces?
I want to define a linear transformation from M2(Q) to M2(Q). How can I do it?
I want to define a linear transformation from M2(Q) to M2(Q). How can I do it?
Asked: 2 years ago
Seen: 60 times
Last updated: Feb 18 '23
What do you want to do with such transformation? If just compute it on given elements, then defining it as a Python function will do the job.
Thank you, sir. I will now try this in Python. Actually, I want to find the matrix representation of such a transformation, which would give me all the details. But I cannot make such a transformation in matrix spaces.