-
I have this snippet:
```
from sympy import *
from sympy.plotting import plot_implicit
x, y = symbols('x y', real=True)
alpha = sqrt(2) / 2
expr = 1 + ((1-alpha) * x + y*I) / (1 - alpha * (…
-
Hey, I already asked in #38 about the scope of _swift-numerics_, but since I have not got a reply yet I keep on pitching some math stuff.
Last summer I wrote [EquationKit](https://github.com/Sajjon…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues for a bug report that matches the one I want to file, without success.
### Problem Description
The variables…
-
Imported from SourceForge on 2024-07-05 18:33:47
Created by **[macrakis](https://sourceforge.net/u/macrakis/)** on 2022-11-04 22:18:38
Original: https://sourceforge.net/p/maxima/bugs/4041
---
~~~
s…
rtoy updated
4 months ago
-
Hello,
Is an analog for the set_desired_duration method available in the c++ implementation?
-
In my tests LAPack's zhseqr_/dhseqr_ is faster unless the polynomials are of higher degree, using my wrapper
https://github.com/ApproxFun/ApproxFun.jl/blob/master/src/LinearAlgebra/hesseneigs.jl
May…
-
It would be great to have one (two) generic functions to perform *all* polynomial parent conversion operations dispatching on the input type.
Same goes for Ideals with polynomials as coeffs
-
Now we calculate the derivatives and polynomials and construct the library in the same function. If we decouple this we can more easily use the library function outside of deepmod, i.e. to compare to …
-
--------------
Correlated oblivious transfers between parties for multiplication between polynomials A and K
--------------
Oblivious transfers successfully completed
Broadcasting individual sha…
-
`TaylorRec{T,N}` is an implementation of multivariate Taylor polynomials as a recursive dense representation, including tests. It is in the "TaylorRec" branch.
The idea is to generate a polynomial in…