diagonalization
There are 16 repositories under diagonalization topic.
weijie-chen/Linear-Algebra-With-Python
Lecture Notes for Linear Algebra Featuring Python. This series of lecture notes will walk you through all the must-know concepts that set the foundation of data science or advanced quantitative skillsets. Suitable for statistician/econometrician, quantitative analysts, data scientists and etc. to quickly refresh the linear algebra with the assistance of Python computation and visualization.
jewettaij/jacobi_pd
a short, simple public-domain header-only C++ eigensolver library for real symmetric matrices
qcode-uni-a/sympt
Symbolic Perturbation Theory (SymPT) is a Python package for symbolic perturbative transformations on quantum systems. SymPT helps compute effective Hamiltonians for both time-independent and time-dependent systems at both operator and matrix level.
EQuS/qcsys
quantum circuit systems
y-z-zhang/SBD
A simple algorithm that finds a simultaneous block diagonalization of multiple matrices through the eigendecomposition of a single matrix.
y-z-zhang/net-sync-sym
Finding the finest simultaneous block diagonalization of multiple matrices by sequentially exploring invariant subspaces under matrix multiplications. Applications include the efficient analysis of arbitrary synchronization patterns in complex networks.
guysoft/DiagHam
Port form svn repo of DiagHam from http://www.nick-ux.org/diagham/
ipserc/complexarith
complexarith is an attempt to model the complex field arithmetic in Java to be used in mathematical developments.
KAVAN-DESAI/Steady-State-Network-Flow
This gives steady state Network Flow from the given Pref-Defined Network Flow of a System. And a Python implementation of Larry Page's famous PageRank algorithm.
joaosds/1dTB
Simple code to obtain the dispersion curve and z component of spin-spin correlation for a 1D Tight Binding model.
lelemmen/davidson
Find a few eigenpairs of a matrix using the Davidson-Liu algorithm
diego446/linear-algebra
📚 Explore linear algebra concepts with this beginner-friendly guide, covering vectors, scalars, and more through clear explanations and practical examples.
lelemmen/parallel_armadillo
Example code to try to run armadillo diagonalization in parallel