Eigenbasis / Eigenspace September 13, 2018 少于 1 分钟阅读 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. 分享 X Facebook LinkedIn Bluesky 上一页 下一页 留下评论
LL(0) vs. LL(1) Grammars: From Single-String to Flexible Repetition July 7, 2025 少于 1 分钟阅读 LL(0) grammars cannot repeat
Top-Down Parsers: Recursive Descent, Predictive, and More June 26, 2025 2 分钟阅读 1. “Recursive Descent” and “Predictive” are just 2 implementation mechanisims of top-down parsers
留下评论