Parallelogram rule for vectors

Is there some methods to calculate the summation of these four red vectors showed below?
For example,
V1 = [4,3];
V2 = [-3,4];
V3 = [-2,-1];
V4 = [1,-5];
Any helps would be appreciated.

답변 (1개)

Fabio Freschi
Fabio Freschi 2019년 10월 25일

0 개 추천

Vtot = V1+V2+V3+V4

댓글 수: 3

rui gao
rui gao 2019년 10월 25일
I guess no.
If we name V1=V2=V3=V4=[1,1], the result is [4,4] based on your approach.
But if we draw the vectors on the map I showed in the original question, the answer should not be [4,4].
I suppose the most important thing is how can MATLAB run it based on the parallelogram rule.
Thanks for your help.
Fabio Freschi
Fabio Freschi 2019년 10월 25일
V1+V2+V3+V4 (Sun of vectors) IS [4,4] What do you want to have?
rui gao
rui gao 2019년 10월 25일
I am sorry that I haven't explained it clearly. Maybe the link below can help me explain what I want.
Now, I have a thought to programming in MATLAB, and I suppose I can get the wanted result. But I still need to try it later. For the path, I attached here as a picture. But I am still wondering whether there is some functions or package from MATLAB to solve my problems directly.
123.png

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Matrix Indexing에 대해 자세히 알아보기

질문:

2019년 10월 25일

댓글:

2019년 10월 25일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by