隣接行列(adjacency)と行列積
隣接行列(adjacency)と行列積
A =
\begin{pmatrix}
0 & 1 & 0 \\
0 & 0 & 1 \\
0 & 0 & 0
\end{pmatrix}
また、2の頂点の位置ベクトル$x$は
x =
\begin{pmatrix}
0 \\
1 \\
0
\end{pmatrix}
隣接行列と位置ベクトルの行列積$Ax$,$xA$はそれぞれ
Ax =
\begin{pmatrix}
1\\
0\\
0
\end{pmatrix}\\
x^TA =
\begin{pmatrix}
0\\
0\\
1
\end{pmatrix}^T
このようにある位置ベクトルに隣接行列を右からかけると矢印方向にすすみ、左からかけると矢印方向と逆に辿る形となる。
Author And Source
この問題について(隣接行列(adjacency)と行列積), 我々は、より多くの情報をここで見つけました https://qiita.com/hoshi921/items/67668297eb25181065fd著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .