Try FriCAS calculations here. For example, here is a simple FriCAS command: \begin{axiom} integrate(1/(a+z^3), z=0..1,"noPole") \end{axiom} fricas (1) -> integrate(1/(a+z^3),
Type: Union(f1: OrderedCompletion?(Expression(Integer)),
Remember to type \begin{axiom} before each group of commands and \end{axiom} after the commands. fricas integrate(1/sqrt(1+x^2),
Type: Union(Expression(Integer),
fricas )set output algebra on fricas )set output tex off Type: Union(Expression(Integer),
fricas draw(F1, fricas Compiling function %BE with type DoubleFloat -> DoubleFloat Graph data being transmitted to the viewport manager... FriCAS2D data being transmitted to the viewport manager... Type: TwoDimensionalViewport?
fricas integrate(cos(t)*sqrt(cos(2*t)), Type: Union(pole: potentialPole,
fricas integrate(abs(x), Type: Union(pole: potentialPole,
fricas integrate(abs(x), Type: Union(fail: failed,
fricas integrate(abs(x), Type: Union(pole: potentialPole,
fricas integrate(abs(x), Type: Union(fail: failed,
fricas integrate(sqrt(x^2), Type: Union(f1: OrderedCompletion?(Expression(Integer)),
fricas integrate(sqrt(x^2), Type: Union(f1: OrderedCompletion?(Expression(Integer)),
fricas integrate(sqrt(x^2), Type: Union(pole: potentialPole,
fricas integrate(sqrt(x^2), Type: Union(f1: OrderedCompletion?(Expression(Integer)),
fricas )version ... --schweika, Mon, 31 Dec 2007 07:13:59 -0800 reply fricas solve(x*b -3*a*b + a*x - 9*b*b-4*b*x = a*a - 9*a*b , Type: List(Equation(Fraction(Polynomial(Integer))))
fricas solve(-1*(a+3*b)^2 - 3*b*x -a*x = 0, Type: List(Equation(Fraction(Polynomial(Integer))))
fricas solve(-1*(a+3*b)^2 - 3*b*x +a*x = 0, Type: List(Equation(Fraction(Polynomial(Integer))))
fricas solve(-1*(a-3*b)^2 - 3*b*x +a*x = 0, Type: List(Equation(Fraction(Polynomial(Integer))))
fricas solve((a-3*b)*(x-a+3*b) = 0, Type: List(Equation(Fraction(Polynomial(Integer))))
fricas a : (INT, fricas (1, Type: Tuple(PositiveInteger?)
fricas ('Mon, Type: Tuple(OrderedVariableList([Mon,
fricas a := 'x :: OutputForm Type: OutputForm?
fricas b := 'y :: OutputForm Type: OutputForm?
fricas a and b fricas )clear all fricas y := operator 'y Type: BasicOperator?
fricas deq := D(y(x), Type: Equation(Expression(Integer))
fricas solve(deq, fricas y := operator 'y; Type: BasicOperator?
fricas deq := D(y(x), Type: Equation(Expression(Integer))
fricas solve(deq, Type: Union(Record(particular: Expression(Integer),
SandBoxMaybe
fricas factor(1-x^900) Type: Factored(Polynomial(Integer))
fricas simplify((a+b+2*sqrt(a)*sqrt(b))/(sqrt(a)+sqrt(b))) Type: Expression(Integer)
fricas simplify ( sin(a)^2+sin(%pi/2-a)^2 ) Type: Expression(Integer)
fricas d:=sin(series(asin(x)))-x fricas 1.2*d fricas solve( n*log(n)/log(m) = 1/4*n*log(n/4)/log(m) + 3/4*n*log(3/4*n)/log(m) + 15/4*n + 8, Type: List(Equation(Expression(Integer)))
fricas solve( log(n)/log(m) = 1/4*log(n/4)/log(m) + 3/4*log(3/4*n)/log(m) + 15/4*n + 8, Type: List(Equation(Expression(Integer)))
fricas solve( log(n)/log(m) = log(n/4)/log(m) + log(3/4*n)/log(m) + 15/4*n + 8, Type: List(Equation(Expression(Integer)))
fricas integrate((P*cos(x))/(2*e)*cos(x)*sin(x), Type: Union(f1: OrderedCompletion?(Expression(Integer)),
Bessel Integral fricas integrate(exp(z*cos(t)), Type: Union(fail: failed,
fricas integrate(x/sqrt(x^4+10*x^2-96*x-71), Type: Union(Expression(Integer),
fricas integrate(1/x, Type: Union(f1: OrderedCompletion?(Expression(Integer)),
fricas integrate(a/x^3, Type: Union(Expression(Integer),
fricas solve(a^2+b^2=c^2, Type: List(Equation(Fraction(Polynomial(Integer))))
fricas integrate(1/sqrt(tan(x)), Type: Union(Expression(Integer),
fricas a :=simplify(integrate(1/sqrt(tan(x)), Type: Expression(Integer)
fricas b:=simplify(differentiate(a, Type: Expression(Integer)
fricas normalize(b - 1/sqrt(tan(x))) Type: Expression(Integer)
|