| Author |
Comment/Response |
Roham Rafiee
|
12/09/06 03:56am
Dear Friends
I ma facing a problem for the solution of following equation using NDSolve command.
Y''[x] - y'[x]+ x y[x]^2 = 2x ;
Boundary Conditions: y(0)=2, y(1)=3
The system generates an unknowm error message for aforemetioned problem. and following is the exact command that I am entering into Mathematica:
NDSolve[{y''[x]-y'[x]+x*(y[x])^2==2*x, y[0]==2,y[1]==3},y[x],x]
I would be so grateful if anyone can help me in this regard;
Best Regards;
R.
URL: , |
|