1. Solving the apples and bananas problem: Gaussian elimination
Inverses: solving the apples and bananas problems and Gaussian Elimination
역행렬이란?
- 문제를 간단하게 풀 수 있게 만들어 준다.
가우스 소거법(예시)
- 제거와 후치환 방식을 적용하여 위 같은 행렬을 구할 수 있다.
- 주대각선은 전부 1이고, 나머지는 전부 0인 행렬이다.
- 이런 행렬을 echelon form(사다리꼴)이라고 한다.
2. Going from Gaussian elimination to finding the inverse matrix
가우스 소거법을 이용하여 역행렬을 구할 수 있다.
3. Solving linear equations using the inverse matrix (Quiz 7)
기약행 사다리꼴을 만드는 과정에서 알맞은 빈칸 채우기(6문제)
가우스 소거법을 이용하여 역행렬 구하기(1문제)
프로그래밍 언어로 행렬 입력해보고 numpy의 함수 사용해보기(1문제)
출처: Coursera, Mathematics for Machine Learning: Linear Algebra, Imperial College London
'Linear Algebra > 3주차' 카테고리의 다른 글
Special matrices and Coding up some matrix operations (0) | 2022.09.17 |
---|---|
Matrices in linear algebra: operating on vectors (0) | 2022.09.17 |