-
**Article:** [Finding Power of Factorial Divisor](https://cp-algorithms.com/algebra/factorial-divisors.html)
**Problem:**
Pretty basic result but https://en.wikipedia.org/wiki/Legendre%27s_formul…
-
### Issue with current documentation:
https://numpy.org/doc/stable/reference/generated/numpy.polynomial.polynomial.Polynomial.roots.html says
`Compute the roots for the series. Note that the accu…
-
implement m-th power residue symbol (generalising Legendre/Kronecker symbol)
---
Apply only [attachment: trac_10464_residue_symbol.4.patch](https://github.com/sagemath/sage-prod/files/10651605/tra…
-
I ran the tests on Legendre and many of the download tests failed.
```
=================== short test summary info ===================
FAILED lmfdb/abvar/fq/test_av.py::AVTest::test_download_all
…
-
See forum post https://groups.google.com/forum/#!topic/casadi-users/H6SedXTqutA.
-
Hi Pierre,
I am Yan, one of the Ph.D. students of Cullan Howlett at the University of Queensland. I am working on applying the pybird pipeline to the DESI mocks. I am still trying to understand ho…
-
It would be great to have a matrices namespace to put special matrix commands, sort of like the:
- graphs.* namespace
- groups.* namespace
- polytopes.* namespace
Here are some starter definition…
-
Another bug related to https://github.com/JuliaApproximation/SemiclassicalOrthogonalPolynomials.jl/pull/70
Jacobi matrices obtained from Lanczos don't appear to play nice with `^`:
```julia
julia…
-
In `legendre_P::eval_pari` there is this:
```
return sum(b * arg**a for a, b in enumerate(pol))
```
Due to `GiNaC::add::eval` mechanics it has quadratic performance, fortunately eased by smart poin…
-
Hello,
I love nuitka and used it already for different projects before. Thank you very much for your work, highly appreceated!
My current project involves the SimpleITK library (https://pypi.org…