Cross Product and Vector Multiplication
Afficher commentaires plus anciens
If i have the following 4 vectors:
D=Ax(B*C)
How would I solve for C?
Try and make this a tab bit more clear. I have A is a 1x3 matrix, B is a 3x3 matrix C is a 3x1 matrix and D is a 1x3 matrix. I am trying to solve for C. The problem is stated as A cross the product B*C equals D.
4 commentaires
Azzi Abdelmalek
le 19 Août 2013
What are your known parameters ?
the cyclist
le 19 Août 2013
Can you please verify that in MATLAB syntax,
D = cross(A,B*C)
?
Melissa
le 19 Août 2013
Melissa
le 19 Août 2013
Réponse acceptée
Plus de réponses (3)
joseph agno
le 7 Oct 2020
0 votes
- Find the Matlab command to carry out the cross product of two vectors b and c and try it out on two vectors.
muhammad asif
le 11 Oct 2020
0 votes
if n corss n = ny
how to write cross in symbol notation form in matlab
1 commentaire
Nitin Phadkule
le 17 Sep 2021
muhammad asif
le 11 Oct 2020
0 votes
circle statement
1 commentaire
Steven Lord
le 11 Oct 2020
Do you mean n times n? If so use the * operator.
But please do not put your own files in any subdirectory under the matlabroot directory!
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!