-
Keen to start adding some more example Jupyter notebooks, to help shed light on the what and hows for using the various functionalities in pyEMU.
Would be great to get input (and volunteers) for pu…
-
I have fixed many of the problems with systems in ODE.py. See the attached notebook (its Python 3 -- huge native Jordan exp takes several pages -- useful info but definitely skip ahead):
But I ne…
emath updated
4 years ago
-
George, please review the files in the following order (it's perfectly okay if you don't finish everything):
1. core.py
2. partition.py
3. k_shape.py
4. skew_partition.py
5. root_idea…
-
Hi,
I’m trying to find the roots of a polynomial, and nalgebra has overall worked great.
Recently, I’ve found that my calculations hang on certain inputs, for which numpy immediately returns a v…
-
Arabis lyrata L. var. typica....usa
Erysimum cinerascens Jord. .....europe
Erysimum comatum Panc.....europe
Erysimum crepidifolium Rchb.
Erysimum erysimoides Fritsch....europe
Erysimu…
-
I know CLIMA is one of the few projects making use of the OrdinaryDiffEq.jl linear solver interface. The latest breaking release's breaking part is that the old linear solver part was ripped out and r…
-
Problem name: Adjugate matrix
(Optional) Problem ID: adjugate_matrix
## Problem
Given $N \times N$ matrix $A = \lbrace a_{ij} \rbrace$ with entries in $\mathbb{Z}/p\mathbb{Z}$, print $\text{adj…
-
### Describe your issue.
There is a difference in the result of `scipy.linalg.sqrtm` between version 1.11.1 and the following versions (to date: 1.11.2 and 1.11.3) for specific matrices. In the fol…
akug updated
5 months ago
-
On v0.1.25 on OSX, I get the following error when computing gradients from the following jit-compiled function.
```python
import numpy as onp
import jax.numpy as np
from jax import grad, jit
…
-
The computation of eigenvalues can be used for the determinant, or perhaps there is a more specific LAPACK function