Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Yathartha22
Last active February 23, 2019 16:54
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yathartha22/416990ceacca18b20cf1a64687e34125 to your computer and use it in GitHub Desktop.
Save Yathartha22/416990ceacca18b20cf1a64687e34125 to your computer and use it in GitHub Desktop.
Work Product Submission

Final Report for GSoC'18

Work Completed

Here is a list of all my PR's that got merge during the SoC in chronological order:

  1. Implementing transolve(): a transcendental equation solver for solveset and exponential solver as part of the transolve
  2. Specifying domain when calling solveset in calculus.singualrities
  3. Implementing logarithmic solver in transolve
  4. added explicit check to see if base of an exponential equation is zero

Link to all my (merged) commits: Link

Work under development

  1. Implementing lambert solver as part of transolve

Future Work

Here is a list that comprises of all the ideas (which were a part of my GSoC Proposal and/or thought over during the SoC) which can extend my GSoC project.

  1. Implementing BigUnion and BigInterSection
  2. Integrating helper solvers within solveset: linsolve, solve_decomposition, nonlinsolve
  3. Ability to solve modular equations with integer solutions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment