A computer algebra system written in pure Python http://sympy.org/ . To get started to with contributing https://github.com/sympy/sympy/wiki/Introduction-to-contributing
Hey everyone, I am Sarthak Srivastava. I would like to contribute in SymPY's mathematics's projects. Although, I am pursuing cse from MSIT but maths has always intrigued me. So, kindly let me know what to do.
Hi Sarthak,
You can check out https://github.com/sympy/sympy/wiki/Introduction-to-contributing and https://github.com/sympy/sympy/wiki/Development-workflow to get started with development. You can also check out https://github.com/sympy/sympy/blob/master/README.rst for general installation and usage instructions.
def test_solver(eq, hint)
in test_ode.py but it throws an exception for missing argument as sympy runs test_file by calling every function.
I think it is there https://github.com/sympy/sympy_doc
That's auto-generated. You should not manually make changes to that repo.
cancel
does with rational functions)
minpoly
. minpoly((sqrt(x)+1)/(sqrt(x)*(x+sqrt(x)), y)
gives x*y - 1
meaning that the expression equals 1/x
./bin/test
do not work on ubuntu. So is the solution here simply cloning a wsl version of the sympy repo and keeping its functioning separate from windows?