Can I rely on symbolic cross?

6 次查看(过去 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