User Portlet
Discussions |
---|
The issue here is that your DSolve code is not running. First let's write out the equations in your DSolve code: {2 y'[r]+r y''[r]==-0.262468` (14.3996` -13.6` r) y[r],y[0.0001`]==1,y'[30]==0} If you plug this into DSolve, it won't... |