Yathartha Joshi Open Source Enthusiast

GSoC 2018 - Week 9 - Starting up with Lambert equations

At the start of the week I worked on the leftovers of week 8:

Read more

GSoC 2018 - Week 8 - Improving solving of logarithmic equations

Before the start of the week Amit and I discussed on a few points on:

Read more

GSoC 2018 - Week 7 - Continuing with transolve Part-IV

This week I continued to work on finalising the design of the _transolve. Following were the things discussed and implemented:

  • The loop over the rhs_s was removed because solveset already has a loop and since _transolve is called within the loop therefore there won’t be a case where there would be more than one argument in rhs_s inside _transolve.

Read more

GSoC 2018 - Week 6 - Continuing with transolve Part-III

For the sixth week, I started working on a few things as per the discussions with Amit:

Read more

GSoC 2018 - Week 5 - Implementing log solver

So this is the last week of the first evaluation. I started with implementing log solver as part of transolve. As per the documentation of the transolve we will need two helpers for implementing log solver, check_log that will check whether the equation is logarithmic or not and log_solver that will solve the equation. Here’s the PR

Read more