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

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

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:

  • readMaple(String)

For the programmer

The object readMaple is a method function.


The source of this document is in MapleInterface.m2:309:0.