1 min read
Linear independence determinant eigenvalue and Eigenvectors SVD The norm of a vector Independent random variables Expectation and varia...
Jacobian Matrix In vector calculus, the Jacobian matrix of a vector-valued function of several variables is the matrix of all its first-order partial derivatives. 여기서 Tfᵢ 는 i 번째 원소의 gradient 에 대한 transpose (row vector) 이...
Jacobian Matrix In vector calculus, the Jacobian matrix of a vector-valued function of several variables is the matrix of all its first-order partial derivatives.
Transpose For \boldsymbol{A} \in \mathbb{R}^{m \times n} the matrix \boldsymbol{B} \in \mathbb{R}^{n \times m} with b {i j}=a {j i} is called the transpose of \boldsymbol{A}.
Trace square matrix \boldsymbol{A}\in\mathbb{R}^{n\times n} 의 trace 는 주어진 정사각 행렬의 대각 원소들의 합을 의미한다.
Linear Algebra B) Related C) References MIT OPEN SOURCEWARE .
Permutation Matrix 주어진 행렬의 행을 바꾸기 위한 행렬 (Row operation) \left[\begin{array}{ll}0 & 1 \\ 1 & 0\end{array}\right]\left[\begin{array}{ll}a & b \\ c &...
Triangular Matrix L=\left[\begin{array}{ccccc}\ell {1,1} & & & & 0 \\ \ell {2,1} & \ell {2,2} & & & \\ \ell {3,1} & \ell {3,2} & \ddots...
Matrix Multiplication Vector 의 경우 A\boldsymbol{x}=\boldsymbol{b} 의 경우 다음과 같이 행 또는 열을 나눠서 계산할 수 있다.
Diagonal Matrix Formally, a matrix D is diagonal if and only if D {i,j}=0 for all i\neq j.
Symmetric Matrix \boldsymbol{A}=\boldsymbol{A}^{\top} 를 만족하는 matrix \boldsymbol{A} 예시 \left[\begin{array}{lll}3 & 1 & 7 \\ 1 & 2 & 9 \\ 7 & 9 &...
Eigenvalue 2.