|
|
|
last edited 1 year ago by Bill Page |
| 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 | ||
|
Editor: Bill Page
Time: 2009/02/13 07:26:26 GMT-8 |
||
| Note: compare axiom result | ||
added:
From BillPage Fri Feb 13 07:26:21 -0800 2009
From: Bill Page
Date: Fri, 13 Feb 2009 07:26:21 -0800
Subject: compare axiom result
Message-ID: <20090213072621-0800@axiom-wiki.newsynthesis.org>
\begin{axiom}
normalize( atan(((1+x)*sin(c+d)-sin(c-d))/((1+x)*cos(c+d)-cos(c-d))) )
\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}
solve({z=x*a+2},{z,x}); | reduce |
int(sqrt(1-sin(x)*cos(x)),x); | reduce |
int(log(log(x)),x); | reduce |
integrate(log(log(x)),x)
| (1) |
Type: Union(Expression(Integer),...)
solve({y=-1/l*(1-(l*x+(-3*l^2-l+8)^(1/2)/4-0.5*l)^2)^(1/2) -(-3*l^2-l+8)^(1/2)/(4*l)+2*l}, {y}); | reduce |
![]() |
trigsimp(atan(((1+x)*sin(c+d)-sin(c-d))/((1+x)*cos(c+d)-cos(c-d))),tan); | reduce |
normalize( atan(((1+x)*sin(c+d)-sin(c-d))/((1+x)*cos(c+d)-cos(c-d))) )
![]() | (2) |
Type: Expression(Integer)