login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for SandBoxReduce revision 32 of 36

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: haceaton
Time: 2009/02/13 05:47:17 GMT-8
Note: how to reduce this to c + atan(tan(d)*(2/x+1)) ??

added:

From haceaton Fri Feb 13 05:47:13 -0800 2009
From: haceaton
Date: Fri, 13 Feb 2009 05:47:13 -0800
Subject: how to reduce this to c + atan(tan(d)*(2/x+1)) ??
Message-ID: <20090213054713-0800@axiom-wiki.newsynthesis.org>

\begin{reduce}
trigsimp(atan(((1+x)*sin(c+d)-sin(c-d))/((1+x)*cos(c+d)-cos(c-d))),tan);
\end{reduce}



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}

1: solve({z=x*a+2},{z,x});
reduce
LatexWiki Image 
int(sqrt(1-sin(x)*cos(x)),x);
reduce
LatexWiki Image 

example from my daughter's college calc --pbwagner, Mon, 10 Sep 2007 12:58:25 -0500 reply
int(log(log(x)),x);
reduce
LatexWiki Image 

axiom
integrate(log(log(x)),x)
LatexWiki Image(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
LatexWiki Image 

how to reduce this to c + atan(tan(d)*(2/x+1)) ?? --haceaton, Fri, 13 Feb 2009 05:47:13 -0800 reply
1: trigsimp(atan(((1+x)*sin(c+d)-sin(c-d))/((1+x)*cos(c+d)-cos(c-d))),tan);
reduce
LatexWiki Image