The code for generalized eigenvalue problem
-
Updated
Jun 11, 2020 - Python
The code for generalized eigenvalue problem
A PyGame simulation of the motion over time for an interconnected mass-spring-system with n masses
DCGeig is a solver for large, sparse generalized eigenvalue problems with real symmetric positive definite matrices. It computes eigenvalues and eigenvectors and can be used, e.g., for computing eigenfrequencies of finite element models.
Computational Linear Algebra - Python
This repository contains a Python implementation of Principal Component Analysis (PCA) for dimensionality reduction and variance analysis. PCA is a powerful statistical technique used to identify patterns in data by transforming it into a set of orthogonal (uncorrelated) components, ranked by the amount of variance they explain.
Add a description, image, and links to the eigenvalues-and-eigenvectors topic page so that developers can more easily learn about it.
To associate your repository with the eigenvalues-and-eigenvectors topic, visit your repo's landing page and select "manage topics."