Next: Monomial Representation
Up: Polynomials
Previous: Polynomial Input and Output
APU can be used to interface with Maple by writing APU polynomials
on to files in Maple format using :
- Function name
- print_maple_poly()
- Syntax
- void print_maple_poly(ostream& outFile, Polynomial poly);
- Description
- This function will print the given polynomial to
the specified output stream in Maple format. Thus one can dump the
results of an APU computation onto a file which can then be read
into Maple.
1.0
Ashu Rege
Fri May 9 17:57:21 PDT 1997