Visualize Linear Algebra

Visualize matrix norms, SVD, and eigenvalues with a GUI!

Vous suivez désormais cette soumission

MATLAB has a function called eigshow, which creates a GUI to help us "see" singular value decomposition and eigenvalue decomposition. The GUI is rudimentary, however.

I wrote my own to accompany a set of articles that I plan to write for my blog crunchingnumbers.live. The source codes are available on GitHub, but I want to make them available to the MathWorks community also and get your feedback.

So far, my GUI helps you visualize three things:

1. Matrix norm
2. Singular value decomposition
3. Eigenvalue decomposition

The GUI feels great if you have touchscreen and move the vectors with your finger instead of a mouse. I designed my code to be modular, so I'm hoping to add more features in the near future.

Citation pour cette source

Isaac (2026). Visualize Linear Algebra (https://fr.mathworks.com/matlabcentral/fileexchange/55230-visualize-linear-algebra), MATLAB Central File Exchange. Extrait(e) le .

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.2.0.0

Hi-res banner created.

1.1.0.0

I've fixed a bug (reference to a deleted object) that would happen when clicking on an empty screen after selecting New Workspace.
Formatted description.

1.0.0.0

Summary updated
Summary updated.
Summary updated.
Summary updated
Image uploaded.