U E D R , A S I H C RSS

LaLaLand/0706 (rev. 1.2)

La La Land/0706


1. 스터디 설명

7월 6일 스터디는

2. 스터디 내용

  • 단원명
    • 단원 내용
식으로 작성해주시기 바랍니다.
  • 1.1 : Systems of Linear Equations
    • linear equation : a1x1 + a2x2 + a3x3 + ... + anxn = b 꼴로 나타내지는 방정식
      • linear equation을 푸는 법 : 그래프 이용(하지만 변수가 4개 이상일 경우 힘듬), 행렬 이용
      • linear equation의 해 : 없음, 1개, 무한대(consist와 uniqueness에 대해서 알면 됨)
    • 행렬 표현법
      • coefficient matrix : 각 equation의 계수만 적어놓은 행렬
      • augmented matrix : coefficient matrix에 상수항까지 적어놓은 행렬
    • 행렬로 linear equation 풀기 : elementary row operations 이용
      • Replacement : 한 row에 대해서 다른 row와 더하거나 빼는 것
      • Interchange : 두개의 row를 변경
      • Scaling : 한 row의 모든 entry에 특정 값을 곱함
  • 1.2 : Row Reduction and Echelon Forms
    • echelon form
      • nonzero rows가 zero rows 위에 있어야 됨
      • leading entry(pivot)이 왼쪽에 있는 것이 위로 가야됨
      • leading entry 아래에 있는 column의 값은 0이여야 됨
    • reduced echelon form
      • 기존의 row echelon form의 조건은 모두 만족
      • leading entry가 1이여야 됨
      • leading entry가 있는 column의 나머지 entry는 모두 0이여야 됨
    • pivot position : echelon form을 만들 때 기준이 되는 position
    • row reduction algorithm : elementary row operations를 이용
    • solution of linear system
      • basic variable : pivot position이 있는 variable
      • free variable : pivot position이 없는 variable
  • 1.3 : Vector Equations
    • vector : matrix의 각각의 column을 vector라고 볼 수 있음.
      • vector는 교환법칙, 결합법칙, 분배법칙이 성립한다.
    • linear combination : 각 vector의 스칼라 곱의 합(a1v1 + a2v2 + ... + anvn)
      • span : span{u, v} = 벡터 u, v를 linear combination 해서 만들 수 있는 벡터들의 집합
  • 1.4 : The Matrix Equation Ax=b
    • matrix equation Ax=b
      • Ax = b <=> x1a1 + x2a2 + ... + xnan = b <=> a1 a2 ... an b

3. 다음 차시

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:23:37
Processing time 0.0209 sec