Addressing #16
Compare changes
+ 30
− 19
@@ -67,7 +67,11 @@ the rules of matrix multiplication:
@@ -107,7 +111,9 @@ $$
@@ -115,17 +121,20 @@ $$
@@ -135,14 +144,14 @@ $$
@@ -157,10 +166,10 @@ $$
\begin{pmatrix} A_{11} & A_{12} & A_{13} & \ldots \\ A_{21} & A_{22} & A_{23} & \ldots\\A_{31} & A_{32} & A_{33} & \ldots \\\vdots & \vdots & \vdots & \end{pmatrix} \begin{pmatrix} \psi_{k,1}\\\psi_{k,2}\\\psi_{k,3} \\\vdots\end{pmatrix}= \lambda_{\psi_k}\begin{pmatrix} \psi_{k,1}\\\psi_{k,2}\\\psi_{k,3} \\\vdots\end{pmatrix} \, , \quad k=1,\ldots,n \, .
@@ -171,13 +180,15 @@ $$