1 2 3 4 5 6 7 8 9 10 11 12 | ||
Editor: page
Time: 2011/03/12 15:43:50 GMT-8 |
||
Note: test mathml |
added:
\begin{axiom}
)set output tex off
)set output algebra off
)set output mathml on
\end{axiom}
)set output tex off
)set output algebra off
)set output mathml on
Indefinite intregral
arctan = atan
integrate(1/atan(x),x)
Definite intregral
integrate(1/(a+z^3),z=0..1, "noPole");
integrate(1/(a+z^3),z=0..1, "noPole")
integrate(a/(b+z^2),z=0..1, "noPole")
Solutions of Transcendental Equations
solve(cos(x)-y=-sin(x),x)
solve(cos(x)-y=-sin(x),y)
solve(cos(x)-y=-sin(x),x)
solve(cos(x)=0,x)
solve(sin(e) - e = 0,e)
solve(a*cos(t1) + b*sin(t1) = c,t1)
solve(cos(x)-y=-sin(x),x)
Matrices
A:=matrix[[cos(x)-y,-sin(x)], [sin(x), cos(x)-y]]
A:=matrix[[cos(x)-y,-sin(x)], [sin(x), cos(x)-y]]
solve(A=0,y)
There are 18 exposed and 3 unexposed library operations named solve having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op solve to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named solve with argument type(s) Equation(SquareMatrix(2,Expression(Integer))) Variable(y)
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need.
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
Type: Matrix(Expression(Integer)) B:=solve(A(1,1)A(2,2)-A(2,1)A(1,2)=0,L)
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
Type: Matrix(Expression(Integer)) B=solve(A(1,1)A(2,2)-A(2,1)A(1,2)=0,L)
Type: Equation(List(Equation(Expression(Integer)))) B(1)
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
Type: Matrix(Expression(Integer)) B=solve(A(1,1)A(2,2)-A(2,1)A(1,2)=0,L)
Type: Equation(List(Equation(Expression(Integer)))) B
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
Type: Matrix(Expression(Integer)) B:=solve(A(1,1)A(2,2)-A(2,1)A(1,2)=0,L)
Type: List(Equation(Expression(Integer))) B
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
Type: Matrix(Expression(Integer)) B:=solve(A(1,1)A(2,2)-A(2,1)A(1,2)=0,L)
Type: List(Equation(Expression(Integer))) B.1
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
Type: Matrix(Expression(Integer)) B:=solve(A(1,1)A(2,2)-A(2,1)A(1,2)=0,L)
Type: List(Equation(Expression(Integer))) v:=vector[v11,v12]?
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
Type: Matrix(Expression(Integer)) B:=solve(A(1,1)A(2,2)-A(2,1)A(1,2)=0,L)
Type: List(Equation(Expression(Integer))) v:=matrix[[B.1],[B.2]]?
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
Type: Matrix(Expression(Integer)) [a,b]:=solve(A(1,1)A(2,2)-A(2,1)A(1,2)=0,L)
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
Type: Matrix(Expression(Integer)) [a,b]:=solve(A(1,1)A(2,2)-A(2,1)A(1,2)=0,L)
Type: List(Equation(Expression(Integer))) a
Type: Equation(Expression(Integer)) b
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
Type: Matrix(Expression(Integer)) [a,b]:=solve(A(1,1)A(2,2)-A(2,1)A(1,2)=0,L)
Type: List(Equation(Expression(Integer))) a
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
Type: Matrix(Expression(Integer)) B:=solve(A(1,1)A(2,2)-A(2,1)A(1,2)=0,L)
Type: List(Equation(Expression(Integer))) LA1:=[sqrt(-1)sin(x)+cos(x),-sqrt(-1)sin(x)+cos(x)]?
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
Type: Matrix(Expression(Integer)) B:=solve(A(1,1)A(2,2)-A(2,1)A(1,2)=0,L)
LA1:=matrix[sqrt(-1)*sin(x)+cos(x),-sqrt(-1)*sin(x)+cos(x)]
>> System error: Cannot take first of an empty list
Complex Values
LA1:=matrix[sqrt(-1)*sin(x)]
>> System error: Cannot take first of an empty list
A:=matrix[cos(x)-L]
>> System error: Cannot take first of an empty list
A:=matrix[a,b]
>> System error: Cannot take first of an empty list
A:=matrix[[a,b]]
A:=matrix[[a],[b]]
A:=matrix[[sqrt(-1)*sin(x)+cos(x)],[b]]
>> System error: Cannot take first of an empty list
A:=matrix[[sqrt(-1)*sin(x)+cos(x)],[-sqrt(-1)*sin(x)*cos(x)]]
LA1:=matrix[[sqrt(-1)*sin(x)+cos(x)],[-sqrt(-1)*sin(x)+cos(x)]]
LAM:=matrix[[sqrt(-1)*sin(x)+cos(x)],[-sqrt(-1)*sin(x)+cos(x)]]
L:=matrix[[sqrt(-1)*sin(x)+cos(x)],[-sqrt(-1)*sin(x)+cos(x)]]
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
There are 8 exposed and 4 unexposed library operations named - having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op - to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named - with argument type(s) Expression(Integer) Matrix(Expression(Integer))
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need. D:=matrix[[sqrt(-1)*sin(x)+cos(x)], [-sqrt(-1)*sin(x)+cos(x)]]
A*D
>> Error detected within library code: can't multiply matrices of incompatible dimensions
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
There are 8 exposed and 4 unexposed library operations named - having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op - to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named - with argument type(s) Expression(Integer) Matrix(Expression(Integer))
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need. D:=matrix[[sqrt(-1)*sin(x)+cos(x)], [-sqrt(-1)*sin(x)+cos(x)]]
Type: Matrix(Expression(Integer)) v:=matrix[[v11],[v12]]?
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
There are 8 exposed and 4 unexposed library operations named - having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op - to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named - with argument type(s) Expression(Integer) Matrix(Expression(Integer))
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need. D:=matrix[[sqrt(-1)*sin(x)+cos(x)], [-sqrt(-1)*sin(x)+cos(x)]]
Type: Matrix(Expression(Integer)) v:=matrix[[v11],[v12]]?
A*v
>> Error detected within library code: can't multiply matrices of incompatible dimensions
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
There are 8 exposed and 4 unexposed library operations named - having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op - to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named - with argument type(s) Expression(Integer) Matrix(Expression(Integer))
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need. D:=matrix[[sqrt(-1)*sin(x)+cos(x)], [-sqrt(-1)*sin(x)+cos(x)]]
Type: Matrix(Expression(Integer)) v:=matrix[[v11],[v12]]?
A*v
>> Error detected within library code: can't multiply matrices of incompatible dimensions
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
There are 8 exposed and 4 unexposed library operations named - having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op - to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named - with argument type(s) Expression(Integer) Matrix(Expression(Integer))
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need. D:=matrix[[sqrt(-1)*sin(x)+cos(x)], [-sqrt(-1)*sin(x)+cos(x)]]
Type: Matrix(Expression(Integer)) v:=matrix[[v11],[v12]]?
A*v
>> Error detected within library code: can't multiply matrices of incompatible dimensions
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
There are 8 exposed and 4 unexposed library operations named - having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op - to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named - with argument type(s) Expression(Integer) Matrix(Expression(Integer))
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need. D:=matrix[[sqrt(-1)*sin(x)+cos(x)], [-sqrt(-1)*sin(x)+cos(x)]]
Type: Matrix(Expression(Integer)) v:=matrix[[v11],[v12]]?
A*v
>> Error detected within library code: can't multiply matrices of incompatible dimensions
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
There are 8 exposed and 4 unexposed library operations named - having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op - to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named - with argument type(s) Expression(Integer) Matrix(Expression(Integer))
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need. D:=matrix[[sqrt(-1)*sin(x)+cos(x)], [-sqrt(-1)*sin(x)+cos(x)]]
Type: Matrix(Expression(Integer)) v:=matrix[[v11],[v12]]?
A*v
>> Error detected within library code: can't multiply matrices of incompatible dimensions
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
There are 8 exposed and 4 unexposed library operations named - having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op - to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named - with argument type(s) Expression(Integer) Matrix(Expression(Integer))
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need. D:=matrix[[sqrt(-1)*sin(x)+cos(x)], [-sqrt(-1)*sin(x)+cos(x)]]
Type: Matrix(Expression(Integer)) v:=matrix[[v11],[v12]]?
A*v
>> Error detected within library code: can't multiply matrices of incompatible dimensions
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
There are 8 exposed and 4 unexposed library operations named - having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op - to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named - with argument type(s) Expression(Integer) Matrix(Expression(Integer))
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need. D:=matrix[[sqrt(-1)*sin(x)+cos(x)], [-sqrt(-1)*sin(x)+cos(x)]]
Type: Matrix(Expression(Integer)) v:=matrix[[v11],[v12]]?
A*v
>> Error detected within library code: can't multiply matrices of incompatible dimensions
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
There are 8 exposed and 4 unexposed library operations named - having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op - to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named - with argument type(s) Expression(Integer) Matrix(Expression(Integer))
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need. D:=matrix[[sqrt(-1)*sin(x)+cos(x)], [-sqrt(-1)*sin(x)+cos(x)]]
Type: Matrix(Expression(Integer)) v:=matrix[[v11],[v12]]?
A*v
>> Error detected within library code: can't multiply matrices of incompatible dimensions
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
There are 8 exposed and 4 unexposed library operations named - having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op - to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named - with argument type(s) Expression(Integer) Matrix(Expression(Integer))
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need. D:=matrix[[sqrt(-1)*sin(x)+cos(x)], [-sqrt(-1)*sin(x)+cos(x)]]
Type: Matrix(Expression(Integer)) v:=matrix[[v11],[v12]]?
A*v
>> Error detected within library code: can't multiply matrices of incompatible dimensions
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
There are 8 exposed and 4 unexposed library operations named - having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op - to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named - with argument type(s) Expression(Integer) Matrix(Expression(Integer))
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need. D:=matrix[[sqrt(-1)*sin(x)+cos(x)], [-sqrt(-1)*sin(x)+cos(x)]]
Type: Matrix(Expression(Integer)) v:=matrix[[v11],[v12]]?
A*v
>> Error detected within library code: can't multiply matrices of incompatible dimensions
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
There are 8 exposed and 4 unexposed library operations named - having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op - to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named - with argument type(s) Expression(Integer) Matrix(Expression(Integer))
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need. D:=matrix[[sqrt(-1)*sin(x)+cos(x)], [-sqrt(-1)*sin(x)+cos(x)]]
Type: Matrix(Expression(Integer)) v:=matrix[[v11],[v12]]?
A*v
>> Error detected within library code: can't multiply matrices of incompatible dimensions
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
There are 8 exposed and 4 unexposed library operations named - having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op - to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named - with argument type(s) Expression(Integer) Matrix(Expression(Integer))
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need. D:=matrix[[sqrt(-1)*sin(x)+cos(x)], [-sqrt(-1)*sin(x)+cos(x)]]
Type: Matrix(Expression(Integer)) v:=matrix[[v11],[v12]]?
A*v
>> Error detected within library code: can't multiply matrices of incompatible dimensions
A:=matrix[[cos(x),-sin(x)], [sin(x), cos(x)]]
Type: Matrix(Expression(Integer)) D:=matrix[[sqrt(-1)*sin(x)+cos(x)],[-sqrt(-1)*sin(x)+cos(x)]]?
Type: Matrix(Expression(Integer)) v:=matrix[[v11],[v12]]?
Type: Matrix(Polynomial(Integer)) A*v
Type: Matrix(Expression(Integer)) D(1,1)*v
Type: Matrix(Expression(Integer)) Av-D(1,1)v
A:=matrix[[cos(x),-sin(x)], [sin(x), cos(x)]]
Type: Matrix(Expression(Integer)) D:=matrix[[sqrt(-1)*sin(x)+cos(x)],[-sqrt(-1)*sin(x)+cos(x)]]?
Type: Matrix(Expression(Integer)) v:=matrix[[v11],[v12]]?
Type: Matrix(Polynomial(Integer)) A*v
Type: Matrix(Expression(Integer)) D(1,1)*v
solve(A*v-D(1,1)*v=0, v(1, 1))
There are 3 exposed and 0 unexposed library operations named equation having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op equation to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named equation with argument type(s) Matrix(Expression(Integer)) NonNegativeInteger
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need.
A:=matrix[[cos(x),-sin(x)], [sin(x), cos(x)]]
Type: Matrix(Expression(Integer)) D:=matrix[[sqrt(-1)*sin(x)+cos(x)],[-sqrt(-1)*sin(x)+cos(x)]]?
Type: Matrix(Expression(Integer)) v:=matrix[[v11],[v12]]?
Type: Matrix(Polynomial(Integer)) A*v
Type: Matrix(Expression(Integer)) D(1,1)*v
solve(A*v-D(1,1)*v=0, v11)
There are 3 exposed and 0 unexposed library operations named equation having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op equation to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named equation with argument type(s) Matrix(Expression(Integer)) NonNegativeInteger
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need.
A:=matrix[[cos(x)-L,-sin(x)], [sin(x), cos(x)-L]]
There are 8 exposed and 4 unexposed library operations named - having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op - to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named - with argument type(s) Expression(Integer) Matrix(Expression(Integer))
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need. D:=matrix[[sqrt(-1)*sin(x)+cos(x)], [-sqrt(-1)*sin(x)+cos(x)]]
Type: Matrix(Expression(Integer)) v:=matrix[[v11],[v12]]?
Type: Matrix(Polynomial(Integer)) A*v
Type: Matrix(Expression(Integer)) D(1,1)*v
Type: Matrix(Expression(Integer)) Av-D(1,1)v
A*v
A:=matrix[[cos(x),-sin(x)], [sin(x), cos(x)]]
Differential Equations
\begin(axiom) solve(D(y x, x)^2+y x=1,y,x) \end(axiom)
solve(D(y x,x)^2+y x=1, y, x)
There are no library operations named y Use HyperDoc Browse or issue )what op y to learn if there is any operation containing " y " in its name.
Cannot find a definition or applicable library operation named y with argument type(s) Variable(x)
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need.
deq := (x**2 + 1) * D(y x,x, 2) + 3 * x * D(y x, x) + y x = 0
There are no library operations named y Use HyperDoc Browse or issue )what op y to learn if there is any operation containing " y " in its name.
Cannot find a definition or applicable library operation named y with argument type(s) Variable(x)
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need. solve(deq, y, x)
There are 6 exposed and 1 unexposed library operations named solve having 3 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op solve to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named solve with argument type(s) Variable(deq) Variable(y) Variable(x)
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need.
f(x)=x*2
There are no library operations named f Use HyperDoc Browse or issue )what op f to learn if there is any operation containing " f " in its name.
Cannot find a definition or applicable library operation named f with argument type(s) Variable(x)
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need. D(y, x)
There are 5 exposed and 0 unexposed library operations named D having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op D to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named D with argument type(s) Variable(y) Variable(x)
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need. (x**2 + 1) * D(y, x, 2) + 3 * x * D(y, x) + y = 0
There are 3 exposed and 0 unexposed library operations named D having 3 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op D to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named D with argument type(s) Variable(y) Variable(x) PositiveInteger
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need.
y := operator y
solve(D(y(x),x)-y(x)^2=1, y, x)
There are 5 exposed and 0 unexposed library operations named D having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op D to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named D with argument type(s) Expression(Integer) Variable(x)
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need.
Just trying to understand the syntax
solve(a*x^2+b*x+c,x)
solve(a*x^2+b*x+c=0,x)
There are 18 exposed and 3 unexposed library operations named solve having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op solve to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named solve with argument type(s) Equation(Equation(Expression(Integer))) Variable(x)
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need.
zerosOf(a*x^2+b*x+c,x)
There are 2 exposed and 0 unexposed library operations named zerosOf having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op zerosOf to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named zerosOf with argument type(s) Equation(Expression(Integer)) Variable(x)
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need.
zerosOf(sqrt(h^2+a^2)-a=d,a)
There are 4 exposed and 1 unexposed library operations named sqrt having 1 argument(s) but none was determined to be applicable. Use HyperDoc Browse,or issue )display op sqrt to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named sqrt with argument type(s) Equation(Expression(Integer))
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need.
solve(x^2+x+1=98,x)
solve(x^2+2*x+1=0,x)
Solutions in Expression domain
solve((x^2+x+1=98)::Equation Expression Integer,x)
solve((x^3 * b + x^2*(b*d - b + 1) + x*(3*d - b*d - 1) + 2*d^2 - 2*d = 0)::Equation Expression Integer,x)
Cannot convert from type Equation(Equation(Expression(Integer))) to Equation(Expression(Integer)) for value 3 2 2 L x + (L d - L + 1)x + ((- L + 3)d - 1)x + 2d - 2d = 3 2 +---+ 3 2 (- x + (- d + 1)x + d x)\|- 1 sin(x) + (x + (d - 1)x - d x)cos(x) + 2 2 x + (3d - 1)x + 2d - 2d = 0= 0