~peterpall/maxima/+git/maxima.code:rtoy-hompack

Last commit made on 2020-10-03
Get this branch:
git clone -b rtoy-hompack https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

Name:
rtoy-hompack
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

850ea1f... by Raymond Toy <email address hidden>

Support hompack

7cdb917... by Raymond Toy <email address hidden>

Add example for fixpdf

Taken from the fixpdf test from mainf.f

70600b3... by Raymond Toy <email address hidden>

Fix up fixpdf

Just add some comments and also return the arclen.

d0b22ec... by Raymond Toy <email address hidden>

Add polsys example

This is the example from hompack mainp, converted to maxima.

82baf4d... by Raymond Toy <email address hidden>

Fix bug in computing sspar

sspar needs to be converted to double before we assign it to the
array.

Also indented hompack_fixpdf a bit more neatly.

b18ad92... by Raymond Toy <email address hidden>

Clean up code and add docs for polsys

963489a... by Raymond Toy <email address hidden>

Merge branch 'master' into rtoy-hompack

835adc1... by Raymond Toy <email address hidden>

Define Laplace transform

Add equation to define the Laplace transform more precisely so user's
know exactly what is being computed.

194fcd0... by Raymond Toy <email address hidden>

Add rudimentary interface to fixpdf since we're here.

f9eea80... by Raymond Toy <email address hidden>

Update because trace was undefined var

This is a bug in f2cl that has since been fixed. `trace` was
converted by f2cl to be the variable `trace$`. But it didn't make
that change for format statements so we were referring to the unknown
variable `trace` when we should have been using `trace$`.