Can't figure out this transformation matrix 1) The positive z axis normalized as Vector(0,0,1) has

prirodnogbk

prirodnogbk

Answered question

2022-07-09

Can't figure out this transformation matrix
1) The positive z axis normalized as Vector(0,0,1) has to map to an arbitrary direction vector in the new coordinate system Vector(a,b,c)
2) The origin in the original coordinate system has to map to an arbitrary position P in the new coordinate system.
3) This might be redundant but the positive Y axis has to map to a specific direction vector(d,e,f) which is perpendicular to Vector(a,b,c) from before.
So my question is twofold: 1) How would I go about constructing this transformation matrix and 2) Is this enough data to ensure that any arbitrary vector in coordinate system 1 will be accurately transformed in coordinate system 2?

Answer & Explanation

Keegan Barry

Keegan Barry

Beginner2022-07-10Added 18 answers

(1) Request 2 says that we are working with affine transformations, because you are mapping O to another arbitrary point of R 3 . But in order to be a valid affine transformation of the form v = A v + b (b is a translation), we must have that det A 0.to define A, you have to figure out how it transform a basis of your space, in your case e 1 , e 2 , e 3 . (they are the normalized of axis x,y,z)(2) A e 3 is fixed by request 1, the same for e 2 , but you need to know something about the image of e 1 . Just because even if you want that it,is,orthogonal to the other images of the elements of the basis you have 2 different options for A e 1 (the 2 directions of a vector).So you can't build an unique transformation with this informations. In other words if you define A as your matrix, then you can define A with the property of A e 1 = A e 1 and this will satisfy your requests. (to build A just switch the signs on the first column of A)

Do you have a similar question?

Recalculate according to your conditions!

New Questions in Linear algebra

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?