"2차원 회전 변환과 SO(2)"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
45번째 줄: 45번째 줄:
 
* [[한글과 기하학적 변환]]
 
* [[한글과 기하학적 변환]]
 
* [[이차곡선(원뿔곡선)]]
 
* [[이차곡선(원뿔곡선)]]
 +
* [[3차원 공간의 회전과 SO(3)]]
 +
* [[직교군과 직교리대수]]
 
* [[로렌츠 변환과 로렌츠 군]]
 
* [[로렌츠 변환과 로렌츠 군]]
  
52번째 줄: 54번째 줄:
  
 
* http://docs.google.com/leaf?id=0B8XXo8Tve1cxMjJiMDAyZDMtYTMzMi00ZDI1LWE4ZGUtMjc5MjQ4YWY0OGUx&sort=name&layout=list&num=50
 
* http://docs.google.com/leaf?id=0B8XXo8Tve1cxMjJiMDAyZDMtYTMzMi00ZDI1LWE4ZGUtMjc5MjQ4YWY0OGUx&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 매스매티카 파일 목록]
 
 
 
 
 
 
 
 
 
 
 
==수학용어번역==
 
 
*  단어사전<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 대한수학회 수학용어한글화 게시판]
 
 
 
 
 
 
 
 
 
 
 
==사전 형태의 자료==
 
 
* http://ko.wikipedia.org/wiki/
 
* 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]
 
 
 
 
 
 
 
 
==리뷰논문, 에세이, 강의노트==
 
 
 
 
 
 
 
 
 
 
 
  
  
110번째 줄: 60번째 줄:
 
 
 
 
 
[[분류:기하학적 변환]]
 
[[분류:기하학적 변환]]
 +
[[분류:리군과 리대수]]

2013년 3월 13일 (수) 01:48 판

개요

  • 평면에서 원점을 중심으로 각도 \(\theta \) 만큼의 회전시키는 변환 $R_{\theta}: \mathbb{R}^2\to \mathbb{R}^2$은 다음 행렬로 표현된다 \[R_{\theta}=\begin{pmatrix}\cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \end{pmatrix}\]
  • 두 회전변환 $R_{\theta_1}$과 $R_{\theta_2}$의 합성 $R_{\theta_2}\circ R_{\theta_1}$은 또다른 회전변환 \(R_{\theta_1+\theta_2}\)과 같으며, 이는 삼각함수의 덧셈공식을 통해 이해할 수 있다 \[\begin{pmatrix}\cos \theta_1 & -\sin \theta_1 \\ \sin \theta_1 & \cos \theta_1 \end{pmatrix} \begin{pmatrix}\cos \theta_2 & -\sin \theta_2 \\ \sin \theta_2 & \cos \theta_2 \end{pmatrix}=\begin{pmatrix}\cos (\theta_{1}+\theta_{2}) & -\sin (\theta_{1}+\theta_{2}) \\ \sin (\theta_{1}+\theta_{2}) & \cos (\theta_{1}+\theta_{2}) \end{pmatrix}\]
  • 2차원 회전변환들의 집합은 군의 구조를 갖는다
  • 단위원과 평면의 회전변환 군은 군론의 입장에서 같다

 

 

길이의 보존

  • \((x',y')=(x \cos (\theta )-y \sin (\theta ),x \sin (\theta )+y \cos (\theta ) )\)이면, \(x^2+y^2=(x')^2+(y')^2\) 이 성립한다

 

 

역사

 

 

 

메모

 

 

 

관련된 항목들

 

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