JuliaMath / JuliaMath/RandomMatrices.jl
GaussianJacobi produces wrong eigenvalues
Abierto
bug
- Lenguaje dominante
- Julia
- Estrellas
- 94
- Forks
- 41
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
As reported by @dlfivefifty,
```
eigvalrand(GaussianJacobi(2,0,0),100)
```
produces eigenvalues shown in the plot. They should be symmetrically distributed around 1/2, so the heavy clustering should be present both at 0 and 1. Instead, the clustering only happens near 1.

Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.