Ayush
Ayush
I have corrected the above-mentioned typos in the documentation. Also if I find any more of these errors in the docs, I will see to it immediately.
If the project has already been deleted then it might be a caching error. Otherwise, Under [cog]Admin button, scroll to the bottom and next to Save is a Delete Project...
Dear @jamesgillanders , @wkerzendorf , @marxwillia and @andrewfullard My name is Ayush Rai and I am currently pursuing a B.Tech+M.Tech degree in Mathematics and Computational Sciences at IITBHU, Varanasi. I...
The current code uses a large initial interval (r_interval[0]) for the IVP solver. This might be unnecessary, especially if f decays rapidly with increasing r. Reducing the initial interval to...
@PaulWAyers Yes it worked for a few test cases where function f was inversely proportional to r. Cases, when f depends directly on r, might add extra computation in IVP...