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

Edit detail for SandBoxReduce revision 30 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: crashcut
Time: 2008/01/31 02:54:52 GMT-8
Note:

removed:
-
-From crashcut Wed Jan 30 10:28:27 -0800 2008
-From: crashcut
-Date: Wed, 30 Jan 2008 10:28:27 -0800
-Subject: 
-Message-ID: <20080130102827-0800@axiom-wiki.newsynthesis.org>
-
-\begin{reduce}
-solve({c=-1/m*(1-(m*a+c1)^2)^(1/2)+c2, b=-1/m*(1-c1^2)^(1/2)+c2}, {c1,c2});
-\end{reduce}
-
-From crashcut Thu Jan 31 02:40:56 -0800 2008
-From: crashcut
-Date: Thu, 31 Jan 2008 02:40:56 -0800
-Subject: 
-Message-ID: <20080131024056-0800@axiom-wiki.newsynthesis.org>
-
-solve({y=-1/l*(1-(l*x+c1)^2)^(1/2)+c2, c1=((-3*l^2-l+8)^(1/2)/4-l, c2=-3((-3*l^2-l+8)^(1/2)+7*l)/12*l}, {y});
-
-
-From crashcut Thu Jan 31 02:41:31 -0800 2008
-From: crashcut
-Date: Thu, 31 Jan 2008 02:41:31 -0800
-Subject: 
-Message-ID: <20080131024131-0800@axiom-wiki.newsynthesis.org>
-
-\begin{reduce}
-solve({y=-1/l*(1-(l*x+c1)^2)^(1/2)+c2, c1=((-3*l^2-l+8)^(1/2)/4-l, c2=-3((-3*l^2-l+8)^(1/2)+7*l)/12*l}, {y});
-\end{reduce}
-
-From crashcut Thu Jan 31 02:43:01 -0800 2008
-From: crashcut
-Date: Thu, 31 Jan 2008 02:43:01 -0800
-Subject: 
-Message-ID: <20080131024301-0800@axiom-wiki.newsynthesis.org>
-
-\begin{reduce}
-solve({y=-1/l*(1-(l*x+c1)^2)^(1/2)+c2, c1=(-3*l^2-l+8)^(1/2)/4-l, c2=-3((-3*l^2-l+8)^(1/2)+7*l)/12*l}, {y});
-\end{reduce}
-
-From crashcut Thu Jan 31 02:47:39 -0800 2008
-From: crashcut
-Date: Thu, 31 Jan 2008 02:47:39 -0800
-Subject: 
-Message-ID: <20080131024739-0800@axiom-wiki.newsynthesis.org>
-
-\begin{reduce}
-solve({y=-1/l*(1-(l*x+c1)^2)^(1/2)+c2, c1=(-3*l^2-l+8)^(1/2)/4-l, c2=-3*((-3*l^2-l+8)^(1/2)+7*l)/12*l}, {y});
-\end{reduce}
-
-From crashcut Thu Jan 31 02:48:31 -0800 2008
-From: crashcut
-Date: Thu, 31 Jan 2008 02:48:31 -0800
-Subject: 
-Message-ID: <20080131024831-0800@axiom-wiki.newsynthesis.org>
-
-\begin{reduce}
-solve({y=-1/l*(1-(l*x+c1)^2)^(1/2)+c2, c1=(-3*l^2-l+8)^(1/2)/4-l, c2=-3*((-3*l^2-l+8)^(1/2)+7*l)/(12*l)}, {y});
-\end{reduce}
-
-From crashcut Thu Jan 31 02:49:20 -0800 2008
-From: crashcut
-Date: Thu, 31 Jan 2008 02:49:20 -0800
-Subject: 
-Message-ID: <20080131024920-0800@axiom-wiki.newsynthesis.org>
-
-\begin{reduce}
-solve({y=-1/l*(1-(l*x+c1)^2)^(1/2)+c2, c1=(-3*l^2-l+8)^(1/2)/4-l, c2=3*((-3*l^2-l+8)^(1/2)+7*l)/(12*l)}, {y});
-\end{reduce}
-
-From crashcut Thu Jan 31 02:51:21 -0800 2008
-From: crashcut
-Date: Thu, 31 Jan 2008 02:51:21 -0800
-Subject: 
-Message-ID: <20080131025121-0800@axiom-wiki.newsynthesis.org>
-
-\begin{reduce}
-solve({y=-1/l*(1-(l*x+c1)^2)^(1/2)+c2, c1=(-3*l^2-l+8)^(1/2)/4-l, c2=-3((-3*l^2-l+8)^(1/2)+7*l)/12*l}, {y});
-\end{reduce}
-
-From crashcut Thu Jan 31 02:51:57 -0800 2008
-From: crashcut
-Date: Thu, 31 Jan 2008 02:51:57 -0800
-Subject: 
-Message-ID: <20080131025157-0800@axiom-wiki.newsynthesis.org>
-
-\begin{reduce}
-solve({y=-1/l*(1-(l*x+(-3*l^2-l+8)^(1/2)/4-l)^2)^(1/2)-3*((-3*l^2-l+8)^(1/2)+7*l)/(12*l)}, {y});
-\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}

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,...)