ODE No. 1026

\[ y''(x)-y(x) (B+n (n+1) \wp (x;\text {g2},\text {g3}))=0 \] Mathematica : cpu = 0.17283 (sec), leaf count = 0

DSolve[-((B + n*(1 + n)*WeierstrassP[x, {g2, g3}])*y[x]) + Derivative[2][y][x] == 0,y[x],x]
 

, could not solve

DSolve[-((B + n*(1 + n)*WeierstrassP[x, {g2, g3}])*y[x]) + Derivative[2][y][x] == 0, y[x], x]

Maple : cpu = 0. (sec), leaf count = 0

dsolve(diff(diff(y(x),x),x)-(n*(n+1)*WeierstrassP(x,g2,g3)+B)*y(x)=0,y(x))
 

, result contains DESol or ODESolStruc

\[y \left (x \right ) = \mathit {DESol}\left (\left \{\frac {d^{2}}{d x^{2}}\textit {\_Y} \left (x \right )+\left (-n \left (n +1\right ) \WeierstrassP \left (x , \mathit {g2} , \mathit {g3}\right )-B \right ) \textit {\_Y} \left (x \right )\right \}, \left \{\textit {\_Y} \left (x \right )\right \}\right )\]