Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
6,636 contributions in the last year
Contribution activity
June 2020
- nschloe/krylov Python
Created an issue in sympy/sympy that received 17 comments
type(Poly / int) = add.Add
It does seem to work with all other arithmetic operations: import sympy x = sympy.symbols("x") p = sympy.poly(x ** 3 + x) print(type(p)) print(type(p
17
comments
112
contributions
in private repositories
Jun 1 – Jun 28