- #1
- 126
- 1
I have two known square matrices A and B of different order. Is there any way of constructing a transformation - e.g. a transformation matrix C - that transforms A to B? And, in that case, how do I determine C? Would it be something like this?
[tex]AC = B[/tex]
Or maybe more general, how to determine the function f that transforms A to B? Like in:
[tex]f(A_{2x2}) = B_{3x3}[/tex]
Would appreciate if someone could give me some guiding on this.
[tex]AC = B[/tex]
Or maybe more general, how to determine the function f that transforms A to B? Like in:
[tex]f(A_{2x2}) = B_{3x3}[/tex]
Would appreciate if someone could give me some guiding on this.