Can I rely on symbolic cross?
5 ビュー (過去 30 日間)
古いコメントを表示
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
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 Center および File Exchange で Assumptions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!