# Is there a collection of matrices like Matlab's gallery?

**URL:** https://discourse.julialang.org/t/is-there-a-collection-of-matrices-like-matlabs-gallery/128770
**Category:** General Usage
**Tags:** question, linearalgebra, math, research
**Created:** [May 6, 2025, 9:12pm UTC](https://discourse.julialang.org/t/is-there-a-collection-of-matrices-like-matlabs-gallery/128770 "2025-05-06T21:12:44Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![HMegh](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/hmegh/32/216684_2.png) [@HMegh](https://discourse.julialang.org/u/HMegh)
#### Post date: [May 6, 2025, 9:12pm UTC](https://discourse.julialang.org/t/is-there-a-collection-of-matrices-like-matlabs-gallery/128770/1 "2025-05-06T21:12:44Z")

</div>

Hi everyone,

Since Julia is very suitable for experimenting with new numerical methods, I was wondering if there is a collection of “famous” matrices somewhere. I am thinking of something like [Matlab’s gallery of matrices](https://blogs.mathworks.com/cleve/2019/06/24/bohemian-matrices-in-the-matlab-gallery/#ba754f30-8423-473f-8e04-80909e5f8032), but it does not have to be as rich.

I have already seen some packages write their own “special matrices” for testing purposes, so I see a use case for having a repository of those matrices somewhere. For example, symmetric sparse matrices, ill-conditioned matrices, …etc. If there isn’t a such collection out there, then let me know if you think it is something you’d like to have or if you have specific matrices in mind that you’d like to see there.

---

<div class="post-metadata">

### Author: ![stevengj](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stevengj/32/71_2.png) [@stevengj](https://discourse.julialang.org/u/stevengj)
#### Post date: [May 6, 2025, 9:55pm UTC](https://discourse.julialang.org/t/is-there-a-collection-of-matrices-like-matlabs-gallery/128770/2 "2025-05-06T21:55:29Z")

</div>

Take a look at MatrixDepot.jl

---

<div class="post-metadata">

### Author: ![HMegh](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/hmegh/32/216684_2.png) [@HMegh](https://discourse.julialang.org/u/HMegh)
#### Post date: [May 6, 2025, 10:37pm UTC](https://discourse.julialang.org/t/is-there-a-collection-of-matrices-like-matlabs-gallery/128770/3 "2025-05-06T22:37:12Z")

</div>

That is exactly what I am looking for. Thank you for sharing.
