Mårten
- 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?
AC = B
Or maybe more general, how to determine the function f that transforms A to B? Like in:
f(A_{2x2}) = B_{3x3}
Would appreciate if someone could give me some guiding on this.
AC = B
Or maybe more general, how to determine the function f that transforms A to B? Like in:
f(A_{2x2}) = B_{3x3}
Would appreciate if someone could give me some guiding on this.