"코쉬-리만 방정식"의 두 판 사이의 차이
둘러보기로 가기
검색하러 가기
Pythagoras0 (토론 | 기여) |
|||
(사용자 2명의 중간 판 15개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
− | < | + | ==개요== |
+ | |||
+ | * 복소해석함수 <math>f (x + iy) = u(x,y) + iv(x,y)</math> 의 실수부와 허수부가 만족하는 조건 | ||
+ | :<math> | ||
+ | \left\{ | ||
+ | \begin{array}{c} | ||
+ | \frac{\partial u}{\partial x} &=&\frac{\partial v}{\partial y} \\ | ||
+ | \frac{\partial u}{\partial y} &=&-\frac{\partial v}{\partial x} | ||
+ | \end{array} | ||
+ | \right. | ||
+ | </math> | ||
+ | * 복소평면(또는 그 부분집합)을 유클리드 메트릭이 주어진 리만다양체로 생각할 때, 각도를 보존하는 [[등각 사상 (conformal mapping)]] 임을 말해준다 | ||
+ | |||
+ | |||
+ | ==코쉬-리만 연산자== | ||
+ | |||
+ | |||
<math>\frac{\partial}{\partial z} = \frac{1}{2} \Bigl( \frac{\partial}{\partial x} - i \frac{\partial}{\partial y} \Bigr)</math> | <math>\frac{\partial}{\partial z} = \frac{1}{2} \Bigl( \frac{\partial}{\partial x} - i \frac{\partial}{\partial y} \Bigr)</math> | ||
+ | |||
+ | |||
<math>\frac{\partial}{\partial\bar{z}}= \frac{1}{2} \Bigl( \frac{\partial}{\partial x} + i \frac{\partial}{\partial y} \Bigr)</math> | <math>\frac{\partial}{\partial\bar{z}}= \frac{1}{2} \Bigl( \frac{\partial}{\partial x} + i \frac{\partial}{\partial y} \Bigr)</math> | ||
+ | |||
+ | |||
+ | ==메모== | ||
+ | |||
+ | |||
+ | |||
+ | * Math Overflow http://mathoverflow.net/search?q= | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==관련된 항목들== | ||
+ | * [[등각 사상 (conformal mapping)]] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==매스매티카 파일 및 계산 리소스== | ||
+ | |||
+ | * | ||
+ | * http://www.wolframalpha.com/input/?i= | ||
+ | * http://functions.wolfram.com/ | ||
+ | * [http://dlmf.nist.gov/ NIST Digital Library of Mathematical Functions] | ||
+ | * [http://people.math.sfu.ca/%7Ecbm/aands/toc.htm Abramowitz and Stegun Handbook of mathematical functions] | ||
+ | * [http://www.research.att.com/%7Enjas/sequences/index.html The On-Line Encyclopedia of Integer Sequences] | ||
+ | * [http://numbers.computation.free.fr/Constants/constants.html Numbers, constants and computation] | ||
+ | * [https://docs.google.com/open?id=0B8XXo8Tve1cxMWI0NzNjYWUtNmIwZi00YzhkLTkzNzQtMDMwYmVmYmIxNmIw 매스매티카 파일 목록] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==사전 형태의 자료== | ||
+ | |||
+ | * [http://ko.wikipedia.org/wiki/%EC%BD%94%EC%8B%9C-%EB%A6%AC%EB%A7%8C_%EB%B0%A9%EC%A0%95%EC%8B%9D http://ko.wikipedia.org/wiki/코시-리만_방정식] | ||
+ | * [http://en.wikipedia.org/wiki/Cauchy%E2%80%93Riemann_equations http://en.wikipedia.org/wiki/Cauchy–Riemann_equations] | ||
+ | * http://en.wikipedia.org/wiki/ | ||
+ | * [http://eom.springer.de/default.htm The Online Encyclopaedia of Mathematics] | ||
+ | * [http://dlmf.nist.gov NIST Digital Library of Mathematical Functions] | ||
+ | * [http://eqworld.ipmnet.ru/ The World of Mathematical Equations] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==리뷰논문, 에세이, 강의노트== | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | [[분류:리만곡면론]] | ||
+ | |||
+ | ==메타데이터== | ||
+ | ===위키데이터=== | ||
+ | * ID : [https://www.wikidata.org/wiki/Q622741 Q622741] | ||
+ | ===Spacy 패턴 목록=== | ||
+ | * [{'LOWER': 'cauchy'}, {'OP': '*'}, {'LOWER': 'riemann'}, {'LEMMA': 'equation'}] |
2021년 2월 17일 (수) 05:02 기준 최신판
개요
- 복소해석함수 \(f (x + iy) = u(x,y) + iv(x,y)\) 의 실수부와 허수부가 만족하는 조건
\[ \left\{ \begin{array}{c} \frac{\partial u}{\partial x} &=&\frac{\partial v}{\partial y} \\ \frac{\partial u}{\partial y} &=&-\frac{\partial v}{\partial x} \end{array} \right. \]
- 복소평면(또는 그 부분집합)을 유클리드 메트릭이 주어진 리만다양체로 생각할 때, 각도를 보존하는 등각 사상 (conformal mapping) 임을 말해준다
코쉬-리만 연산자
\(\frac{\partial}{\partial z} = \frac{1}{2} \Bigl( \frac{\partial}{\partial x} - i \frac{\partial}{\partial y} \Bigr)\)
\(\frac{\partial}{\partial\bar{z}}= \frac{1}{2} \Bigl( \frac{\partial}{\partial x} + i \frac{\partial}{\partial y} \Bigr)\)
메모
- Math Overflow http://mathoverflow.net/search?q=
관련된 항목들
매스매티카 파일 및 계산 리소스
- http://www.wolframalpha.com/input/?i=
- http://functions.wolfram.com/
- NIST Digital Library of Mathematical Functions
- Abramowitz and Stegun Handbook of mathematical functions
- The On-Line Encyclopedia of Integer Sequences
- Numbers, constants and computation
- 매스매티카 파일 목록
사전 형태의 자료
- http://ko.wikipedia.org/wiki/코시-리만_방정식
- http://en.wikipedia.org/wiki/Cauchy–Riemann_equations
- http://en.wikipedia.org/wiki/
- The Online Encyclopaedia of Mathematics
- NIST Digital Library of Mathematical Functions
- The World of Mathematical Equations
리뷰논문, 에세이, 강의노트
메타데이터
위키데이터
- ID : Q622741
Spacy 패턴 목록
- [{'LOWER': 'cauchy'}, {'OP': '*'}, {'LOWER': 'riemann'}, {'LEMMA': 'equation'}]