|
|
|
last edited 7 years ago by test int |
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | ||
|
Editor: Bill Page
Time: 2007/09/12 11:45:17 GMT-7 |
||
| Note: | ||
removed:
-
Try Reduce calculations here. For example:
\begin{reduce}
solve({z=x*a+2},{z,x});
int(sqrt(1-sin(x)*cos(x)),x);
\end{reduce}
solve({z=x*a+2},{z,x}); | reduce |
int(sqrt(1-sin(x)*cos(x)),x); | reduce |
int(log(log(x)),x); | reduce |
axiomintegrate(log(log(x)),x);