Rev 4171 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4171 | Rev 4175 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | slib_lang_exists_tmp=yes |
1 | slib_lang_exists_tmp=yes |
2 | 2 | ||
3 |
|
3 | slib_title=Simplify a linear combination |
4 | 4 | ||
5 | slib_parms=2\ |
5 | slib_parms=2\ |
6 | , numerical |
6 | , numerical list inside brackets\ |
7 | , symbol |
7 | , symbol list of variables inside brackets\ |
8 | 8 | ||
9 | slib_out=a1 V1+a2 V2+ |
9 | slib_out=a1 V1+a2 V2+ |
10 | slib_comment= simplify the expression (if a1=0, negative); the numbers of items is bounded by 25 |
10 | slib_comment= simplify the expression (if a1=0, negative); the numbers of items is bounded by 25. |