Rev 5540 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5540 | Rev 5562 | ||
---|---|---|---|
Line 45... | Line 45... | ||
45 | strange thing (it should be 3*(5+6) ). Must apply insmath to the code generated by |
45 | strange thing (it should be 3*(5+6) ). Must apply insmath to the code generated by |
46 | texmath after. |
46 | texmath after. |
47 | 1 - transforms computer matrix as [ 4,5;6,7] in tex matrix |
47 | 1 - transforms computer matrix as [ 4,5;6,7] in tex matrix |
48 | 2 - transforms A/B in {1 over B} A or { A over B} according to the priority of |
48 | 2 - transforms A/B in {1 over B} A or { A over B} according to the priority of |
49 | the presume type of A and B (integer, numeric, variable, poly, transcend |
49 | the presume type of A and B (integer, numeric, variable, poly, transcend |
50 | 3 - transforms cos(x)^n in cos^n(x) (list ??) |
50 | 3 - transforms cos(x)^n in cos^n(x) (list ??) not sure of that ! |
51 | 4 - transforms <=, <=> =>, -> |
51 | 4 - transforms <=, <=> =>, -> |
52 | 5 - transforms a relation without a second member by adding 1 |
52 | 5 - transforms a relation without a second member by adding 1 |
53 | 6 - Replace scientific notation 35E-05 by 10 power and add multiplication sign. Remove the + or 0 useless. |
53 | 6 - Replace scientific notation 35E-05 by 10 power and add multiplication sign. Remove the + or 0 useless. |
54 | 7 - Remove * |
54 | 7 - Remove * |
55 | 8 - Replace some names as greek letters by their equivalents. |
55 | 8 - Replace some names as greek letters by their equivalents. |