Cross product k(i-2j)

2 vues (au cours des 30 derniers jours)
Daniel Lindgren
Daniel Lindgren le 1 Nov 2020
Commenté : Rik le 2 Nov 2020
I'm lost how to set up k(1-2j) to get the solution j+2i.
  3 commentaires
Daniel Lindgren
Daniel Lindgren le 1 Nov 2020
I don't know how to set up k(i-2j) in MATLAB.
Rik
Rik le 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.

Connectez-vous pour commenter.

Réponses (1)

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

Catégories

En savoir plus sur Multidimensional Arrays dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by