I had not looked into sympy that closes, thinking it was mostly a symbolic
package. However, there appears to be functions that convert back to numpy
expressions so that np.ndarray's and such can work. There also appears to be
extensive polynomial classes already defined.
Thanks for pointing me i
On Tue, 20 Apr 2021 at 19:21, Robert wrote:
>
> I am new to contributing to open source projects and not sure where to begin
> (maybe emailing this distro?). In any case, the main improvement I would
> like to work on would be adding multivariate polynomials/differentials to
> numpy. I would love