Cross product k(i-2j)

2 visualizaciones (últimos 30 días)
Daniel Lindgren
Daniel Lindgren el 1 de Nov. de 2020
Comentada: Rik el 2 de Nov. de 2020
I'm lost how to set up k(1-2j) to get the solution j+2i.
  3 comentarios
Daniel Lindgren
Daniel Lindgren el 1 de Nov. de 2020
I don't know how to set up k(i-2j) in MATLAB.
Rik
Rik el 2 de Nov. de 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.

Iniciar sesión para comentar.

Respuestas (1)

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

Categorías

Más información sobre Multidimensional Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by