Skip to content

roomrys/linalg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project focuses on implementing and exploring concepts in linear algebra. The current feature list can be seen below.

Features

  • SVD decomposition of A with spatial rows and color columns

    image
  • RGB decomposition (when hover over A)

    image
  • Rank-k approximation using dominant modes from SVD

    image
  • Rank-k approximation using dominant RGB channels (when hover over A)

    image
  • Eigenvector Visualizer (Complex, real, defective)

    image image image

  • Change of basis visualizer

    image

Development

  1. Clone the repository:

    git clone https://github.com/roomrys/linalg.git
  2. Run the server: (To avoid CORS error)

    python3 -m http.server 8000
  3. Browse to:

    http://[::]:8000/

License

This project is licensed under the MIT License. See the LICENSE file for details.