# Created by Octave 3.2.4, Tue Nov 23 12:52:33 2010 EST <mockbuild@jetta.math.Princeton.EDU.private>
# name: cache
# type: cell
# rows: 3
# columns: 1
# name: <cell-element>
# type: string
# elements: 1
# length: 5
lfdif
# name: <cell-element>
# type: string
# elements: 1
# length: 409
 -- Function File:  lfdif (A, B, ALPHA, BETA, N)
     Approximate the solution of a boundary-value problem. The problem
     is defined as

           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 inputs are

    a, b
          Endpoints

    alpha, beta
          boundary conditions

    n
          An integer value greater than or equal to 2


# name: <cell-element>
# type: string
# elements: 1
# length: 53
Approximate the solution of a boundary-value problem.

