- #1
ktsharp
- 8
- 0
I'm intending to solve the following BVODE:
[tex]
\frac{dy}{dx} & = & a + by,
[/tex]
[tex]
\frac{d^{2}z}{dx^{2}} & = & {\alpha}y\frac{dz}{dx} - \beta +cz\frac{dy}{dx}.
[/tex]
I have the boundary values for both y and z at x=0, L, however I do NOT have any values for either first derivatives. How can I solve this numerically?
[tex]
\frac{dy}{dx} & = & a + by,
[/tex]
[tex]
\frac{d^{2}z}{dx^{2}} & = & {\alpha}y\frac{dz}{dx} - \beta +cz\frac{dy}{dx}.
[/tex]
I have the boundary values for both y and z at x=0, L, however I do NOT have any values for either first derivatives. How can I solve this numerically?