Hello,
I have a second order boundary value problem with drichlet boundary conditions as follows:
(d^2(m(y))/dy^2) = m(y)*(c1+c1*P/b(y))
domain [0 H];
Boundary Conditions
m(0) = 0;
m(H) = 0;
In this case b(y) is a known vector; it has a (1Xy_mesh) dimensions ; The domain of b(y) and m(y) are the same. Only thing is that b(y) is an input for solving m(y); c1 and P are constants
How can i solve this equation?