Cross product k(i-2j)
이전 댓글 표시
I'm lost how to set up k(1-2j) to get the solution j+2i.
댓글 수: 3
Rik
2020년 11월 1일
Is your question mathematical or Matlab? What exactly is your question?
Daniel Lindgren
2020년 11월 1일
Rik
2020년 11월 2일
It is not clear to me what you mean. If you want help, you will have to explain on more detail. Also, in your question you wrote 1, not i.
답변 (1개)
the cyclist
2020년 11월 1일
a = [0 0 1];
b = [1 -2 0];
cross(a,b)
카테고리
도움말 센터 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!