Cross Product and Vector Multiplication
古いコメントを表示
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 件のコメント
Azzi Abdelmalek
2013 年 8 月 19 日
What are your known parameters ?
the cyclist
2013 年 8 月 19 日
Can you please verify that in MATLAB syntax,
D = cross(A,B*C)
?
Melissa
2013 年 8 月 19 日
Melissa
2013 年 8 月 19 日
採用された回答
その他の回答 (3 件)
joseph agno
2020 年 10 月 7 日
0 投票
- 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
2020 年 10 月 11 日
0 投票
if n corss n = ny
how to write cross in symbol notation form in matlab
muhammad asif
2020 年 10 月 11 日
0 投票
circle statement
1 件のコメント
Steven Lord
2020 年 10 月 11 日
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!
カテゴリ
ヘルプ センター および File Exchange で Linear Algebra についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!