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 40 million developers.
Sign up- Aachen, Germany
- Sign in to view email
- http://www.az2000.de
Pinned
1,652 contributions in the last year
Contribution activity
January 2020
Created an issue in sympy/sympy that received 3 comments
exception while simplifying product over matrices
a, b = symbols("a b")
k = Symbol("k", integer=True)
n = Symbol("n", integer=True)
expr = Product(Matrix([[a, b], [b, a]]), (k, 1, n))
Now expr.sim…
3
comments