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

Edit detail for #128 error displaying a certain nested list revision 1 of 2

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}

Submitted by : (unknown) at: 2007-11-17T21:55:22-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

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

fricas
)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

fricas
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)]

\label{eq1}\begin{array}{@{}l}
\displaystyle
\left[ 1, \: 1, \:{q + 1}, \:{{{q}^{2}}+ q + 1}, \:{{{q}^{4}}+{{q}^{3}}+{{q}^{2}}+ q + 1}, \: \right.
\
\
\displaystyle
\left.{{{q}^{6}}+{{q}^{5}}+{2 \ {{q}^{4}}}+{{q}^{3}}+{{q}^{2}}+ q + 1}, \: \right.
\
\
\displaystyle
\left.{{{q}^{9}}+{{q}^{8}}+{{q}^{7}}+{2 \ {{q}^{6}}}+{2 \ {{q}^{5}}}+{2 \ {{q}^{4}}}+{{q}^{3}}+{{q}^{2}}+ q + 1}, \: \right.
\
\
\displaystyle
\left.{
\begin{array}{@{}l}
\displaystyle
{{q}^{12}}+{{q}^{11}}+{2 \ {{q}^{10}}}+{2 \ {{q}^{9}}}+{2 \ {{q}^{8}}}+{2 \ {{q}^{7}}}+{3 \ {{q}^{6}}}+{2 \ {{q}^{5}}}+{2 \ {{q}^{4}}}+ 
\
\
\displaystyle
{{q}^{3}}+{{q}^{2}}+ q + 1 
(1)
Type: List(Polynomial(Integer))
fricas
)set output tex off
 
fricas
)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}