Cross Product and Vector Multiplication
Show older comments
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 Comments
Azzi Abdelmalek
on 19 Aug 2013
What are your known parameters ?
the cyclist
on 19 Aug 2013
Can you please verify that in MATLAB syntax,
D = cross(A,B*C)
?
Melissa
on 19 Aug 2013
Melissa
on 19 Aug 2013
Accepted Answer
More Answers (3)
joseph agno
on 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
on 11 Oct 2020
0 votes
if n corss n = ny
how to write cross in symbol notation form in matlab
1 Comment
Nitin Phadkule
on 17 Sep 2021
muhammad asif
on 11 Oct 2020
0 votes
circle statement
1 Comment
Steven Lord
on 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!
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!