I have the following situation:
PA_2 = inv(T2)*[PA_0;1]
Where PA_0
is a 2x1 vector and PA_2
is a 3x3 matrix.
The answer will be:
[2,14903810567666;-0,722243186433546;1]
The problem is that i want to leave out the 1. So i want to get a 2x1 vector in stead of a 3x1 vector.
What would i have to change/edit to this line: PA_2 = inv(T2)*[PA_0;1]
?
Do any of you guys know the answer to my problem?
Thanks for your time,
Justin