"3차원 공간의 회전과 SO(3)"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
92번째 줄: 92번째 줄:
  
 
* https://docs.google.com/leaf?id=0B8XXo8Tve1cxMGIxYzExNmUtODM5Yy00NTMyLTgwYzctNWI2NjJlNzZhMWM5&sort=name&layout=list&num=50
 
* https://docs.google.com/leaf?id=0B8XXo8Tve1cxMGIxYzExNmUtODM5Yy00NTMyLTgwYzctNWI2NjJlNzZhMWM5&sort=name&layout=list&num=50
* 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 매스매티카 파일 목록]
 
  
 
 
 
 
 
  
 
==수학용어번역==
 
==수학용어번역==
 +
* {{학술용어집|url=회전}}
  
*  단어사전<br>
 
** http://translate.google.com/#en|ko|
 
** http://ko.wiktionary.org/wiki/
 
* 발음사전 http://www.forvo.com/search/
 
* [http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=&fstr= 대한수학회 수학 학술 용어집]<br>
 
** http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=eng_term&fstr=
 
* [http://www.kss.or.kr/pds/sec/dic.aspx 한국통계학회 통계학 용어 온라인 대조표]
 
* [http://www.nktech.net/science/term/term_l.jsp?l_mode=cate&s_code_cd=MA 남·북한수학용어비교]
 
* [http://kms.or.kr/home/kor/board/bulletin_list_subject.asp?bulletinid=%7BD6048897-56F9-43D7-8BB6-50B362D1243A%7D&boardname=%BC%F6%C7%D0%BF%EB%BE%EE%C5%E4%B7%D0%B9%E6&globalmenu=7&localmenu=4 대한수학회 수학용어한글화 게시판]
 
 
 
 
 
 
 
  
 
 
 
 
126번째 줄: 104번째 줄:
 
* http://ko.wikipedia.org/wiki/
 
* http://ko.wikipedia.org/wiki/
 
* [http://ko.wikipedia.org/wiki/%EC%98%A4%EC%9D%BC%EB%9F%AC_%EA%B0%81%EB%8F%84 http://ko.wikipedia.org/wiki/오일러_각도]
 
* [http://ko.wikipedia.org/wiki/%EC%98%A4%EC%9D%BC%EB%9F%AC_%EA%B0%81%EB%8F%84 http://ko.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]
 
 
 
 
 
 
  
135번째 줄: 109번째 줄:
  
 
==리뷰논문, 에세이, 강의노트==
 
==리뷰논문, 에세이, 강의노트==
 
 
 
 
 
 
 
 
 
 
 
  
 
 
 
 
152번째 줄: 118번째 줄:
 
* Harmonic analysis on commutative spaces
 
* Harmonic analysis on commutative spaces
 
* Groups and Symmetries http://www.springer.com/mathematics/algebra/book/978-0-387-78865-4
 
* Groups and Symmetries http://www.springer.com/mathematics/algebra/book/978-0-387-78865-4
*  도서내검색<br>
 
** http://books.google.com/books?q=
 
** http://book.daum.net/search/contentSearch.do?query=
 

2013년 2월 9일 (토) 03:52 판

개요

 

 

 

로드리게스 공식

  • 3차원에서 단위벡터 \((\omega _x,\omega _y,\omega _z)\) 를 축으로 하여 \(\theta\) 만큼 회전시키는 변환의 행렬표현\[\left( \begin{array}{ccc} \cos (\theta )-(\cos (\theta )-1) \omega _x^2 & (1-\cos (\theta )) \omega _x \omega _y-\sin (\theta ) \omega _z & \sin (\theta ) \omega _y-(\cos (\theta )-1) \omega _x \omega _z \\ (1-\cos (\theta )) \omega _x \omega _y+\sin (\theta ) \omega _z & \cos (\theta )-(\cos (\theta )-1) \omega _y^2 & -\sin (\theta ) \omega _x-(\cos (\theta )-1) \omega _y \omega _z \\ -\sin (\theta ) \omega _y-(\cos (\theta )-1) \omega _x \omega _z & \sin (\theta ) \omega _x-(\cos (\theta )-1) \omega _y \omega _z & \cos (\theta )-(\cos (\theta )-1) \omega _z^2 \end{array} \right)\]
  • 유도 http://www.cs.berkeley.edu/~ug/slide/pipeline/assignments/as5/rotation.html
  • x,y,z 축을 중심으로 한 회전변환
    • x 축\[\left( \begin{array}{ccc} 1 & 0 & 0 \\ 0 & \cos (\theta ) & -\sin (\theta ) \\ 0 & \sin (\theta ) & \cos (\theta ) \end{array} \right)\]
    • y 축\[\left( \begin{array}{ccc} \cos (\theta ) & 0 & \sin (\theta ) \\ 0 & 1 & 0 \\ -\sin (\theta ) & 0 & \cos (\theta ) \end{array} \right)\]
    • z 축\[\left( \begin{array}{ccc} \cos (\theta ) & -\sin (\theta ) & 0 \\ \sin (\theta ) & \cos (\theta ) & 0 \\ 0 & 0 & 1 \end{array} \right)\]

 

 

구면과 SO(3)

 

 

사영표현(projective representation)

  • 단위구면의 회전으로부터 stereographic projection 을 통해 다음과 같은 뫼비우스 변환 을 얻을 수 있다\[f(z)=\frac{\alpha z+\beta}{-\overline{\beta}z+\overline{\alpha}}\]
    여기서 \(\alpha,\beta\in\mathbf{C}, |\alpha|^2 + |\beta|^2 = 1\)
  • 더 구체적으로 단위벡터 \((a,b,c)\) 를 축으로 하여 \(\theta\) 만큼 회전시키는 변환은 다음 뫼비우스 변환에 대응된다\[f(z)=\frac{z \left(\cos \left(\frac{\theta }{2}\right)+i c \sin \left(\frac{\theta }{2}\right)\right)+i a \sin \left(\frac{\theta }{2}\right)-b \sin \left(\frac{\theta }{2}\right)}{z \left(b \sin \left(\frac{\theta }{2}\right)+i a \sin \left(\frac{\theta }{2}\right)\right)-i c \sin \left(\frac{\theta }{2}\right)+\cos \left(\frac{\theta }{2}\right)}\]
  • 벡터공간이 아닌 1차원 복소사영평면에 정의되므로, 사영표현(projective representation) 이다
  • 벡터공간에 정의되는 표현을 얻으려면, Spin(3)와 파울리 행렬 의 도입이 필요하다

 

 

무한소 회전

  • 리대수의 생성원\[L_{x}=\left( \begin{array}{ccc} 0 & 0 & 0 \\ 0 & 0 & -1 \\ 0 & 1 & 0 \end{array} \right)\]\[L_{y}=\left( \begin{array}{ccc} 0 & 0 & 1 \\ 0 & 0 & 0 \\ -1 & 0 & 0 \end{array} \right)\]\[L_{z}=\left( \begin{array}{ccc} 0 & -1 & 0 \\ 1 & 0 & 0 \\ 0 & 0 & 0 \end{array} \right)\]
  • \([L_{i},L_{j}]=\epsilon_{ijk}L_{k}\)
     
  • 벡터의 외적(cross product)

 

양자역학의 각운동량 이론과의 관계

 

 

역사

 

 

 

메모

 

 

관련된 항목들

 

 

매스매티카 파일 및 계산 리소스


수학용어번역

  • 회전 - 대한수학회 수학용어집


 

사전 형태의 자료

 

 

리뷰논문, 에세이, 강의노트

 

 

관련도서