\[ \newcommand{\parallelsym}{\mathbin{\!/\mkern-5mu/\!}} \newcommand{\tr}{\operatorname{tr}} \] This is a set of problems with which you can take exercise on linear algebra. Day 1. The problems for the first day are related to: Representation of Linear Transformations. Explain why every linear transformation between finite dimensional vector spaces can be regarded as a matrix. (Hint: Consider bases for domain and codomain of the transformation.) Use matrix multiplication to obtain the formula for \(\sin(\alpha + \beta)\) and \(\cos(\alpha + \beta ).\) (Hint: Consider the transformation …
This is a set of problems with which you can take exercise on multiple integrals and integrals of vector fields. Day 1. The problems for the first day are related to chapter 15. In problem 1-5, evaluate the integrals. \[\int_1^2 \int_{-1}^1 \frac{x}{y^2} \,dx\,dy.\] \[\int_0^{\ln 2} \int_0 ^{\pi/2} e^x\,\cos y \,dy\,dx.\] \[\int_0^2 \int_{y/2}^1 e^{x^2} \,dx\,dy .\] \[\int_0^\pi \int_0^\pi \int_0^\pi \cos(x+y+z) dx\,dy\,dz.\] \[\int_{-1}^1 \int_0^{\sqrt{1-y^2}}\int_0^x (x^2 + y^2) dz\,dx\,dy.\] The following problems 6-10 are related to the definition of multiple integrals, in the …
유한차원 벡터공간 \(V\) 위에서 자기준동형사상 \(T\)가 정의되어 있을 때 \(T\)의 표현행렬은 \(V\)에 어떠한 기저가 주어졌는지에 따라 달라진다. \(V\)와 \( T\)가 적절한 조건을 만족시키면 \(V\)의 기저를 적절히 택하여 \(T\)의 표현행렬이 ‘대단히 좋은 형태’가 되도록 할 수 있다. 이 포스트에서는 벡터공간을 특성부분공간의 직합으로 나타내는 방법과 자기준동형사상을 조르당 표준형으로 나타내는 방법을 살펴본다. 이 포스트에서 다루는 벡터공간은 유한차원 벡터공간인 것으로 약속한다. \[ \newcommand{\Hom}{{\operatorname{Hom}}} \newcommand{\Mat}{{\operatorname{Mat}}} \newcommand{\proj}{{\operatorname{proj}}} \newcommand{\adj}{{\operatorname{adj}}} \newcommand{\Ker}{{\operatorname{Ker}}} \] 특성부분공간을 이용한 분해 이 절에서는 벡터공간 \(V\)에 자기준동형사상 \(T\)가 주어졌을 때, \(T\)에 대한 특성부분공간의 직합으로 \(V\)를 …
정사각행렬의 특성다항식을 이용한 흥미로운 등식을 살펴보자. \(A\)가 이차장사각행렬이고 \[A = \left(\begin{array}{cc} a & b \\ c & d \end{array}\right)\] 일 때 다음이 성립한다. \[A^2 – (a+d)A + (ad-bc)I_2 = O.\] \(A\)의 특성다항식을 \(p(t)\)라고 하고 \(t=A\)를 대입함으로써 위 식은 다음과 같이 간단하게 나타낼 수 있다. \[p(A) = O.\] 이 등식이 성립하는 것은 우연이 아니며, Cayley-Hamilton 정리의 결과이다. 이 포스트에서는 특성다항식의 성질과 \(T\)-불변 공간의 개념을 살펴보고, 이어서 Cayley-Hamilton 정리와 그 증명을 살펴본다. 또한 Cayley-Hamilton 정리와 같은 방법으로 증명할 수 있는 자기준동형사상의 삼각행렬 …
There is no excerpt because this is a protected post.
이 포스트에서는 고윳값과 고유벡터의 개념을 살펴보고 특성다항식을 이용하여 고윳값을 구하는 방법을 살펴봅니다. 또한 에르미트 변환과 유니타리 변환의 개념을 바탕으로 스펙트럼 분해 정리를 살펴봅니다. \[ \newcommand{\parallelsym}{\mathbin{\!/\mkern-5mu/\!}} \] 고윳값과 고유벡터의 뜻 \(V\)가 체 \(K\) 위에서 정의된 벡터공간이고 \(T : V \rightarrow V\)가 선형변환이라고 하자. 그리고 스칼라 \(\lambda \in K\)와 영벡터가 아닌 벡터 \(v\in V\)가 존재하여 \[T(v) = \lambda v\tag{1}\] 을 만족시킨다고 하자. 이때 \(\lambda\)를 \(T\)의 고윳값(eigenvalue)이라고 부른다. 또한 이와 같은 \(\lambda\)에 대하여 등식 (1)을 만족시키는, 영벡터가 아닌 벡터 \(v\)를 \(\lambda\)에 따르는 고유벡터(eigenvector)라고 …