I try to solve PDE using perturbation method. I used NDSolve and loop to find final solution but its showing some errors. Please check my program which is attached and if possible please help me to fixed my problem.
Thank you so much. Now I can run my program.
Why is this duplicated in the arguments to NSolve
NSolve
EqIC == 0, EqIC == 0
It evaluates to True which is what the error message is reporting
True
EqIC == 0 (* True *)
Using % should be avoided in lengthy code. Makes it hard to debug.
%