U E D R , A S I H C RSS

새싹교실/2012/앞부분만본반



1. 명단

3/173/183/20
김나

2.

Linear Algebra and C programming

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 명.

따른 Linear System

A L.S has either
1. No solution
2. exactly one solution
3. infinitely many solution


1 ->
2 -> 만나다
3 ->
명.

1 -> inconsistent
2 -> consistent

) A L.S is consistent <-> A L.S has a solution 라는
(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

ex) let Ax=b with A: 4x5 matrix -> L.S : 방 4개 , 미 5개

*elimination(법)
-> 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배(k≠0) 뒤 다른 다.

Elementary Row Operations(E.R.O)
1. 다(kRi, k≠0)
2. 두 바꾼다 (Ri<->Rj)
3. K배 뒤 다른 다.(k×Ri + Rj -> new Rj)

E.R.O는 reversible 므로 그 inverse E.R.O를 .
E.R.Oinverse E.R.O
kRi, k≠0(1/k)Ri, k≠0
Ri<->RjRi<->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->
#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를 .
7x8 = 56
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가 닌가? 궁 다.-

2.5. 답변

infinitely many solutions consistent다.
가 말
A L.S has a solution 라는 말 a exactly one solution 기 때문
다.




Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:29:46
Processing time 0.0191 sec