Cross product k(i-2j)

2 views (last 30 days)
Daniel Lindgren
Daniel Lindgren on 1 Nov 2020
Commented: Rik on 2 Nov 2020
I'm lost how to set up k(1-2j) to get the solution j+2i.
  3 Comments
Daniel Lindgren
Daniel Lindgren on 1 Nov 2020
I don't know how to set up k(i-2j) in MATLAB.
Rik
Rik on 2 Nov 2020
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.

Sign in to comment.

Answers (1)

the cyclist
the cyclist on 1 Nov 2020
a = [0 0 1];
b = [1 -2 0];
cross(a,b)

Categories

Find more on Multidimensional Arrays in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!