Dear I am working on a structure in MATLAB and drawn a vector 1, which originates from origin(0,0,0) and pointing towards one end of the structure and hence calculate vec1 from the coordinate information of the structure itself as vec1 =(-0.3960,4.6660,15.2610). Now, If u draw it in MATLAb or on some graphical tool, you will get the direction as i said.
Similarlily, I calculated vector 2 as vec2 =(-4.1230,-13.2200,17.9170), I know it is also, originated from origin so from the magnitude itself you can draw this vector too.
Now, I am thinking that the resultant vector res =(-4.5190,-8.5540,33.1780) should lie in between these two vectors, originating from origin and should points downwards as seen in above two (but not sure).
I am confused as this seems to be correct in 2d but for 3d i m not sure.
So I want your suggestion to be sure that i am working in right direction or not?