- #1
Apteronotus
- 202
- 0
I have an implicit function f(x,y,z) which represents a surface in the XYZ Cartesian reference frame. I would like to change this current XYZ reference frame by a matrix M.
ie.
[itex]M: XYZ \rightarrow X'Y'Z'[/itex]
If I have a vector v in XYZ, then v'=Mv is my representation of v in the X'Y'Z' reference frame. But how do I get a representation of my function f in X'Y'Z'? Specially, as f is given in terms of (x,y,z) and cannot easily be solved for each of its components.
Thanks
ie.
[itex]M: XYZ \rightarrow X'Y'Z'[/itex]
If I have a vector v in XYZ, then v'=Mv is my representation of v in the X'Y'Z' reference frame. But how do I get a representation of my function f in X'Y'Z'? Specially, as f is given in terms of (x,y,z) and cannot easily be solved for each of its components.
Thanks