-
I have a series of Zernike polynomials coefficients (j_terms form 1 ~36). However, I don't know how to achieve their combination by LightPipes.
```python
Field2 = lp.Begin(10*lp.um,lamda,410)
for…
-
When I am using 0 degrees for the ponymial, the mesh always generates nicely:
However, on degree 1 or 2, the mesh seems to be smoother, but there are a lot more outliers as far as negative impl…
-
Design a set of free functions which generate polynomials like exp_n, log, etc.
That will become the basis of a generating function capability. How does
ADL work? You might want a …
-
Currently only two-dimensional cartesian coordinates are supported. You should add at least basic support (sin, cos, polynomials) for polar coordinates and/or parametric coordinates. Each of these wil…
-
The goal of this patch is to speed-up NTL's factoring algorithm for polynomials in Z[X]. The speed-up comes from using fpLLL rather than NTL's native LLL algorithm. We do this by converting a ZZ_m…
-
-
Load topographical data from a file and construct a `z_surface` field. This may require certain options:
- depends on #284
- should be consistent with interpolating polynomials
- preserve topograph…
-
Hello jonathf!
I have been using your modules in my research for a while now and I love them. I have stumbled upon a problem I can't manage to solve, however.
I have an array of polynomials (wit…
-
Having just implemented a polyfill for elementary math, that got me thinking about some related ideas:
1. The most obvious concept related to long division is synthetic division. It is basically the …
-
These are currently skipped tests for users to track where they could contribute
### Linear algebra ([numpy.linalg](https://numpy.org/doc/stable/reference/routines.linalg.html#module-numpy.linalg…