Sahil Shekhawat

Results 14 issues of Sahil Shekhawat

It will be helpful to navigate.

bug
hacktoberfest

**Current State:** Right now there are some tests but they very sparse and does not test anything including AJAX calls which is the initial step in pydy-viz. **What we want:**...

visualization
testing

Will include examples of creating system in two ways: 1. by using Joints implemented in other PRs. 2. by using current API to show how Joints will be implemented. -...

Firstly, this in no way is completed.This is just the basic structure on which we can inplement ipython notebook.I have actually the main thing to write. I have done several...

I couldn't find a way to use Xor in Gamma. It treats `^` always as `**` which should not happen. And if that is that case, there is no way...

Originally reported by @10110111 [here](https://github.com/sympy/sympy/issues/9409) I enter the following into sympygamma.com input field: integrate((sin(x/17) sin(x/15) sin(x/13) sin(x/11) sin(x/9) sin(x/7) sin(x/5) sin(x/3) sin(x))/x^9,(x,0,oo)) It's a Borwein-type integral, taken from Wolfram Mathematica...

Gamma always calculates Series expansion upto 10 terms which is large for some output and thus, it makes Gamma slow (for such outputs it mostly gives error). Similarly, in the...

UI have started work on introducing 3D plotting in Gamma and will be discussing all the issues here. Code will be written in Gamma only...like 2D (D3.js's) not in SymPy....

Recently I found out that my PR #33 where i sorted a dictionary actually created another issue with satisfiable which needed another PR #39, So i think we should add...