GSoC 2018 - Week 9 - Starting up with Lambert equations
13 Jul 2018At the start of the week I worked on the leftovers of week 8:
At the start of the week I worked on the leftovers of week 8:
Before the start of the week Amit and I discussed on a few points on:
This week I continued to work on finalising the design of the _transolve
. Following were the things discussed and implemented:
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
.For the sixth week, I started working on a few things as per the discussions with Amit:
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