Index of /courses/rychlik/LinodePackage

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]linode.demo 2023-03-02 01:31 4.2K 
[TXT]linode.mac 2023-03-02 01:31 8.3K 
[TXT]linode_test.mac 2023-03-02 01:31 3.2K 

Dear User:

This folder contains files which provide a solver of linear differential equations for the free computer algebra system Maxima. In order to use the package, start your Maxima and execute:

(%i1) load("linode.mac");
    

You can accomplish the same by calling wxMaxima (GUI of maxima) and do:

File > Load Package...
    

The file linode.demo is a Macsyma-style demo file for most of the operations provided by the package. In order to run it, go to the Maxima level and type:

demo("linode.demo");
    
or
batch("linode.demo");
    
and watch the demonstration.

If you are planning to use the package often, you should copy the file linode.mac to to a designated Maxima directory which Maxima searches for files to load. This location is OS dependent (search Maxima documentation for its precise location). For example:

Optionally, you can also put linode.demo in the same folder.

NOTE: After you have placed the file in the correct folder, you will be able to load the package by simply doing:

load(linode)
      
in a similar manner to loading all other packages available in the Maxima distribution.

Maxima documentation for this package has not been written yet, but there is a sizable amount of documentation in the source.

Enjoy.

--Marek Rychlik

11-8-2015

E-mail: rychlik@email.arizona.edu

URL: http://alamos.math.arizona.edu

HOMEPAGE: http://marekrychlik.com