Sponsored links: Algebra eBooks
 

Help Index

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

The Maxima on-line user's manual

Algebra Calculator

Search:

Bc2

Function: bc2 (<solution>, <xval1>, <yval1>, <xval2>, <yval2>) Solves a boundary value problem for a second order differential equation. Here: <solution> is a general solution to the equation, as found by ode2; <xval1> specifies the value of the independent variable in a first point, in the form <x> = <x1>, and <yval1> gives the value of the dependent variable in that point, in the form <y> = <y1>. The expressions <xval2> and <yval2> give the values for these variables at a second point, using the same form.

See ode2 for an example of its usage.

(%o1)                                true
(%i2) 

Related Examples