freebsd-ports/math/octave-forge-odebvp/pkg-descr
Maho Nakata 7bdcd6fa1f Add port math/octave-forge-odebvp
This is odebvp.

To approximate the solution of the boundary-value problem
  y''=p(x)*y' + q(x)*y + r(x), a<=x<=b, y(a)=alpha, y(b)=beta
by the linear finite-diffence method.

The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.

PR:             127030
Submitted by:   Stephen Montgomery-Smith <stephen@math.missouri.edu>
2008-09-08 05:13:44 +00:00

12 lines
467 B
Text

The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
This is odebvp.
To approximate the solution of the boundary-value problem
y''=p(x)*y' + q(x)*y + r(x), a<=x<=b, y(a)=alpha, y(b)=beta
by the linear finite-diffence method.
WWW: http://octave.sourceforge.net/