Up to [local] / OpenXM / src / asir-contrib / testing
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2 / (download) - annotate - [select for diffs], Wed May 11 06:40:10 2005 UTC (19 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
KNOPPIX_2006,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.1: +3 -2
lines
Diff to previous 1.1 (colored)
1. qt.input_form, qt.hop, qt.hc_etov(Q,V), Q is a monomial in quote. It returns the leading coefficient and the exponent vector of Q.
Revision 1.1 / (download) - annotate - [select for diffs], Wed May 4 05:47:03 2005 UTC (19 years, 6 months ago) by takayama
Branch: MAIN
1. The module system is used: qt_ --> qt. tr_ ---> tr. 2. A testing code for Taylor expansion: tkseries.exand1(cos(x),x,0,5); 3. tr.apply_or_rules, qt.is_rational, qt.cancel_number, qt.vars, qt.etov_pair, qt.is_minus, qt.add_paren0 See tr-ja.oxt and expand1 of taka_series.rr for details.