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!