🕷️ Crawler Inspector

URL Lookup

Direct Parameter Lookup

Raw Queries and Responses

1. Shard Calculation

Query:
Response:
Calculated Shard: 178 (from laksa036)

2. Crawled Status Check

Query:
Response:

3. Robots.txt Check

Query:
Response:

4. Spam/Ban Check

Query:
Response:

5. Seen Status Check

ℹ️ Skipped - page is already crawled

📄
INDEXABLE
CRAWLED
3 months ago
🤖
ROBOTS ALLOWED

Page Info Filters

FilterStatusConditionDetails
HTTP statusPASSdownload_http_code = 200HTTP 200
Age cutoffPASSdownload_stamp > now() - 6 MONTH3.4 months ago
History dropPASSisNull(history_drop_reason)No drop reason
Spam/banPASSfh_dont_index != 1 AND ml_spam_score = 0ml_spam_score=0
CanonicalPASSmeta_canonical IS NULL OR = '' OR = src_unparsedNot set

Page Details

PropertyValue
URLhttps://www.dcode.fr/matrix-eigenvectors
Last Crawled2026-01-09 00:09:42 (3 months ago)
First Indexed2017-04-18 03:31:33 (9 years ago)
HTTP Status Code200
Meta TitleEigenvectors of a Matrix Calculator (with Eigenvalues) - Online
Meta DescriptionTool to calculate eigenvectors of a matrix. Eigenvectors of a matrix are vectors whose direction remains unchanged after multiplying by the matrix. They are associated with an eigenvalue.
Meta Canonicalnull
Boilerpipe Text
Search for a tool Eigenvectors of a Matrix Tool to calculate eigenvectors of a matrix. Eigenvectors of a matrix are vectors whose direction remains unchanged after multiplying by the matrix. They are associated with an eigenvalue. Results Eigenvectors of a Matrix - Tag(s) : Matrix Share dCode and more dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day! A suggestion ? a feedback ? a bug ? an idea ? Write to dCode ! Mathematics Matrix Eigenvectors of a Matrix Answers to Questions (FAQ) What are eigen vectors of a matrix? (Definition) An eigenvector of a matrix is a characteristic vector (or privileged axis or direction) on which a linear transformation behaves like a scalar multiplication by a constant named eigenvalue . In other words, these are the vectors that only change by one scale when multiplied by the matrix. The set of eigenvectors form an eigenspace . How to calculate eigenvectors of a matrix? To find eigenvectors , take $ M $ a square matrix of size $ n $ and $ \lambda_i $ its eigenvalues . Eigenvectors are the solution of the system $ ( M − \lambda I_n ) \vec{X} = \vec{0} $ with $ I_n $ the identity matrix. Example: The 2x2 matrix $$ M=\begin{bmatrix} 1 & 2 \\ 4 & 3 \end{bmatrix} $$ Eigenvalues for the matrix $ M $ are $ \lambda_1 = 5 $ and $ \lambda_2 = -1 $ (see tool for calculating matrix eigenvalues ). For each eigenvalue , look for the associated eigenvector . Example: For $ \lambda_1 = 5 $, solve $ ( M − 5 I_n ) X = \vec{0} $: $$ \begin{bmatrix} 1-5 & 2 \\ 4 & 3-5 \end{bmatrix} . \begin{bmatrix} x_1 \\ x_2 \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \end{bmatrix} $$ be the equivalent system of equations $$ \begin{align} -4 x_1 + 2 x_2 &= 0 \\ 4 x_1 - 2 x_2 &= 0 \end{align} $$ which admits several solutions including $$ \begin{array}{c} x_1 = 1 \\ x_2 = 2 \end{array} $$ So the eigenvector associated to $ \lambda_1 = 5 $ is $ \vec{v_1} = \begin{bmatrix} 1 \\ 2 \end{bmatrix} $ Example: For $ \lambda_2 = -1 $, solve $ ( M + I_n ) X = \vec{0} $ like this: $$ \begin{bmatrix} 1+1 & 2 \\ 4 & 3+1 \end{bmatrix} . \begin{bmatrix} x_1 \\ x_2 \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \end{bmatrix} \\ \iff \begin{align} 2 x_1 + 2 x_2 &= 0 \\ 4 x_1 + 4 x_2 &= 0 \end{align} \Rightarrow \begin{array}{c} x_1 = -1 \\ x_2 = 1 \end{array} $$ So the eigenvector associated to $ \lambda_2 = -1 $ is $ \vec{v_2} = \begin{bmatrix} -1 \\ 1 \end{bmatrix} $. Why use the eigenvectors of a matrix? Eigenvectors can be used to simplify certain calculations, to understand the linear transformations induced by the matrix and to solve problems related to eigenvalues . How to prove that a matrix is diagonalizable? A matrix $ M $ matrix of order $ n $ is a diagonalizable matrix if it has $ n $ eigenvectors associated with $ n $ distinct eigenvalues . That is, it has enough linearly independent eigenvectors to form a basis for the vector space in which it operates (necessary condition for its diagonalization ). Does a zero vector as an eigenvector exist? The definition of the eigenvector precludes its nullity. However, if in a calculation the number of independent eigenvectors is less than the number of eigenvalues , dCode will sometimes display a null vector. Source code dCode retains ownership of the "Eigenvectors of a Matrix" source code. Any algorithm for the "Eigenvectors of a Matrix" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Eigenvectors of a Matrix" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Eigenvectors of a Matrix" or any other element are not public (except explicit open source licence). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app. Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone. Cite dCode The content of the page "Eigenvectors of a Matrix" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source (Creative Commons CC-BY free distribution license). Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste). To cite dCode.fr on another website, use the link: https://www.dcode.fr/matrix-eigenvectors In a scientific article or book, the recommended bibliographic citation is: Eigenvectors of a Matrix on dCode.fr [online website], retrieved on 2026-01-09, https://www.dcode.fr/matrix-eigenvectors Summary https://www.dcode.fr/matrix-eigenvectors © 2026 dCode — The ultimate collection of tools for games, math, and puzzles. ▲  
Markdown
[![dCode](https://www.dcode.fr/images/dcode.png)](https://www.dcode.fr/en "dCode") Search for a tool Eigenvectors of a Matrix Tool to calculate eigenvectors of a matrix. Eigenvectors of a matrix are vectors whose direction remains unchanged after multiplying by the matrix. They are associated with an eigenvalue. Results Eigenvectors of a Matrix - [dCode](https://www.dcode.fr/) Tag(s) : Matrix Share ![Share](https://www.dcode.fr/images/share.png) dCode and more dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day\! A suggestion ? a feedback ? a bug ? an idea ? *Write to dCode*\! # Eigenvectors of a Matrix 1. [Mathematics](https://www.dcode.fr/tools-list#mathematics) 2. [Matrix](https://www.dcode.fr/tools-list#matrix) 3. [Eigenvectors of a Matrix](https://www.dcode.fr/matrix-eigenvectors) ## Eigenvectors Calculator ## Answers to Questions (FAQ) ### What are eigen vectors of a matrix? (Definition) An eigenvector of a matrix is a characteristic vector (or privileged axis or direction) on which a linear transformation behaves like a scalar [multiplication](https://www.dcode.fr/big-numbers-multiplication) by a constant named [eigenvalue](https://www.dcode.fr/matrix-eigenvalues). In other words, these are the vectors that only change by one scale when [multiplied](https://www.dcode.fr/big-numbers-multiplication) by the matrix. The set of eigenvectors form an [eigenspace](https://www.dcode.fr/matrix-eigenspaces). ### How to calculate eigenvectors of a matrix? To find eigenvectors, take \$ M \$ a square matrix of size \$ n \$ and \$ \\lambda\_i \$ its [eigenvalues](https://www.dcode.fr/matrix-eigenvalues). Eigenvectors are the solution of the system \$ ( M − \\lambda I\_n ) \\vec{X} = \\vec{0} \$ with \$ I\_n \$ the identity matrix. Example: The 2x2 matrix \$\$ M=\\begin{bmatrix} 1 & 2 \\\\ 4 & 3 \\end{bmatrix} \$\$ [Eigenvalues](https://www.dcode.fr/matrix-eigenvalues) for the matrix \$ M \$ are \$ \\lambda\_1 = 5 \$ and \$ \\lambda\_2 = -1 \$ (see tool for calculating matrix [eigenvalues](https://www.dcode.fr/matrix-eigenvalues)). For each [eigenvalue](https://www.dcode.fr/matrix-eigenvalues), look for the associated eigenvector. Example: For \$ \\lambda\_1 = 5 \$, solve \$ ( M − 5 I\_n ) X = \\vec{0} \$: \$\$ \\begin{bmatrix} 1-5 & 2 \\\\ 4 & 3-5 \\end{bmatrix} . \\begin{bmatrix} x\_1 \\\\ x\_2 \\end{bmatrix} = \\begin{bmatrix} 0 \\\\ 0 \\end{bmatrix} \$\$ be the equivalent [system of equations](https://www.dcode.fr/equation-solver) \$\$ \\begin{align} -4 x\_1 + 2 x\_2 &= 0 \\\\ 4 x\_1 - 2 x\_2 &= 0 \\end{align} \$\$ which admits several solutions including \$\$ \\begin{array}{c} x\_1 = 1 \\\\ x\_2 = 2 \\end{array} \$\$ So the eigenvector associated to \$ \\lambda\_1 = 5 \$ is \$ \\vec{v\_1} = \\begin{bmatrix} 1 \\\\ 2 \\end{bmatrix} \$ Example: For \$ \\lambda\_2 = -1 \$, solve \$ ( M + I\_n ) X = \\vec{0} \$ like this: \$\$ \\begin{bmatrix} 1+1 & 2 \\\\ 4 & 3+1 \\end{bmatrix} . \\begin{bmatrix} x\_1 \\\\ x\_2 \\end{bmatrix} = \\begin{bmatrix} 0 \\\\ 0 \\end{bmatrix} \\\\ \\iff \\begin{align} 2 x\_1 + 2 x\_2 &= 0 \\\\ 4 x\_1 + 4 x\_2 &= 0 \\end{align} \\Rightarrow \\begin{array}{c} x\_1 = -1 \\\\ x\_2 = 1 \\end{array} \$\$ So the eigenvector associated to \$ \\lambda\_2 = -1 \$ is \$ \\vec{v\_2} = \\begin{bmatrix} -1 \\\\ 1 \\end{bmatrix} \$. ### Why use the eigenvectors of a matrix? Eigenvectors can be used to simplify certain calculations, to understand the linear transformations induced by the matrix and to solve problems related to [eigenvalues](https://www.dcode.fr/matrix-eigenvalues). ### How to prove that a matrix is diagonalizable? A matrix \$ M \$ matrix of order \$ n \$ is a [diagonalizable matrix](https://www.dcode.fr/matrix-diagonalization) if it has \$ n \$ eigenvectors associated with \$ n \$ distinct [eigenvalues](https://www.dcode.fr/matrix-eigenvalues). That is, it has enough linearly independent eigenvectors to form a basis for the vector space in which it operates (necessary condition for its [diagonalization](https://www.dcode.fr/matrix-diagonalization)). ### Does a zero vector as an eigenvector exist? The definition of the eigenvector precludes its nullity. However, if in a calculation the number of independent eigenvectors is less than the number of [eigenvalues](https://www.dcode.fr/matrix-eigenvalues), dCode will sometimes display a null vector. ❓ Ask a new question ## Source code dCode retains ownership of the "Eigenvectors of a Matrix" source code. Any algorithm for the "Eigenvectors of a Matrix" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Eigenvectors of a Matrix" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C\#, Javascript, Matlab, etc.) or any database download or API access for "Eigenvectors of a Matrix" or any other element are not public (except explicit open source licence). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app. Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone. ## Cite dCode The content of the page "Eigenvectors of a Matrix" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source (Creative Commons CC-BY free distribution license). Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste). To cite dCode.fr on another website, use the link: https://www.dcode.fr/matrix-eigenvectors In a scientific article or book, the recommended bibliographic citation is: *Eigenvectors of a Matrix* on dCode.fr \[online website\], retrieved on 2026-01-09, https://www.dcode.fr/matrix-eigenvectors [![French (Français)](https://www.dcode.fr/images/flag-fr.png)](https://www.dcode.fr/vecteurs-propres-matrice) Summary - [Eigenvectors Calculator](https://www.dcode.fr/matrix-eigenvectors#f0) - [What are eigen vectors of a matrix? (Definition)](https://www.dcode.fr/matrix-eigenvectors#q1) - [How to calculate eigenvectors of a matrix?](https://www.dcode.fr/matrix-eigenvectors#q2) - [Why use the eigenvectors of a matrix?](https://www.dcode.fr/matrix-eigenvectors#q3) - [How to prove that a matrix is diagonalizable?](https://www.dcode.fr/matrix-eigenvectors#q4) - [Does a zero vector as an eigenvector exist?](https://www.dcode.fr/matrix-eigenvectors#q5) Similar pages - [Matrix Diagonalization](https://www.dcode.fr/matrix-diagonalization) - [Characteristic Polynomial of a Matrix](https://www.dcode.fr/matrix-characteristic-polynomial) - [Eigenvalues of a Matrix](https://www.dcode.fr/matrix-eigenvalues) - [Eigenspaces of a Matrix](https://www.dcode.fr/matrix-eigenspaces) - [Jordan Normal Form Matrix](https://www.dcode.fr/matrix-jordan) - [Rank of a Matrix](https://www.dcode.fr/matrix-rank) - [Schur Decomposition (Matrix)](https://www.dcode.fr/matrix-schur-decomposition) - [DCODE'S TOOLS LIST](https://www.dcode.fr/tools-list) Support dCode Make a donation: - [Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=S53H3S52HJH6N&source=url) - [Patreon](https://www.patreon.com/dcode_fr/membership) - [Cryptocurrencies]() Participate in the Discord forum: - [Discord](https://discord.gg/bKdbZeP) Forum/Help [![Discuss](https://www.dcode.fr/images/discord-logo.png)](https://discord.gg/bKdbZeP) Keywords eigenvector,matrix,eigenvalue,space,direction,diagonalization,transformation Links - [Contact](https://www.dcode.fr/about) - [About dCode](https://www.dcode.fr/about) - [dCode App](https://www.dcode.fr/mobile-app) - [Wikipedia](https://en.wikipedia.org/) https://www.dcode.fr/matrix-eigenvectors © 2026 dCode — The ultimate collection of tools for games, math, and puzzles. [▲]() Feedback
Readable Markdownnull
Shard178 (laksa)
Root Hash12714925337980660978
Unparsed URLfr,dcode!www,/matrix-eigenvectors s443