Processing math: 100%
Orthogonal Transformation
·
Physics/수리물리
Rotation2 dimesion Cartesian coordinate에 점 (x,y)가 주어졌다고 하자. 이때 기존 좌표계를 원점을 기준으로 반시계 방향으로 θ만큼 회전했을 때 기존 점의 좌표와 변경된 점의 좌표 (x,y)는 다음의 관계식을 통해 기술된다. (xy)=(cosθsinθsinθcosθ)(xy) 이때 $$S = \begin{pmatrix} \cos \theta & \sin \theta \\ - \sin \theta &..
Cross Product
·
Physics/수리물리
Cross ProductDefinition 1. Let A,B be vectors. The cross product of A and B is defined as A×B=(|A||B|sinθ)ˆec where ˆec is the unit vector to be perpendicular to the plane of A and B, such that A,B, and C form a right-handed system.Remark. Let A,BR3. Then Ci=j,kεijkAjBk equivale..
Functions of Matrices
·
Physics/수리물리
Definition 1. Let AMn(F). Then we defineeA=n=01n!An,sin(A)=n=0(1)n(2n+1)!A2n+1,cos(A)=n=0(1)n(2n)!A2n.
Direct Product
·
Physics/수리물리
두 행렬 A,BM2(R)을 가져오자. 이때 AB=(A11BA12BA21BA22B)와 같이 정의되는 연산 를 direct product라고 부른다. 즉 위 예시에서 두 행렬의 direct 곱의 결과값은 4×4 행렬이다.
Derivatives of Determinants
·
Physics/수리물리
Invertible n×n matrix A의 determinant는 어떤 i에 대해 다음과 같이 주어진다. det(A)=nj=1(1)i+jAijdet(~Aij)Aij를 variable로 선언한다면 det(A)Aij들로 이루어진 함수다. xAij들에 dependent하는 어떤 변수라고 한다면 det(A)x에 대해 미분한 결과는 chain rule과 components of the inverse of a matrix를 구하는 공식에 의해 다음과 같이 얻어진다. $$\frac{d \det(A)}{dx} = \sum_{i, j} \frac{\partial \..
Commutator
·
Physics/수리물리
CommutatorDefinition 1. Let A and B be the square matrices with the same size. The commutator [A,B] of A and B is defined by [A,B]=ABBA.
Permutation and Levi-Civita Symbol
·
Physics/수리물리
PermutationDefinition 1. A permutation of a set A is a function ϕ:AA that is bijective. Remark. Let denote the function composition στ for permutations σ, τ by στ. Then στ is bijective.임의의 자연수 n에 대해 집합 A={1,2,...,n}가 주어져 있다. 이때 A의 permutation, 즉 치환은 각 자연수를 다른 자연수로 보내는 작용을 하는 함수이며, 한마디로 순서를 바꿔주는 함수이다. Symmetri..
Basic Properties of Complex Numbers
·
Physics/수리물리
Complex NumberDefinition 1. A complex number is an ordered pair of two real numbers, (a,b). We define addition of two complex numbers z1=(x1,y1),z2=(x2,y2) as z1+z2=(x1,y1)+(x2,y2)=(x1+x2,y1+y2), and also define multiplication as z1z2=(x1,y1)(x2,y2)=(x1x2y1y2,x1y2+x2y1). Let Define i by i=(0,1). Note that $i^2..
Binomial Theorem
·
Physics/수리물리
Binomial Series정수 m에 대하여 함수 f(x)=(1+x)m를 고려하자. 이때 remainder 항을 포함하여 f(x)를 power series로 작성하면 다음과 같다. (1+x)m=1+mx+m(m1)2!x2++Rn 이때 RnRn=xnn!(1+ξ)mnm(m1)(mn+1)이고, ξ[0,x]이다. 정의역을 x0으로 제한하자. n>m인 경우에 대하여 (1+ξ)mnξ=0일 때 최댓값 1을 가진다. 따라서 $|R_n| \leq \frac{x^n}{n!} |m(m-1) \cdots ..
Taylor Series
·
Physics/수리물리
Taylor Series함수 f(x)axb에서 continuous nth derivative를 가진다고 가정하자. 이때 다음의 적분을 계산하자. $$\int_a^x f^{(n)}(x_1)dx_1 = f^{(n-1)}(x_1) \Big|_a^x = f^{(n-1)}(x) - f^{(n-1)}(a), \\     \int_a^x dx_2 \int_a^{x_2} f^{(n)}(x_1)dx_1 = \int_a^x dx_2 \left[ f^{(n-1)}(x_2) - f^{(n-1)}(a) \right] \\ = f^{(n-2)}(x) - f^{(n-2)}(a) - (x-a) f^{(n-1)}(a), \\     \int_a^x dx_3 \int_a^{x_3} dx_2 \int_..