Coding Period Week 13 - Last week and conclusion

Organization : SymPy
Solvers: Completing Solveset

16 August 2016 - 22 August 2016

by Shekhar Prasad Rajak — Posted on August 20, 2016

Back to Main Blog Home page

Documentation nonlinsolve:

PR #11532


Conclusion :

So the GSoC coding period is going to end. Here I am writing what I did, my todo list and suggestions for future work.


Meanwhile :

  • I find one issue : #11534 in mailing list discussion. This shows that we need better invert method for inverting nested roots/powers equtions in solveset .

  • and this #11528. factor_list will be helpful in factoring the equation in solveset and solve for it factors and union the solution(during the PR #11188 discussion with Harsh this idea came out). It will actually replace the elif f.is_Mul and all(_is_finite_with_finite_vars(m, domain) statement in _solveset and factor_list will be used soon.



Follow @shekharrajak