[Axiom-mail] Help on polynomial coefficients

2008-09-03 Thread Rodrigo Canaan
I am making a program to find a polynomial P(x,y) that is the solution to a given system. The degree of P is given. I need one variable to represent each coefficient P, so I can find all coefficients, determining the polinomial. Problem is, I don't know how to assign one variable to each

[Axiom-mail] Problem with function solve

2008-09-25 Thread Rodrigo Canaan
Well I am trying to solve a big system of linear equations on Axiom. It's equations are stored in a list called D. The problem is, when I call the function solve(D), it gives me an error, saying the system doesn't have a finite number of answers. I first thoguht it is because the system is not

[Axiom-mail] Saving intermediate results and loading them later in another session

2010-11-10 Thread Rodrigo Canaan
Hello! I am working on a program that takes quite a long time to execute, and I wanted to be able to save the intermediate results to an output and to load it later in another session, so that I wouldn't need to run the program overnight everytime. I want to run a bit, save the important