2.1. 1 - 3/17(Linear Algebra) ¶
Linear Algebra 대
1 Linear Equations in Linear Algebra
Linear Equations Matrices ,
Linear System 무 명 -> Linear Equation
variable,coefficient,constant 대 명.
1 Linear Equations in Linear Algebra
Linear Equations Matrices ,
Linear System 무 명 -> Linear Equation
variable,coefficient,constant 대 명.
따른 Linear System 는
A L.S has either
1. No solution
2. exactly one solution
3. infinitely many solution
1. No solution
2. exactly one solution
3. infinitely many solution
대
1 ->
2 -> 만
3 ->
를 명.
1 ->
2 -> 만
3 ->
를 명.
1 -> inconsistent
2 -> consistent
2 -> consistent
) A L.S is consistent <-> A L.S has a solution 는
(exactly one solution 는 -> Only 들 )
(exactly one solution 는 -> Only 들 )
2.2. 1 - 3/18(Linear Algebra) ¶
Linear System Matrix equation 를 명.
L.S <-> matrix equation
Ax=b A : coefficient matrix ( ) -> mxn -> 방 : m 미 : n
Ax=b A : coefficient matrix ( ) -> mxn -> 방 : m 미 : n
ex) let Ax=b with A: 4x5 matrix -> L.S : 방 4 , 미 5
*elimination() 대 명
-> 립방 matrix equation 더 augmented matrix 는 뱡 명
-> 립방 matrix equation 더 augmented matrix 는 뱡 명
따른 Elementary Equation Operations(E.E.O)(L.S and Ax=b) Elementary Row Operations(E.R.O)(A b) 대 , 명.
Elementary Equation Operations(E.E.O) |
1. 를 . |
2. 바. |
3. k배(k0) 뒤 른 더. |
Elementary Row Operations(E.R.O) |
1. 를 (kRi, k0) |
2. 바 (Ri<->Rj) |
3. K배 뒤 른 더.(k×Ri + Rj -> new Rj) |
E.R.O는 reversible 므 대 inverse E.R.O를 명.
E.R.O | inverse E.R.O |
kRi, k0 | (1/k)Ri, k0 |
Ri<->Rj | Ri<->Rj |
k×Ri + Rj | (-k)×Ri + Rj |
E.R.O를 면 는 몇 를 , 대 를 부.리 보.
2.3. 1 - 3/18(C programming) ¶
1. C
2. C 램
3. Hello World! 들 보
4. 들 램
5. printf 본
2. C 램
3. Hello World! 들 보
4. 들 램
5. printf 본
2->
#include <stdio.h> int main(void) { printf("Hello world! \n"); return 0; }
3 -> 문 1. 본 는 램 보 .
동
동
동
동
동
문 2. 본 , , 리 번를 모 는 램 보.(\n )
5->#include<stdio.h> int main(void) { printf("Hello Everybody \n"); printf("%d\n", 1234); printf("%d %d\n", 10, 20); return 0; }
#include <stdio.h> int main(void) { printf("My age: %d \n", 20); printf("%d is my level \n", 100); printf("Today\nmorning\neverybody\n"); }
문 1 를 보 를 보. 는 들(25, 345, 9393) 문 %d를 .
____ .
는 25 .
는 번는 345 - 9393.
문 2 를 보 를 보. 는 들 문 %d를 보.는 25 .
는 번는 345 - 9393.
7x8 = 56
3x2 = 6
3x2 = 6
2.4. 문는 ¶
- 부 들는데, 문 .
12번 는
A system of linear equation is said to be consistent if it has either one solution or infinitely many solutions; a system is inconsistent if it has no solution.는데
는
) A L.S is consistent <-> A L.S has a solution 는.
(exactly one solution 는 -> Only 들 )
system infinitely many solutions consistent ? 문 립.-