Question: Maple 16 Error, (in series/frontend) too many levels of recursion

> de := (1/4)*U*(diff(S(y)^4, `$`(y, 2))) = C*P1*((O*exp(G*y)-R*exp(J*y))/(P1*(exp(J*L)-exp(G*L)))+P2/P1);

print(`output redirected...`); # input placeholder
/ 2 \
1 | 2 / d \ 3 / d / d \\| /
- U |12 S(y) |--- S(y)| + 4 S(y) |--- |--- S(y)||| = C P1 |
4 \ \ dy / \ dy \ dy /// \

O exp(G y) - R exp(J y) P2\
------------------------ + --|
P1 (exp(J L) - exp(G L)) P1/
> Y := rhs(dsolve({de, S(0) = .1, S(v) = 0, (D(S))(0) = 0, (D(S))(L) = 0}, S(L)));
%;
Error, (in series/frontend) too many levels of recursion

 

I have a problem here. attached file.

where, U, C, P1, P2, O, G, R, J, L are constants.

I got an error. please fix it..

Please Wait...