Creating Libraries

We begin by going to the location where your current Worksheet is saved. Inside this folder we created a folder called lib241 . Now we can issue commands in Maple to create and save procedures or variables in this library. Unfortunately, I'm still working on how to extract the items saved.

We start with the march command that addresses our folder and tells the number of things we want to save inside the library.

> march('create',lib241,20);

> savelibname := "lib241";

> savelib('x0');

> savelib('Newton');

> savelib('g');

> L := march('list',lib241);

>