일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 수영대회결승전
- dfs
- ARM
- 마이크로프로세서
- 시뮬레이션
- ISER
- 나무박멸
- ros
- 백준
- 토끼와 경주
- 조합
- 루돌프의반란
- 싸움땅
- ICER
- 삼성기출
- 구현
- 3Dreconstruction
- 포탑부수기
- 이진탐색
- BFS
- DP
- 소프티어
- 코드트리
- 슈퍼컴퓨터클러스터
- DenseDepth
- Calibration
- 마법의숲탐색
- 왕실의기사대결
- 코드트리빵
- 순서대로방문하기
Archives
- Today
- Total
목록수치해석 #powermethod #eigenvalue찾기 #고윳값찾기 #ㅇㅎㅂ수치해석 #ㅈㅈㅅ선형대수 (1)
from palette import colorful_colors
[수치해석] Power Method, Inverse Power Method - 원하는 Eigenvalue 찾는 방법 (with MATLAB코드)
1-1. power method 1-2. power method 사용 이유 2-1. power method 방법 - 가장 큰 eigenvalue찾기 ※ MATLAB에서 eigenvalue를 구하는 함수, eig() 2-2. Inverse power method 방법 - 가장 작은 eigenvalue or 내가 원하는 위치의 eigenvalue 찾기 3. power method 과제 MATLAB code 1-1. Power method eigenvalue가 존재하는 행렬 A에서 (squre matrix), Dominant eigenvalue, 즉 가장 큰 eigenvalue(고윳값)을 찾는 알고리즘입니다. 기존 power method는 가장 큰 eigenvalue를 찾는 알고리즘이지만, 수식을 변경해서 가..
CS 학부과목/선형대수,수치해석
2023. 1. 21. 21:36