User Portlet User Portlet

Discussions
I want to get help from Mathematica program users. In=DSolve[y'[x] == +a*y[x]*y[x]*y[x]*(y[x] - p), y[x], x] Out={{y[x] -> InverseFunction[Log[#1]/p^3 - Log[-p + #1]/p^3 - 1/(2 p #1^2) - 1/(p^2 #1) &][-a x + C[1]]}} where a and...