|
|
last edited 6 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: page
Time: 2007/09/11 19:37:39 GMT-7 |
||
Note: |
changed: - 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} \begin{reduce} solve({z=x*a+2},{z,x}); int(sqrt(1-sin(x)*cos(x)),x); \end{reduce} From pbwagner Mon Sep 10 12:58:25 -0500 2007 From: pbwagner Date: Mon, 10 Sep 2007 12:58:25 -0500 Subject: example from my daughter's college calc Message-ID: <20070910125825-0500@wiki.axiom-developer.org> \begin{reduce} int(log(log(x)),x); \end{reduce} \begin{axiom} integrate(log(log(x)),x); \end{axiom}
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}\begin{reduce} solve({z=xa+2},{z,x}); int(sqrt(1-sin(x)cos(x)),x); \end{reduce}
example from my daughter's college calc --pbwagner, Mon, 10 Sep 2007 12:58:25 -0500 reply\begin{reduce} int(log(log(x)),x); \end{reduce}axiomintegrate(log(log(x)),x);Type: Union(Expression Integer,...)
Some or all expressions may not have rendered properly, because REDUCE returned the following error:Error: export PATH=/usr/local/bin:$PATH;reduce < /var/zope/var/LatexWiki/5678726665000475857-25px.run
! LaTeX Error: Environment reduce undefined.See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ...
l.9 \begin{reduce}
?