Can I rely on symbolic cross?

조회 수: 14 (최근 30일)
Joerg Buchholz
Joerg Buchholz 2012년 9월 5일
I cannot find that
cross
is overloaded for symbolic vectors in the documentation. Nevertheless, it seems to work:
>> syms a b c d e f
>>
>> cross ([a; b; c], [d; e; f])
ans =
b*f - c*e
c*d - a*f
a*e - b*d
Can I rely on that?
Jörg
  댓글 수: 1
Andrei Bobrov
Andrei Bobrov 2012년 9월 5일
편집: Andrei Bobrov 2012년 9월 5일
Hi!
syms ii jj k a b c d e f
collect(det([ii,jj,k;a b c; d e f]),[ii,jj,k])

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Number Theory에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by