[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
1.0.1 plucker | ||
1.0.3 plucker_y | ||
1.0.2 plucker_relation | ||
1.0.4 plucker_index |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
plucker_relation
:: Index 集合 L, M に対応する Plucker 関係式を戻す.
quote
リスト
リスト
[297] A = plucker_relation([1,2],[3,4,5,6]); quote(y_1_2_3*y_4_5_6-y_1_2_4*y_3_5_6+y_1_2_5*y_3_4_6-y_1_2_6*y_3_4_5) [298] eval_str(print_terminal_form(A)); y_4_5_6*y_1_2_3-y_3_5_6*y_1_2_4+y_3_4_6*y_1_2_5-y_3_4_5*y_1_2_6 |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
plucker_y
:: Index 集合 L に対応する変数を戻す.
変数
リスト
[297] plucker_y([1,2,3]); y_1_2_3 [298] plucker_y([2,1,3]); -y_1_2_3 |
1.0.4 plucker_index |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
plucker_index
: It gets the index of the variable V.
Example:
plucker_index(plucker_y([1,2,3])); |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated by Nobuki Takayama on January, 28 2008 using texi2html 1.76.