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 /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/MapleInterface.m2:309:0.