I'm lost how to set up k(1-2j) to get the solution j+2i.

댓글 수: 3

Rik
Rik 2020년 11월 1일
Is your question mathematical or Matlab? What exactly is your question?
Daniel Lindgren
Daniel Lindgren 2020년 11월 1일
I don't know how to set up k(i-2j) in MATLAB.
Rik
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
the cyclist 2020년 11월 1일

0 개 추천

a = [0 0 1];
b = [1 -2 0];
cross(a,b)

카테고리

도움말 센터File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

질문:

2020년 11월 1일

댓글:

Rik
2020년 11월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by