Void123
- 138
- 0
I am trying to plot the following numerical solutions:
Input: NDSolve[{y''[x] + (2/x) y'[x] + 1 == 0, y[10^(-10)] == 0.9999999,
y'[10^(-10)] == 0}, y, {x, 0, 30}]
Output: {{y->InterpolatingFunction[{{3.34649*10^-105, 30.}},<>]}}
But when I plot it, I just get a completely blank graph. Why is this?
Does it have something to do with my step size?
Input: NDSolve[{y''[x] + (2/x) y'[x] + 1 == 0, y[10^(-10)] == 0.9999999,
y'[10^(-10)] == 0}, y, {x, 0, 30}]
Output: {{y->InterpolatingFunction[{{3.34649*10^-105, 30.}},<>]}}
But when I plot it, I just get a completely blank graph. Why is this?
Does it have something to do with my step size?