Hello Everyone
I went through the solvers project in the ideas list of GSOC 18. Enhancing capabilities of solveset seems interesting to me. I went through the task list in #10006 in which the following tasks are unmarked and the completed work in Gsoc 2018 by @Yathartha22
* Non-linear multivariate system
* Equations solvable by LambertW (Transcendental equation solver)
* nested (trig) expression e.g. issue #10217
The Transcedental equation solver is in progress by @aktech . I also went through the things got implemmented in previous year by @Yathartha22 .
I am very interested towards implementing the non-linear multivariate system in the solvers. Previously I had added support for solving some special exponential equations in #15735 with the help of @smichr and @oscarbenjamin.
Mentors please guide me further on how to plan for implementing non linear multivariate system .