Skip to content

Instantly share code, notes, and snippets.

@kshitij10496
Last active March 1, 2017 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kshitij10496/02239931fd59e510e03f5ee7ffe33788 to your computer and use it in GitHub Desktop.
Save kshitij10496/02239931fd59e510e03f5ee7ffe33788 to your computer and use it in GitHub Desktop.
Work Product Submission for GSoC 16

Final Report for GSoC '16

Work completed

Here is a list of all my the PRs that got merged during the SoC in chronological order:

  1. Intersection of certain ImageSet with an Interval
  2. Intersection of null Range and an Interval returns EmptySet
  3. Determine the real period of any given function
  4. Methods to compute the range and continuous domain of any real function
  5. Solver for solving equations via Decomposition and Rewriting
  6. Replacing solve with solveset in univariate inequality solver

Link to all my (merged) commits : Link

Work under development

During the time of final submission, the following work was under development.

  1. Implementing transolve: the transcendental equation solver

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 : This would be an enhancement to representing solutions of inequalities.
  2. Incorporating solve_decomposition in solveset
  3. Solving equations in extended real domain.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment