Eigenbasis / Eigenspace September 13, 2018 less than 1 minute read Given a eigenvalue λ of matrix A, the null space (kernel) of A−λI is called the eigenspace of A associated with λ. In another way, eigenspace Eλ;A={v∣(A−λI)v=0} is the set of all eigenvectors associated with λ plus zero vector. If all the eigenvectors of An×n can form a basis of Rn, they are called an eigenbasis of Rn. So eigenbasis is not a basis of eigenspace. Share on Twitter Facebook LinkedIn Previous Next Comments
Python Structural Pattern Matching (match/case since Python 3.10) April 7, 2025 4 minute read 0. Overview
Config Mermaid.js in Minimal Mistakes theme April 1, 2025 1 minute read best place to config Mermaid.js
Config Giscus in Minimal Mistakes theme March 31, 2025 less than 1 minute read Minimal Mistakes has some decent instructions on how to config Giscus.
Ken Thompson’s post2nfa Algorithm March 30, 2025 6 minute read 书接上回 Ken Thompson’s re2post Algorithm.
Comments