MLA - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Maple Library Archive (.mla) Format

MLA file format

 

Description

Examples

Description

• 

MLA (Maple Library Archive) is a binary file format for a Maple repository.  A repository stores arbitrary Maple data including expressions, procedures, and modules.

• 

Objects stored in in this format are stored in an Maple internal format which can be read by Maple faster than objects stored in a text-based format such as an MPL file.

• 

MLA files are used by Maple for storing its own predefined mathematical library routines and data.

• 

MLA files can be created, modified, or read using the LibraryTools package commands or the march command.

• 

In Workbook files, MLA files can be created, modified, or attached using the savelib command or PackageTools package commands.

Examples

View the properties on the built-in Maple library archive.

archiveFileTools:-JoinPathlib,maple.mla,base=mapledir

C:\Program Files\Maple 2016\lib\maple.mla

(1)

LibraryTools:-Authorarchive

Maplesoft

(2)

numelemsLibraryTools:-ShowContentsarchive

14084

(3)

See Also

file

Formats

LibraryTools

repository