Zzong's Notes

Home

❯

linear_algebra

❯

determinant

determinant

2026년 6월 14일1 min read

Determinant

2. Properties

  1. det(AB)=det(A)det(B)

3. Related

4. References

  • https://jjycjnmath.tistory.com/397

링크된 언급

2
Interview Questions

Linear independence determinant eigenvalue and Eigenvectors SVD The norm of a vector Independent random variables Expectation and varia...

Jacobian matrix

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

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

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

Trace square matrix \boldsymbol{A}\in\mathbb{R}^{n\times n} 의 trace 는 주어진 정사각 행렬의 대각 원소들의 합을 의미한다.

Linear Algebra

Linear Algebra B) Related C) References MIT OPEN SOURCEWARE .

permutation matrix

Permutation Matrix 주어진 행렬의 행을 바꾸기 위한 행렬 (Row operation) \left[\begin{array}{ll}0 & 1 \\ 1 & 0\end{array}\right]\left[\begin{array}{ll}a & b \\ c &...

triangular matrix

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

Matrix Multiplication Vector 의 경우 A\boldsymbol{x}=\boldsymbol{b} 의 경우 다음과 같이 행 또는 열을 나눠서 계산할 수 있다.

diagonal matrix

Diagonal Matrix Formally, a matrix D is diagonal if and only if D {i,j}=0 for all i\neq j.

symmetric matrix

Symmetric Matrix \boldsymbol{A}=\boldsymbol{A}^{\top} 를 만족하는 matrix \boldsymbol{A} 예시 \left[\begin{array}{lll}3 & 1 & 7 \\ 1 & 2 & 9 \\ 7 & 9 &...

eigenvalue

Eigenvalue 2.

  • Determinant
  • 2. Properties
  • 3. Related
  • 4. References