Online Algebra Calculator
Many of users do not use powerful Maxima computer algebra system for systematic work, but for ad hoc algebraic calculations – equations, functions, matrixes, etc. only. To do this job, it is not useful to download the whole application from a web site.
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)