티스토리 뷰

www.edwith.org/linearalgebra4ai/lecture/22720/

 

[LECTURE] 선형대수의 기초 : edwith

학습목표 수학에서 가장 중요한 것은 기초입니다. 이번 강의에서는 앞으로 선형대수를 학습해 나가면서 뼈대가 될 선형대수의 기초 개념을 학습합니다.   핵심 키워드 스칼라(Scalar... - 커넥트��

www.edwith.org

본 게시글은 주재걸 교수님의 인공지능을 위한 선형대수 강의를 수강하고 관련 내용을 정리한 글입니다.

Scalar, Vector, and Matrix

Scalar: a single number (lower case) e.g., 3.8

 

Vector: an ordered list of numbers (boldface, lower case) e.g., xx

ordered 에 유의, 반대로 order가 정해져있지 않은 array는 ? Set

 

xx=[x1x2xn]

 

Matrix: a two-dimensional array of numbers (capital letter) e.g., A

 

A=(a1,1a1,2a1,na2,1a2,2a2,nam,1am,2am,n)

 

Row vector: a horizontal vector

Column Vector: a vertical vector

 

Vector를 이야기할때 보통 Column Vector를 의미하는 경우가 많습니다.

xx=[x1x2xn]

 

Row Vector를 표현할때 Transpose를 사용하여 Column Vector꼴로 표현하기도 합니다.

xxT=[x1x2xn]T

Matrix Notations

Square matrix (#rows = #columns)

Rectangular matrix (possible #rows  #columns)

Transpose of matix (mirroring across the main diagonal)

여기서, #은 number of 를 의미합니다.

 

Aij : (i, j)-th component of A

Ai,: : i-th row vector of A

A:,i : i-th column vector of A

여기서, A는 행렬을 의미합니다.

Properties of Matrix

ABBA: Matrix multiplication is NOT commutative(교환 법칙)!

AB의 Shape에 따라서 AB, BA 연산이 아예 성립되지 않을 수 있으며, ABBA 연산이 성립되더라도 NOT commutative 하거나 Shape에 차이가 발생할 수 있다.

 

A(B+C) = AB+BC : Distributive(분배 법칙)

A(BC) = (AB)C : Associative(결합 법칙)

(AB)T = BTAT : Property of transpose

(AB)1 = B1A1 : Property of inverse matrix

공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/04   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30
글 보관함