Zzong's Notes

Home

❯

linear_algebra

❯

Linear Algebra

Linear Algebra

2026년 6월 14일1 min read

Linear Algebra

B) Related

C) References

  • MIT OPEN SOURCEWARE

링크된 언급

1
non-negative matrix factorization

A.2) 정의 Non-negative matrix factorization(NMF)는 Linear Algebra와 다변량 분석(multivariate analysis)에 속하는 알고리즘 중 하나이다.

함께 보면 좋은 글

non-negative matrix factorization

Non-negative Matrix Factorization (NMF) A.1) 참고 Wikipedia - Non-negative matrix factorization A.2) 정의 Non-negative matrix factorization(NMF)는 Linear Algebra와 다변량...

linear operator

Linear Operator 벡터 공간 V 에서 V (자기 자신) 에 대한 linear map 을 linear operator 라고 부른다. B) Related C) References.

determinant

Determinant 2. Properties \operatorname{det}(AB)=\operatorname{det}(A)\operatorname{det}(B) 3. Related 4. References jjycjnmath.tistory.com/397 .

system of linear equations

System of Linear Equations 1.1.

affine

Affine 원점을 통과하지 않는 subspace 를 의미한다. B) Related C) References.

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...

linear combination

Linear Combination 벡터들의 집합 \left\{\boldsymbol{v}^{(1)}, \ldots, \boldsymbol{v}^{(n)}\right\} 에 대한 선형 결합이란, 각 벡터 \boldsymbol{v}^{(i)} 에 대해 scalar 계수를 곱해서 더한 것을 의미한다.

trace

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

basic variable

Basic Variable 정의 row-echelon form matrix 에서 pivot 에 해당되는 variable 을 basic variable 이라하고, 나머지를 free variable 이라 한다.

free column

Free Column pivot 을 포함하지 않는 column 이 존재한다면, 이는 free column 으로 부른다. Related References.

  • Linear Algebra
  • B) Related
  • C) References