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

Edit detail for SandBoxPolynomialQuiz revision 1 of 1

1
Editor:
Time: 2007/11/18 18:31:53 GMT-8
Note:

changed:
-
\begin{axiom}
)clear all
variables (2*x+1/x)$DMP([x], EXPR INT)
variables (2*y+1/y)$DMP([y], INT)
a:=(2*x+1/x)$DMP([x], EXPR INT); variables a
b:=(2*y+1/y)$DMP([y], INT); variables b
x:DMP([x], EXPR INT):=x; variables (2*x+1/x)
y:DMP([y], INT):=y; variables (2*y+1/y)
\end{axiom}

Possible Explanations: see SandBoxPolynomialQuizExplained

axiom
)clear all
All user variables and function definitions have been cleared. variables (2*x+1/x)$DMP([x], EXPR INT)
LatexWiki Image(1)
Type: List OrderedVariableList? [x]?
axiom
variables (2*y+1/y)$DMP([y], INT)
There are 5 exposed and 4 unexposed library operations named variables having 1 argument(s) but none was determined to be applicable. Use HyperDoc Browse, or issue )display op variables 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 variables with argument type(s) Fraction Polynomial Integer
Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need. a:=(2*x+1/x)$DMP([x], EXPR INT); variables a
LatexWiki Image(2)
Type: List OrderedVariableList? [x]?
axiom
b:=(2*y+1/y)$DMP([y], INT); variables b
There are 11 exposed and 5 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) DistributedMultivariatePolynomial([y],Integer) Fraction DistributedMultivariatePolynomial([y],Integer)
Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need. x:DMP([x], EXPR INT):=x; variables (2*x+1/x)
LatexWiki Image(3)
Type: List OrderedVariableList? [x]?
axiom
y:DMP([y], INT):=y; variables (2*y+1/y)
LatexWiki Image(4)
Type: List Symbol

Possible Explanations: see SandBoxPolynomialQuizExplained