Re: [Numpy-discussion] Polynomial Improvements

2021-04-20 Thread Robert
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

Re: [Numpy-discussion] Polynomial Improvements

2021-04-20 Thread Oscar Benjamin
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

[Numpy-discussion] Polynomial Improvements

2021-04-20 Thread Robert
Hi, 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 any insight into the current status and intension