MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

Loading MAMBO Toolbox

The method of loading the MAMBO toolbox differs between computer algebra packages, so relevant commands for each package the MAMBO toolbox works with is provided below. It can be used by substituting the relevant directory locations:

 

with Maple 16:
Note: The Maple code is meant to be entered into a Maple worksheet in Text mode (Maple notation).

restart;
libname:=libname,"MAMBO Toolbox source directory";
currentdir("Output directory for .geo and .dyn files");
with(Mambo):

with MuPAD 5.6.0 (Matlab R2011a):

reset():
PACKAGEPATH:="MAMBO Toolbox source directory", PACKAGEPATH:
package("Mambo");use(Mambo);
WRITEPATH:="Output directory for .geo and .dyn files":

with Mathematica 8.0:

Quit[];
Get["MAMBO Toolbox source directory/MamboToolbox.txt"];
Get["MAMBO Toolbox source directory/Format_m.txt"];
SetDirectory["Output directory for .geo and .dyn files"];


Documentation