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

수학노트
둘러보기로 가기 검색하러 가기
잔글 (찾아 바꾸기 – “<h5>” 문자열을 “==” 문자열로)
5번째 줄: 5번째 줄:
 
 
 
 
  
<h5>개요</h5>
+
==개요</h5>
  
 
*  평면에서 원점을 중심으로 각도 <math>\theta </math> 만큼의 회전변환은 다음 행렬로 표현된다<br><math>\begin{pmatrix}\cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \end{pmatrix}</math><br>
 
*  평면에서 원점을 중심으로 각도 <math>\theta </math> 만큼의 회전변환은 다음 행렬로 표현된다<br><math>\begin{pmatrix}\cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \end{pmatrix}</math><br>
16번째 줄: 16번째 줄:
 
 
 
 
  
<h5>길이의 보존</h5>
+
==길이의 보존</h5>
  
 
* <math>(x',y')=(x \cos (\theta )-y \sin (\theta ),x \sin (\theta )+y \cos (\theta ) )</math>이면, <math>x^2+y^2=(x')^2+(y')^2</math> 이 성립한다
 
* <math>(x',y')=(x \cos (\theta )-y \sin (\theta ),x \sin (\theta )+y \cos (\theta ) )</math>이면, <math>x^2+y^2=(x')^2+(y')^2</math> 이 성립한다
24번째 줄: 24번째 줄:
 
 
 
 
  
<h5>역사</h5>
+
==역사</h5>
  
 
 
 
 
35번째 줄: 35번째 줄:
 
 
 
 
  
<h5>메모</h5>
+
==메모</h5>
  
 
 
 
 
45번째 줄: 45번째 줄:
 
 
 
 
  
<h5>관련된 항목들</h5>
+
==관련된 항목들</h5>
  
 
* [[삼각함수에는 왜 공식이 많은가?]]
 
* [[삼각함수에는 왜 공식이 많은가?]]
55번째 줄: 55번째 줄:
 
 
 
 
  
<h5>매스매티카 파일 및 계산 리소스</h5>
+
==매스매티카 파일 및 계산 리소스</h5>
  
 
* 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
90번째 줄: 90번째 줄:
 
 
 
 
  
<h5>사전 형태의 자료</h5>
+
==사전 형태의 자료</h5>
  
 
* http://ko.wikipedia.org/wiki/
 
* http://ko.wikipedia.org/wiki/
102번째 줄: 102번째 줄:
 
 
 
 
  
<h5>리뷰논문, 에세이, 강의노트</h5>
+
==리뷰논문, 에세이, 강의노트</h5>
  
 
 
 
 
110번째 줄: 110번째 줄:
 
 
 
 
  
<h5>관련논문</h5>
+
==관련논문</h5>
  
 
* http://www.jstor.org/action/doBasicSearch?Query=
 
* http://www.jstor.org/action/doBasicSearch?Query=
120번째 줄: 120번째 줄:
 
 
 
 
  
<h5>관련도서</h5>
+
==관련도서</h5>
  
 
*  도서내검색<br>
 
*  도서내검색<br>
 
** http://books.google.com/books?q=
 
** http://books.google.com/books?q=
 
** http://book.daum.net/search/contentSearch.do?query=
 
** http://book.daum.net/search/contentSearch.do?query=

2012년 10월 31일 (수) 09:04 판

이 항목의 수학노트 원문주소

 

 

==개요

  • 평면에서 원점을 중심으로 각도 \(\theta \) 만큼의 회전변환은 다음 행렬로 표현된다
    \(\begin{pmatrix}\cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \end{pmatrix}\)
  • \(\theta_1\)과 \(\theta_2\) 만큼 회전시키는 두 회전변환을 합성하면, \(\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\) 이 성립한다

 

 

==역사

 

 

 

==메모

 

 

 

==관련된 항목들

 

 

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

 

 

 

수학용어번역

 

 

 

==사전 형태의 자료

 

 

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

 

 

 

==관련논문

 

 

==관련도서