Works for me,
It found the factor
(x + 56). The rest is the associated degree 50 factor. I cut and
pasted it in but the text got pasted in strangely, so I didn't think it worth
including in this post.
-sen
(%i1) build_info();
Maxima version: 5.11.0
Maxima build date: 4:28 1/25/2007
host type: i686-pc-linux-gnu
lisp-implementation-type: GNU Common Lisp (GCL)
lisp-implementation-version: GCL 2.6.7
(%o1)
(%i2) modulus: 127;
(%o2) 127
(%i3) factor(x^51+x^22+1);
(%o3) (x + 56) (degree 50 polynomial . . . )
---------------------------------------------------------------------------
| Sheldon E. Newhouse | e-mail: sen1 at math.msu.edu |
| Mathematics Department | |
| Michigan State University | telephone: 517-355-9684 |
| E. Lansing, MI 48824-1027 USA | FAX: 517-432-1562 |
---------------------------------------------------------------------------
On Mon, 12 Feb 2007, Fabrizio Caruso wrote:
> Hi
>
> I found this problem with factor:
>
> modulus:197;
> factor(x^51+x^22+1);
> "
> Maxima encountered a Lisp error:
>
> Error during processing of --eval option "(cl-user::run)":
>
> Argument X is not a NUMBER: NIL
>
> Automatically continuing.
> To reenable the Lisp debugger set *debugger-hook* to nil.
> "
>
>
> Remark: I am using 5.10.99rc2 with sbcl.
> compiled for Ubuntu.
>
> Fabrizio
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>