mirror of
https://github.com/Visualize-ML/Book4_Power-of-Matrix.git
synced 2026-05-05 09:52:06 +08:00
Add files via upload
This commit is contained in:
@@ -60,7 +60,7 @@ D,V = np.linalg.eig(A)
|
||||
D = np.diag(D)
|
||||
|
||||
st.latex(r'''A = \begin{bmatrix}%s & %s\\%s & %s\end{bmatrix}''' %(a, b, b, c))
|
||||
|
||||
st.latex(r'''A = V \Lambda V^{T}''')
|
||||
st.latex(bmatrix(A) + '=' +
|
||||
bmatrix(np.around(V, decimals=3)) + '@' +
|
||||
bmatrix(np.around(D, decimals=3)) + '@' +
|
||||
|
||||
Reference in New Issue
Block a user