"헤세 판정법"의 두 판 사이의 차이
둘러보기로 가기
검색하러 가기
이 항목의 스프링노트 원문주소==
Pythagoras0 (토론 | 기여) 잔글 (찾아 바꾸기 – “<h5>” 문자열을 “==” 문자열로) |
Pythagoras0 (토론 | 기여) 잔글 (찾아 바꾸기 – “</h5>” 문자열을 “==” 문자열로) |
||
1번째 줄: | 1번째 줄: | ||
− | <h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">이 항목의 스프링노트 원문주소 | + | <h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">이 항목의 스프링노트 원문주소== |
5번째 줄: | 5번째 줄: | ||
− | <h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">개요 | + | <h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">개요== |
* 다변수함수의 임계점에서의 극소/극대 판정법 | * 다변수함수의 임계점에서의 극소/극대 판정법 | ||
15번째 줄: | 15번째 줄: | ||
− | ==이변수함수의 경우 | + | ==이변수함수의 경우== |
* <math>D=f_{xx}f_{yy}-f_{xy}^2</math> | * <math>D=f_{xx}f_{yy}-f_{xy}^2</math> | ||
23번째 줄: | 23번째 줄: | ||
− | ==재미있는 사실 | + | ==재미있는 사실== |
34번째 줄: | 34번째 줄: | ||
− | ==역사 | + | ==역사== |
46번째 줄: | 46번째 줄: | ||
− | ==메모 | + | ==메모== |
52번째 줄: | 52번째 줄: | ||
− | ==관련된 항목들 | + | ==관련된 항목들== |
* [[이차곡면]] | * [[이차곡면]] | ||
60번째 줄: | 60번째 줄: | ||
− | <h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">수학용어번역 | + | <h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">수학용어번역== |
* 단어사전 http://www.google.com/dictionary?langpair=en|ko&q= | * 단어사전 http://www.google.com/dictionary?langpair=en|ko&q= | ||
74번째 줄: | 74번째 줄: | ||
− | ==사전 형태의 자료 | + | ==사전 형태의 자료== |
* http://ko.wikipedia.org/wiki/ | * http://ko.wikipedia.org/wiki/ | ||
87번째 줄: | 87번째 줄: | ||
− | ==관련논문 | + | ==관련논문== |
* The calculus of variations in the large<br> | * The calculus of variations in the large<br> | ||
101번째 줄: | 101번째 줄: | ||
− | ==관련도서 | + | ==관련도서== |
* 도서내검색<br> | * 도서내검색<br> | ||
115번째 줄: | 115번째 줄: | ||
− | ==관련기사 | + | ==관련기사== |
* 네이버 뉴스 검색 (키워드 수정)<br> | * 네이버 뉴스 검색 (키워드 수정)<br> | ||
126번째 줄: | 126번째 줄: | ||
− | ==링크 | + | ==링크== |
* [http://math.stanford.edu/%7Econrad/diffgeomPage/handouts/morselemma.pdf The Morse Lemma]<br> | * [http://math.stanford.edu/%7Econrad/diffgeomPage/handouts/morselemma.pdf The Morse Lemma]<br> |
2012년 11월 1일 (목) 13:18 판
이 항목의 스프링노트 원문주소==
개요==
- 다변수함수의 임계점에서의 극소/극대 판정법
- 일변수함수의 임계점에서의 이계도함수를 이용한 극대/극소판정법의 다변수함수로의 일반화
- 헤시안
\(H(f) = \begin{bmatrix} \frac{\partial^2 f}{\partial x_1^2} & \frac{\partial^2 f}{\partial x_1\,\partial x_2} & \cdots & \frac{\partial^2 f}{\partial x_1\,\partial x_n} \\ \\ \frac{\partial^2 f}{\partial x_2\,\partial x_1} & \frac{\partial^2 f}{\partial x_2^2} & \cdots & \frac{\partial^2 f}{\partial x_2\,\partial x_n} \\ \\ \vdots & \vdots & \ddots & \vdots \\ \\ \frac{\partial^2 f}{\partial x_n\,\partial x_1} & \frac{\partial^2 f}{\partial x_n\,\partial x_2} & \cdots & \frac{\partial^2 f}{\partial x_n^2} \end{bmatrix}\)
이변수함수의 경우
- \(D=f_{xx}f_{yy}-f_{xy}^2\)
재미있는 사실
- Math Overflow http://mathoverflow.net/search?q=
- 네이버 지식인 http://kin.search.naver.com/search.naver?where=kin_qna&query=
역사
메모
관련된 항목들
수학용어번역==
- 단어사전 http://www.google.com/dictionary?langpair=en%7Cko&q=
- 발음사전 http://www.forvo.com/search/
- 대한수학회 수학 학술 용어집
- 남·북한수학용어비교
- 대한수학회 수학용어한글화 게시판
사전 형태의 자료
- http://ko.wikipedia.org/wiki/
- http://ko.wikipedia.org/wiki/임계점_(수학)
- http://en.wikipedia.org/wiki/Second_partial_derivative_test
- http://en.wikipedia.org/wiki/Hessian_matrix
- http://planetmath.org/encyclopedia/MorseLemma.html
- http://eom.springer.de/M/m064980.htm
관련논문
- The calculus of variations in the large
- M. Morse, Amer. Math. Soc. (1934)
- http://www.jstor.org/action/doBasicSearch?Query=hessian
- http://www.jstor.org/action/doBasicSearch?Query=morse+lemma
- http://www.jstor.org/action/doBasicSearch?Query=
- http://www.ams.org/mathscinet
- http://dx.doi.org/
관련도서
- 도서내검색
- 도서검색
관련기사
- 네이버 뉴스 검색 (키워드 수정)
링크
- 다변수함수의 임계점에서의 극소/극대 판정법
- 일변수함수의 임계점에서의 이계도함수를 이용한 극대/극소판정법의 다변수함수로의 일반화
- 헤시안
\(H(f) = \begin{bmatrix} \frac{\partial^2 f}{\partial x_1^2} & \frac{\partial^2 f}{\partial x_1\,\partial x_2} & \cdots & \frac{\partial^2 f}{\partial x_1\,\partial x_n} \\ \\ \frac{\partial^2 f}{\partial x_2\,\partial x_1} & \frac{\partial^2 f}{\partial x_2^2} & \cdots & \frac{\partial^2 f}{\partial x_2\,\partial x_n} \\ \\ \vdots & \vdots & \ddots & \vdots \\ \\ \frac{\partial^2 f}{\partial x_n\,\partial x_1} & \frac{\partial^2 f}{\partial x_n\,\partial x_2} & \cdots & \frac{\partial^2 f}{\partial x_n^2} \end{bmatrix}\)
- 단어사전 http://www.google.com/dictionary?langpair=en%7Cko&q=
- 발음사전 http://www.forvo.com/search/
- 대한수학회 수학 학술 용어집
- 남·북한수학용어비교
- 대한수학회 수학용어한글화 게시판
사전 형태의 자료
- http://ko.wikipedia.org/wiki/
- http://ko.wikipedia.org/wiki/임계점_(수학)
- http://en.wikipedia.org/wiki/Second_partial_derivative_test
- http://en.wikipedia.org/wiki/Hessian_matrix
- http://planetmath.org/encyclopedia/MorseLemma.html
- http://eom.springer.de/M/m064980.htm
관련논문
- The calculus of variations in the large
- M. Morse, Amer. Math. Soc. (1934)
- http://www.jstor.org/action/doBasicSearch?Query=hessian
- http://www.jstor.org/action/doBasicSearch?Query=morse+lemma
- http://www.jstor.org/action/doBasicSearch?Query=
- http://www.ams.org/mathscinet
- http://dx.doi.org/
관련도서
- 도서내검색
- 도서검색
관련기사
- 네이버 뉴스 검색 (키워드 수정)