-
@epatters @mehalter, I came up with this approach for computing with linear relations. It relies on the idea that a LinRel `f:R^n-R^m` can be stored as a basis of a subspace in `R^{n + m}`. If this is…
-
Attached is the code I am trying to run. It is a large symbolic matrix that I am trying to find the rank of. It is taking an incredible long time (>1hr) to run and simplify=False is returning an incor…
-
I came across a nice python implementation of the `pbasex` algorithm:
https://github.com/e-champenois/CPBASEX
Modifying the provided `CPBASEX/examples/sample_pbasex.py` provides this `O2-A…
stggh updated
4 years ago
-
```json
{
"packages": {
"sparse-polynomials": "3.0.1",
"sparse-matrices": "2.0.1",
"geometria": "2.0.1",
"dual-numbers": "1.0.3",
"numberfield": "0.2.1"
}
}
```
-
Hi Amullen
My name is Matias Manquepan.I am a student at the University of la Frontera in Chile.This year I joined a project that seeks to calibrate snow energy balance models for hydrology purposes …
-
The following tags have headlines at least 100 characters in length. This results in a warning, and if `debugLevel` is positive, an error.
```m2
+------------------------------------------…
-
This is not about a problem with erasure code, but a question about why "original view" RS Vandermonde matrix was chosen for erasure code as opposed to "BCH view" code (which should be faster if instr…
-
### Subroutines, ideas, foundational material.
- Quantum algorithm for finding the minimum https://arxiv.org/abs/quant-ph/9607014
- Quantum algorithms revisited https://arxiv.org/pdf/quant-ph/97080…
-
we're currently at v0.5.0, whatever the hell that means, and I'm interested in knowing what the plans are. I'm the one driving the dev, and I'm super 100% okay with that as numerical stuff is my game,…
-
As motivated [in this thread](https://users.rust-lang.org/t/prior-work-on-krylov-subspace-methods/13261) on Krylov subspace solvers, I think it may be a good idea to try and see, whether this library'…