Macaulay2 » Documentation
Packages » MapleInterface :: readMaple
next | previous | forward | backward | up | index | toc

readMaple -- Read the result of a previous Maple computation.

Synopsis

Description

Read the result of a previous Maple computation stored in the file fn via the option store of callMaple.

callMaple( ... , store=>fn); readMaple(fn)

will return the same result as

callMaple( ... )

Ways to use readMaple :

For the programmer

The object readMaple is a method function.