|
|
last edited 9 years ago by test1 |
1 2 | ||
Editor:
Time: 2007/11/17 21:55:22 GMT-8 |
||
Note: |
changed: - As you can see, the following messes up the MathAction display. The error goes away if we - set algebra display on and tex display of, or - display only the first element of the list \begin{axiom} )lib RINTERPA RINTERP PCDEN GUESS GUESSP \end{axiom} \begin{axiom} l := [1, 1, 1+q, 1+q+q^2, 1+q+q^2+q^3+q^4, 1+q+q^2+q^3+2*q^4+q^5+q^6, 1+q+q^2+q^3+2*q^4+2*q^5+2*q^6+q^7+q^8+q^9, (1+q^4+q^6)*(1+q+q^2+q^3+q^4+q^5+q^6), (1+q^4)*(1+q+q^2+q^3+q^4+q^5+2*q^6+2*q^7+2*q^8+2*q^9+q^10+q^11+q^12)] )set output tex off )set output algebra on guessPRec(n,l,i+->q^i)$GUESSP \end{axiom} Uncomment to see error:: !\begin{axiom} )set output tex on )set output algebra off -- guessPRec(n,l,i+->q^i)$GUESSP' \end{axiom}
)lib RINTERPA RINTERP PCDEN GUESS GUESSP
RationalInterpolationAlgorithms is now explicitly exposed in frame initial RationalInterpolationAlgorithms will be automatically loaded when needed from /var/aw/var/LatexWiki/RINTERPA.NRLIB/RINTERPA RationalInterpolation is now explicitly exposed in frame initial RationalInterpolation will be automatically loaded when needed from /var/aw/var/LatexWiki/RINTERP.NRLIB/RINTERP PolynomialCommonDenominator is now explicitly exposed in frame initial PolynomialCommonDenominator will be automatically loaded when needed from /var/aw/var/LatexWiki/PCDEN.NRLIB/PCDEN Guess is now explicitly exposed in frame initial Guess will be automatically loaded when needed from /var/aw/var/LatexWiki/GUESS.NRLIB/GUESS GuessPolynomial is now explicitly exposed in frame initial GuessPolynomial will be automatically loaded when needed from /var/aw/var/LatexWiki/GUESSP.NRLIB/GUESSP
l := [1,1, 1+q, 1+q+q^2, 1+q+q^2+q^3+q^4, 1+q+q^2+q^3+2*q^4+q^5+q^6, 1+q+q^2+q^3+2*q^4+2*q^5+2*q^6+q^7+q^8+q^9, (1+q^4+q^6)*(1+q+q^2+q^3+q^4+q^5+q^6), (1+q^4)*(1+q+q^2+q^3+q^4+q^5+2*q^6+2*q^7+2*q^8+2*q^9+q^10+q^11+q^12)]
(1) |
)set output tex off
)set output algebra on
guessPRec(n,l, i+->q^i)$GUESSP
The function guessPRec is not implemented in GuessPolynomial .
Uncomment to see error:
\begin{axiom} )set output tex on )set output algebra off -- guessPRec(n,l,i+->q^i)$GUESSP' \end{axiom}