Recent content by suneyna

  1. S

    Calculating 3D Vector Resultant - Suneyna

    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...
  2. S

    Calculating 3D Vector Resultant - Suneyna

    I don't know how to paste a figure in the thread to make my point clear. but i am writing my vectors coordinates as follows: vec1 =(-0.3960,4.6660,15.2610) vec2 =(-4.1230,-13.2200,17.9170), both originated from origin (0,0,0) and the resultant is: res =(-4.5190,-8.5540,33.1780) So, am i...
  3. S

    Calculating 3D Vector Resultant - Suneyna

    Thanks for the response and guiding me about the correct notation. I calculated the resultant in the same way as you mentioned. Now I want to ask you that is it possible that two 3d vectors pointing downwards (but both didn't lie in the same plane) can have their resultant in upward direction.
  4. S

    Calculating 3D Vector Resultant - Suneyna

    Hello All, Please guide me to calculate the resultant of the following two 3D vectors. vec1 =(-0.3960i,4.6660j,15.2610k) vec2 =(-4.1230i,-13.2200j,17.9170k) Thanks Suneyna
Back
Top