벡터의 직교분해를 이용하여 코시-슈바르츠 부등식을 증명해 보자. \(V\)가 벡터공간이고 \(\mathbf{u},\,\mathbf{v}\in V\)라고 하자. 만약 \(\mathbf{u}\)와 \(\mathbf{v}\) 중 하나 이상이 \(\mathbf{0}\)이면 자명하게 \[ \lvert \langle \mathbf{u} ,\, \mathbf{v} \rangle \rvert \le \lVert \mathbf{u} \rVert \lVert \mathbf{v} \rVert \tag{1}\] 를 얻는다. 그러므로 \(\mathbf{u}\)와 \(\mathbf{v}\) 중 어느것도 \(\mathbf{0}\)이 아니라고 가정하자. 그리고 \[\mathbf{w} = \mathbf{u} – \frac{\langle \mathbf{u} ,\, \mathbf{v} \rangle}{\lVert \mathbf{v} \rVert^2} \mathbf{v} \tag{2}\] 라고 하자. 그러면 \(\mathbf{u}\)는 …
Linear Algebra
This set of exercises is retrieved from the eighth chapter of Linear Algebra by Robert J. Valenza. Note that these solutions are not fully elaborated; You have to fill the descriptions by yourself. Problem 8.1 Using the recursive definition given in the proof of the existence of determinant, systematically evaluate the determinant of the following matrix: \[A=\begin{pmatrix}1&2&1\\0&1&1\\1&0&2\end{pmatrix}.\] Solution. \[\begin{aligned} \det (A) &= 1 \cdot …
This set of exercises is retrieved from the seventh chapter of Linear Algebra by Robert J. Valenza. Note that these solutions are not fully elaborated; You have to fill the descriptions by yourself. Problem 7.1 In \(\mathbb{R}^3,\) compute the inner product of \((1,\,2,\,-1)\) and \((2,\,1,\,4).\) What is the length of each vector? What is the angle between these vectors? Solution. The lengths of given …
This set of exercises is retrieved from the sixth chapter of Linear Algebra by Robert J. Valenza. Note that these solutions are not fully elaborated; You have to fill the descriptions by yourself. Problem 6.1 Let \(T:\mathbb{R}^2 \rightarrow \mathbb{R}\) be a linear transformation and suppose that \(T(1,\,1)=5\) and \(T(0,\,1)=2.\) Find \(T(x_1,\,x_2)\) for all \(x_1,\) \(x_2 \in \mathbb{R}.\) Solution. Suppose \((x_1 ,\,x_2 )\) be given. …
This set of exercises is retrieved from the fifth chapter of Linear Algebra by Robert J. Valenza. Note that these solutions are not fully elaborated; You have to fill the descriptions by yourself. Problem 5.1 Solve the following matrix equation for \(x,\) \(y,\) \(z\) and \(w.\) \[ \begin{pmatrix} 1&2 \\ 0&1 \end{pmatrix} \begin{pmatrix} x&y \\ z&w \end{pmatrix} = \begin{pmatrix} 10&2 \\ 4&2 \end{pmatrix} \] …
This set of exercises is retrieved from the fourth chapter of Linear Algebra by Robert J. Valenza. Note that these solutions are not fully elaborated; You have to fill the descriptions by yourself. Problem 4.1 Let \(v_1 ,\) \(\cdots ,\) \(v_n \) be linearly independent family in a vector space \(V.\) Show that if \(i\ne j,\) then \(v_i \ne v_j .\) In other words, …
This set of exercises is retrieved from the third chapter of Linear Algebra by Robert J. Valenza. Note that these solutions are not fully elaborated; You have to fill the descriptions by yourself. Problem 3.1 Show that the solution set \(W\) of vectors \((x_1 ,\,x_2 )\) in \(\mathbb{R}^2\) satisfying the equation \[x_1 + 8x_2 = 0\] is a subspace of \(\mathbb{R}^2 .\) Solution. The …
This set of exercises is retrieved from the second chapter of Linear Algebra by Robert J. Valenza. Note that these solutions are not fully elaborated; You have to fill the descriptions by yourself. Problem 2.1 Give an example of a noncommutative group of \(24\) elements. Solution. \(S_4 .\) Problem 2.2 Give an example of a group \(G\) and a nonempty subset \(H\) of \(G\) …
This set of exercises is retrieved from the second chapter of Linear Algebra by Robert J. Valenza. Note that these solutions are not fully elaborated; You have to fill the descriptions by yourself. Problem 1.1 Find the sets \(S,\) \(T\) and \(U\) and functions \(f: S \rightarrow T\) and \(g: T \rightarrow U\) such that \(g \circ f\) is injective, but \(g\) is not …
\(3\)차원 공간에 서로 다른 두 점 \(P,\) \(S\)와 벡터 \(\textbf{v}\)가 주어졌다고 하자. 그리고 점 \(S\)를 지나고 \(\textbf{v}\)와 평행한 직선을 \(\ell\)이라고 하자. 이때 \(P\)와 \(\ell\) 사이의 거리 \(d\)는 다음과 같은 방법으로 구할 수 있다. \[d = \frac{\lvert \overrightarrow{PS} \times \textbf{v}\rvert}{\lvert\textbf{v}\rvert}.\tag{1}\] 평행사변형의 인접한 두 변이 각각 \(\overrightarrow{PS},\) \(\textbf{v}\)와 평행하고, 두 변의 길이가 각각 \(\vert\overrightarrow{PS}\lvert,\) \(\lvert\textbf{v}\vert\)와 같을 때, 이 평행사변형의 넓이는 두 벡터의 외적의 크기인 \(\lvert \overrightarrow{PS} …