LINEAR ALGEBRA FALL 2007/08 PROBLEM SET 9 SOLUTIONS In

Total Page:16

File Type:pdf, Size:1020Kb

LINEAR ALGEBRA FALL 2007/08 PROBLEM SET 9 SOLUTIONS In MATH 110: LINEAR ALGEBRA FALL 2007/08 PROBLEM SET 9 SOLUTIONS In the following V will denote a finite-dimensional vector space over R that is also an inner product space with inner product denoted by h ·; · i. The norm induced by h ·; · i will be denoted k · k. 1. Let S be a subset (not necessarily a subspace) of V . We define the orthogonal annihilator of S, denoted S?, to be the set S? = fv 2 V j hv; wi = 0 for all w 2 Sg: (a) Show that S? is always a subspace of V . ? Solution. Let v1; v2 2 S . Then hv1; wi = 0 and hv2; wi = 0 for all w 2 S. So for any α; β 2 R, hαv1 + βv2; wi = αhv1; wi + βhv2; wi = 0 ? for all w 2 S. Hence αv1 + βv2 2 S . (b) Show that S ⊆ (S?)?. Solution. Let w 2 S. For any v 2 S?, we have hv; wi = 0 by definition of S?. Since this is true for all v 2 S? and hw; vi = hv; wi, we see that hw; vi = 0 for all v 2 S?, ie. w 2 S?. (c) Show that span(S) ⊆ (S?)?. Solution. Since (S?)? is a subspace by (a) (it is the orthogonal annihilator of S?) and S ⊆ (S?)? by (b), we have span(S) ⊆ (S?)?. ? ? (d) Show that if S1 and S2 are subsets of V and S1 ⊆ S2, then S2 ⊆ S1 . ? Solution. Let v 2 S2 . Then hv; wi = 0 for all w 2 S2 and so for all w 2 S1 (since ? S1 ⊆ S2). Hence v 2 S1 . (e) Show that ((S?)?)? = S?. ? ? Solution. Applying (d) to (b) with S1 = S and S2 = (S ) , we get ((S?)?)? ⊆ S?: Apply (c) to S?, we get span(S?) ⊆ ((S?)?)? but by (a), span(S?) = S?. Hence we get equality. ? (f) Show that either S \ S must be either the empty set ? or the zero subspace f0V g. ? ? ? Solution. If S \ S 6= ?, then let v 2 S \ S . Since v 2 S , we have hv; wi = 0 2 for all w 2 S. Since v 2 S, in particular, kvk = hv; vi = 0, implying that v = 0V . In ? ? other words, the only vector in S \ S is 0V . So S \ S = f0V g. On the other hand, if ? ? 0V 2= S, then 0V 2= S \ S and so S \ S = ? (if not, then the previous argument gives a contradiction). 2. Let W be a subspace of V . The subspace W ? is called the orthogonal complement of W . (a) Show that V = W ⊕ W ?. ? Solution. Since W and W are both subspaces (the latter by Problem 1(a)), 0V 2 W ? ? and 0V 2 W . So by Problem 1(f), we have that W \W = f0V g. It remains to show that Date: December 9, 2007 (Version 1.0). 1 ? ? W + W = V . Clearly W + W ⊆ V . For the converse, let v 2 V and let fw1;:::; wrg be an orthonormal basis of W . Consider x := hv; w1iw1 + hv; w2iw2 + ··· + hv; wriwr and y := v − x: Clearly x 2 W . We claim that y 2 W ?. For any w 2 W , we could write w = hw; w1iw1 + hw; w2iw2 + ··· + hw; wriwr since fw1;:::; wrg is an orthonormal basis of W . So hy; wi = hv − x; wi = hv; wi − hx; wi D Xr E DXr E = v; hw; wiiwi − hv; wiiwi; w i=1 i=1 Xr Xr = hv; wiihw; wii − hv; wiihwi; wi i=1 i=1 = 0 ? since hw; wii = hwi; wi. Hence v = x + y 2 W + W . (b) Show that W = (W ?)?. Solution. By Problem 1(b), we have W ⊆ (W ?)?. But by (a), we have W ⊕ W ? = V = W ? ⊕ (W ?)? and so dim(W ) + dim(W ?) = dim(W ?) + dim((W ?)?) and so dim(W ) = dim((W ?)?): Hence W = (W ?)?. m×n n m 3. Let A 2 R and regard A : R ! R as a linear transformation in the usual way. Show that nullsp(A>) = (colsp(A))? and rowsp(A) = (nullsp(A))?: Hence deduce that m > R = nullsp(A ) ⊕ colsp(A) and n R = rowsp(A) ⊕ nullsp(A): m n ? Solution. Clearly colsp(A) = fAx 2 R j x 2 R g. So if v 2 (colsp(A)) , then hv;Axi = 0 n for all x 2 R . So hA>v; xi = (A>v)>x = v>Ax = hv;Axi = 0 n > for all x 2 R . In particular, we may pick x = A v to get kA>vk2 = hA>v;A>vi = 0; giving us A>v = 0: Hence v 2 nullsp(A>). Conversely, if v 2 nullsp(A>), then hv;Axi = v>Ax = (A>v)>x = 0>x = 0 2 n ? for all x 2 R . So v 2 (colsp(A)) . This proves the first equality. For the second equality, just note that rowsp(A) = colsp(A>) and apply the first equality to get (colsp(A>))? = nullsp(A); and then apply Problem 2(b) to get rowsp(A) = ((rowsp(A))?)? = (nullsp(A))?: The next two inequalities are immediate consequences of Problem 2(a). n×n n 4. Let A; B 2 R . Let h ·; · i denote the standard inner product on R . n (a) Show that if hAx; yi = 0 for all x; y 2 R , then A = O, the zero matrix. n n Solution. Let fe1;:::; eng be the standard basis of R . Observe that if A = [aij]i;j=1, then > aij = ei Aej = hei;Aeji = hAej; eii = 0 by letting x and y be ei and ej respectively. Since this is true for all i and j, we have that A = O. n (b) Is it true that if hAx; xi = 0 for all x 2 R , then A = O, the zero matrix? 2 n > Solution. Recall notation from Homework 4, Problem 1(d). Let A 2 ^ (R ), ie. A = −A. Then hAx; xi = x>A>x = −x>Ax = −hx;Axi = −hAx; xi; implying that hAx; xi = 0. So any non-zero skew-symmetric matrix would be a counter example. An explicit 2 × 2 example is given by 0 −1 A = : 1 0 n (c) Is it true that if hAx; xi = hBx; xi for all x 2 R , then A = B? Solution. Any two distinct skew-symmetric matrices would provide a counter example. An explicit 2 × 2 example is given by 0 −1 0 0 A = ;B = : 1 0 0 0 n 5. Let B1 = fx1;:::; xng and B2 = fy1;:::; yng be two bases of R . B1 and B2 are not necessarily orthonormal bases. n×n (a) Show that there exists an orthogonal matrix Q 2 R such that Qxi = yi; i = 1; : : : ; n; if and only if hxi; xji = hyi; yji; i; j = 1; : : : ; n: Solution. By a theorem we have proved in the lectures, an orthogonal matrix Q preserves inner product and so satisfies hyi; yji = hQxi;Qxji = hxi; xji: It remains to show that if the latter condition is satisfied, then such an orthogonal matrix may be defined. First, observe that since B1 and B2 are bases, the equations Qxi = yi; i = 1; : : : ; n; 3 1 n defines the matrix Q uniquely . We only need to verify that Q is orthogonal. Let x 2 R and let Xn x = αixi i=1 be the representation of x in terms of B1. Then kQxk2 = hQx;Qxi DXn Xn E = αiQxi; αjQxj i=1 j=1 DXn Xn E = αiyi; αjyj i=1 j=1 Xn Xn = αiαjhyi; yji i=1 j=1 Xn Xn = αiαjhxi; xji i=1 j=1 DXn Xn E = αixi; αjxj i=1 j=1 = hx; xi = kxk2: n Since this is true for all x 2 R , ie. Q preserves norm, the aforementioned theorem in the lectures imply that Q is orthogonal. n×n (b) Show that if B1 is an orthonormal basis and if Q 2 R is an orthogonal matrix, then fQx1;:::;Qxng is also an orthonormal basis. Solution. Clearly Qx1;:::;Qxn are linearly independent since if α1Qx1 + ··· + αnQxn = 0; then Q(α1x1 + ··· + αnxn) = 0; and so > α1x1 + ··· + αnxn = Q 0 = 0 and so α1 = ··· = αn = 0 by the linear independence of x1;:::; xn. Hence fQx1;:::;Qxng n is a basis (since the set has size n = dim(R )). The orthonormality follows from the fact that Q preserves inner product and that x1;:::; xn form an orthonormal basis: ( 0 if i 6= j; hQxi;Qxji = hxi; xji = 1 if i = j: 1 In fact, Q is just the matrix whose coordinate representation with respect to B1 and B2 is the identity matrix, ie. [Q]B1;B2 = I. Explicitly, if we let X and Y be the matrices whose columns are x1;:::; xn and y1;:::; yn respectively, then Q = YX−1. 4.
Recommended publications
  • The Grassmann Manifold
    The Grassmann Manifold 1. For vector spaces V and W denote by L(V; W ) the vector space of linear maps from V to W . Thus L(Rk; Rn) may be identified with the space Rk£n of k £ n matrices. An injective linear map u : Rk ! V is called a k-frame in V . The set k n GFk;n = fu 2 L(R ; R ): rank(u) = kg of k-frames in Rn is called the Stiefel manifold. Note that the special case k = n is the general linear group: k k GLk = fa 2 L(R ; R ) : det(a) 6= 0g: The set of all k-dimensional (vector) subspaces ¸ ½ Rn is called the Grassmann n manifold of k-planes in R and denoted by GRk;n or sometimes GRk;n(R) or n GRk(R ). Let k ¼ : GFk;n ! GRk;n; ¼(u) = u(R ) denote the map which assigns to each k-frame u the subspace u(Rk) it spans. ¡1 For ¸ 2 GRk;n the fiber (preimage) ¼ (¸) consists of those k-frames which form a basis for the subspace ¸, i.e. for any u 2 ¼¡1(¸) we have ¡1 ¼ (¸) = fu ± a : a 2 GLkg: Hence we can (and will) view GRk;n as the orbit space of the group action GFk;n £ GLk ! GFk;n :(u; a) 7! u ± a: The exercises below will prove the following n£k Theorem 2. The Stiefel manifold GFk;n is an open subset of the set R of all n £ k matrices. There is a unique differentiable structure on the Grassmann manifold GRk;n such that the map ¼ is a submersion.
    [Show full text]
  • 2 Hilbert Spaces You Should Have Seen Some Examples Last Semester
    2 Hilbert spaces You should have seen some examples last semester. The simplest (finite-dimensional) ex- C • A complex Hilbert space H is a complete normed space over whose norm is derived from an ample is Cn with its standard inner product. It’s worth recalling from linear algebra that if V is inner product. That is, we assume that there is a sesquilinear form ( , ): H H C, linear in · · × → an n-dimensional (complex) vector space, then from any set of n linearly independent vectors we the first variable and conjugate linear in the second, such that can manufacture an orthonormal basis e1, e2,..., en using the Gram-Schmidt process. In terms of this basis we can write any v V in the form (f ,д) = (д, f ), ∈ v = a e , a = (v, e ) (f , f ) 0 f H, and (f , f ) = 0 = f = 0. i i i i ≥ ∀ ∈ ⇒ ∑ The norm and inner product are related by which can be derived by taking the inner product of the equation v = aiei with ei. We also have n ∑ (f , f ) = f 2. ∥ ∥ v 2 = a 2. ∥ ∥ | i | i=1 We will always assume that H is separable (has a countable dense subset). ∑ Standard infinite-dimensional examples are l2(N) or l2(Z), the space of square-summable As usual for a normed space, the distance on H is given byd(f ,д) = f д = (f д, f д). • • ∥ − ∥ − − sequences, and L2(Ω) where Ω is a measurable subset of Rn. The Cauchy-Schwarz and triangle inequalities, • √ (f ,д) f д , f + д f + д , | | ≤ ∥ ∥∥ ∥ ∥ ∥ ≤ ∥ ∥ ∥ ∥ 2.1 Orthogonality can be derived fairly easily from the inner product.
    [Show full text]
  • Orthogonal Complements (Revised Version)
    Orthogonal Complements (Revised Version) Math 108A: May 19, 2010 John Douglas Moore 1 The dot product You will recall that the dot product was discussed in earlier calculus courses. If n x = (x1: : : : ; xn) and y = (y1: : : : ; yn) are elements of R , we define their dot product by x · y = x1y1 + ··· + xnyn: The dot product satisfies several key axioms: 1. it is symmetric: x · y = y · x; 2. it is bilinear: (ax + x0) · y = a(x · y) + x0 · y; 3. and it is positive-definite: x · x ≥ 0 and x · x = 0 if and only if x = 0. The dot product is an example of an inner product on the vector space V = Rn over R; inner products will be treated thoroughly in Chapter 6 of [1]. Recall that the length of an element x 2 Rn is defined by p jxj = x · x: Note that the length of an element x 2 Rn is always nonnegative. Cauchy-Schwarz Theorem. If x 6= 0 and y 6= 0, then x · y −1 ≤ ≤ 1: (1) jxjjyj Sketch of proof: If v is any element of Rn, then v · v ≥ 0. Hence (x(y · y) − y(x · y)) · (x(y · y) − y(x · y)) ≥ 0: Expanding using the axioms for dot product yields (x · x)(y · y)2 − 2(x · y)2(y · y) + (x · y)2(y · y) ≥ 0 or (x · x)(y · y)2 ≥ (x · y)2(y · y): 1 Dividing by y · y, we obtain (x · y)2 jxj2jyj2 ≥ (x · y)2 or ≤ 1; jxj2jyj2 and (1) follows by taking the square root.
    [Show full text]
  • A Guided Tour to the Plane-Based Geometric Algebra PGA
    A Guided Tour to the Plane-Based Geometric Algebra PGA Leo Dorst University of Amsterdam Version 1.15{ July 6, 2020 Planes are the primitive elements for the constructions of objects and oper- ators in Euclidean geometry. Triangulated meshes are built from them, and reflections in multiple planes are a mathematically pure way to construct Euclidean motions. A geometric algebra based on planes is therefore a natural choice to unify objects and operators for Euclidean geometry. The usual claims of `com- pleteness' of the GA approach leads us to hope that it might contain, in a single framework, all representations ever designed for Euclidean geometry - including normal vectors, directions as points at infinity, Pl¨ucker coordinates for lines, quaternions as 3D rotations around the origin, and dual quaternions for rigid body motions; and even spinors. This text provides a guided tour to this algebra of planes PGA. It indeed shows how all such computationally efficient methods are incorporated and related. We will see how the PGA elements naturally group into blocks of four coordinates in an implementation, and how this more complete under- standing of the embedding suggests some handy choices to avoid extraneous computations. In the unified PGA framework, one never switches between efficient representations for subtasks, and this obviously saves any time spent on data conversions. Relative to other treatments of PGA, this text is rather light on the mathematics. Where you see careful derivations, they involve the aspects of orientation and magnitude. These features have been neglected by authors focussing on the mathematical beauty of the projective nature of the algebra.
    [Show full text]
  • The Orthogonal Projection and the Riesz Representation Theorem1
    FORMALIZED MATHEMATICS Vol. 23, No. 3, Pages 243–252, 2015 DOI: 10.1515/forma-2015-0020 degruyter.com/view/j/forma The Orthogonal Projection and the Riesz Representation Theorem1 Keiko Narita Noboru Endou Hirosaki-city Gifu National College of Technology Aomori, Japan Gifu, Japan Yasunari Shidama Shinshu University Nagano, Japan Summary. In this article, the orthogonal projection and the Riesz re- presentation theorem are mainly formalized. In the first section, we defined the norm of elements on real Hilbert spaces, and defined Mizar functor RUSp2RNSp, real normed spaces as real Hilbert spaces. By this definition, we regarded sequ- ences of real Hilbert spaces as sequences of real normed spaces, and proved some properties of real Hilbert spaces. Furthermore, we defined the continuity and the Lipschitz the continuity of functionals on real Hilbert spaces. Referring to the article [15], we also defined some definitions on real Hilbert spaces and proved some theorems for defining dual spaces of real Hilbert spaces. As to the properties of all definitions, we proved that they are equivalent pro- perties of functionals on real normed spaces. In Sec. 2, by the definitions [11], we showed properties of the orthogonal complement. Then we proved theorems on the orthogonal decomposition of elements of real Hilbert spaces. They are the last two theorems of existence and uniqueness. In the third and final section, we defined the kernel of linear functionals on real Hilbert spaces. By the last three theorems, we showed the Riesz representation theorem, existence, uniqu- eness, and the property of the norm of bounded linear functionals on real Hilbert spaces.
    [Show full text]
  • 8. Orthogonality
    8. Orthogonality In Section 5.3 we introduced the dot product in Rn and extended the basic geometric notions of length and n distance. A set f1, f2, ..., fm of nonzero vectors in R was called an orthogonal set if fi f j = 0 for all i = j, and it{ was proved that} every orthogonal set is independent. In particular, it was observed· that the expansion6 of a vector as a linear combination of orthogonal basis vectors is easy to obtain because formulas exist for the coefficients. Hence the orthogonal bases are the “nice” bases, and much of this chapter is devoted to extending results about bases to orthogonal bases. This leads to some very powerful methods and theorems. Our first task is to show that every subspace of Rn has an orthogonal basis. 8.1 Orthogonal Complements and Projections If v1, ..., vm is linearly independent in a general vector space, and if vm+1 is not in span v1, ..., vm , { } { n } then v1, ..., vm, vm 1 is independent (Lemma 6.4.1). Here is the analog for orthogonal sets in R . { + } Lemma 8.1.1: Orthogonal Lemma n n Let f1, f2, ..., fm be an orthogonal set in R . Given x in R , write { } x f1 x f2 x fm fm+1 = x · 2 f1 · 2 f2 · 2 fm f1 f2 fm − k k − k k −···− k k Then: 1. fm 1 fk = 0 for k = 1, 2, ..., m. + · 2. If x is not in span f1, ..., fm , then fm 1 = 0 and f1, ..., fm, fm 1 is an orthogonal set.
    [Show full text]
  • On the Uniqueness of Representational Indices of Derivations of C*-Algebras
    Pacific Journal of Mathematics ON THE UNIQUENESS OF REPRESENTATIONAL INDICES OF DERIVATIONS OF C∗-ALGEBRAS EDWARD KISSIN Volume 162 No. 1 January 1994 PACIFIC JOURNAL OF MATHEMATICS Vol. 162, No. 1, 1994 ON THE UNIQUENESS OF REPRESENTATIONAL INDICES OF DERIVATIONS OF C*-ALGEBRAS EDWARD KISSIN The paper considers some sufficient conditions for a closed * -derivation of a C* -algebra, implemented by a symmetric operator, to have a unique representational index. 1. Introduction. Let si be a C*-subalgebra of the algebra B(H) of all bounded operators on a Hubert space H, and let a dense *-subalgebra D(δ) of si be the domain of a closed *-derivation δ from sf into B (H). A closed operator S on H implements δ if D(S) is dense in H and if AD(S)CD(S) and δ(S)\D(S) = ι(&4 - AS)bw for all Λ e D{δ). If *S is symmetric (dissipative), it is called a symmetric (dissipative) implementation of δ. If a closed operator Γ extends S and also implements δ, then T is called a 5-extension of S. If 5 has no ^-extension, it is called a maximal implementation of <5. If <J is implemented by a closed operator, it always has an infi- nite set *y(δ) of implementations. However, not much can be said about the structure of *f{δ). We do not even know whether it has maximal implementations. The subsets S*(δ) and 2(δ) of <f{δ) {^(δ) C 3f{δ)), which consist respectively of symmetric and of dis- sipative implementations of δ, are more interesting.
    [Show full text]
  • Lec 33: Orthogonal Complements and Projections. Let S Be a Set of Vectors
    Lec 33: Orthogonal complements and projections. Let S be a set of vectors in an inner product space V . The orthogonal complement ? S to S is the set of vectors2 3 in V orthogonal to all2 vectors3 in S. The orthogonal 1 x complement to the vector 425 in R3 is the set of all 4y5 such that x + 2x + 3z = 0, 3 z i. e. a plane. The set S? is a subspace in V : if u and v are in S?, then au+bv is in S? for any reals a; b. Indeed, for a w in S we have (au + bv; w) = a(u; w) + b(v; w) = 0 since (u; w) = (v; w) = 0. Similarly, if a vector is orthogonal to S, it is orthogonal to W = Span S: S? = W ?. Example 1. Let V = R4, W = Spanfu = [1 1 0 2]; v = [2 0 1 1]; w = [1 ¡ 1 1 ¡ 1]g. Find a basis of W ?. ? By the previous, W consist of vectors x = [x1 x2 x3 x4] such that (x; u) = (x; v) = (x; w) = 0, i. e. x1 + x2 + 2x4 = 0 2x1 + x3 + x4 = 0 : x1 ¡ x2 + x3 ¡ x4 = 0 In other words, W ? is the nullspace of the matrix 2 3 1 1 0 2 A = 42 0 1 15 : 1 ¡1 1 ¡1 Its RREF is 2 1 1 3 1 0 2 2 4 1 3 5 B = 0 1 ¡ 2 2 : 0 0 0 0 Putting r; s free and x3 = 2r, x4 = 2s, we have x = [¡1 1 2 0]r + [¡1 ¡ 3 0 2]s; hence vectors [¡1 1 2 0] and [¡1 ¡ 3 0 2] form a basis in W ?.
    [Show full text]
  • Linear Algebra: Graduate Level Problems and Solutions
    Linear Algebra: Graduate Level Problems and Solutions Igor Yanovsky 1 Linear Algebra Igor Yanovsky, 2005 2 Disclaimer: This handbook is intended to assist graduate students with qualifying examination preparation. Please be aware, however, that the handbook might contain, and almost certainly contains, typos as well as incorrect or inaccurate solutions. I can not be made responsible for any inaccuracies contained in this handbook. Linear Algebra Igor Yanovsky, 2005 3 Contents 1 Basic Theory 4 1.1 Linear Maps . 4 1.2 Linear Maps as Matrices . 4 1.3 Dimension and Isomorphism . 4 1.4 Matrix Representations Redux . 6 1.5 Subspaces . 6 1.6 Linear Maps and Subspaces . 7 1.7 Dimension Formula . 7 1.8 Matrix Calculations . 7 1.9 Diagonalizability . 8 2 Inner Product Spaces 8 2.1 Inner Products . 8 2.2 Orthonormal Bases . 8 2.2.1 Gram-Schmidt procedure . 9 2.2.2 QR Factorization . 9 2.3 Orthogonal Complements and Projections . 9 3 Linear Maps on Inner Product Spaces 11 3.1 Adjoint Maps . 11 3.2 Self-Adjoint Maps . 13 3.3 Polarization and Isometries . 13 3.4 Unitary and Orthogonal Operators . 14 3.5 Spectral Theorem . 15 3.6 Normal Operators . 15 3.7 Unitary Equivalence . 16 3.8 Triangulability . 16 4 Determinants 17 4.1 Characteristic Polynomial . 17 5 Linear Operators 18 5.1 Dual Spaces . 18 5.2 Dual Maps . 22 6 Problems 23 Linear Algebra Igor Yanovsky, 2005 4 1 Basic Theory 1.1 Linear Maps Lemma. If A 2 Matmxn(F) and B 2 Matnxm(F), then tr(AB) = tr(BA): Pn Proof.
    [Show full text]
  • Geometric Algebra: an Introduction with Applications in Euclidean and Conformal Geometry
    San Jose State University SJSU ScholarWorks Master's Theses Master's Theses and Graduate Research Fall 2013 Geometric Algebra: An Introduction with Applications in Euclidean and Conformal Geometry Richard Alan Miller San Jose State University Follow this and additional works at: https://scholarworks.sjsu.edu/etd_theses Recommended Citation Miller, Richard Alan, "Geometric Algebra: An Introduction with Applications in Euclidean and Conformal Geometry" (2013). Master's Theses. 4396. DOI: https://doi.org/10.31979/etd.chd4-za3f https://scholarworks.sjsu.edu/etd_theses/4396 This Thesis is brought to you for free and open access by the Master's Theses and Graduate Research at SJSU ScholarWorks. It has been accepted for inclusion in Master's Theses by an authorized administrator of SJSU ScholarWorks. For more information, please contact [email protected]. GEOMETRIC ALGEBRA: AN INTRODUCTION WITH APPLICATIONS IN EUCLIDEAN AND CONFORMAL GEOMETRY A Thesis Presented to The Faculty of the Department of Mathematics and Statistics San Jos´eState University In Partial Fulfillment of the Requirements for the Degree Master of Science by Richard A. Miller December 2013 ⃝c 2013 Richard A. Miller ALL RIGHTS RESERVED The Designated Thesis Committee Approves the Thesis Titled GEOMETRIC ALGEBRA: AN INTRODUCTION WITH APPLICATIONS IN EUCLIDEAN AND CONFORMAL GEOMETRY by Richard A. Miller APPROVED FOR THE DEPARTMENT OF MATHEMATICS AND STATISTICS SAN JOSE´ STATE UNIVERSITY December 2013 Dr. Richard Pfiefer Department of Mathematics and Statistics Dr. Richard Kubelka Department of Mathematics and Statistics Dr. Wasin So Department of Mathematics and Statistics ABSTRACT GEOMETRIC ALGEBRA: AN INTRODUCTION WITH APPLICATIONS IN EUCLIDEAN AND CONFORMAL GEOMETRY by Richard A. Miller This thesis presents an introduction to geometric algebra for the uninitiated.
    [Show full text]
  • Hilbert Spaces
    Chapter 3 Hilbert spaces Contents Introduction .......................................... ............. 3.2 Innerproducts....................................... ............... 3.2 Cauchy-Schwarzinequality . ................ 3.2 Inducednorm ........................................ .............. 3.3 Hilbertspace......................................... .............. 3.4 Minimum norm optimization problems . ............. 3.5 Chebyshevsets ....................................... .............. 3.5 Projectors ........................................... ............. 3.6 Orthogonality .......................................... ............ 3.6 Orthogonalcomplements ................................. ............... 3.11 Orthogonalprojection ................................... ............... 3.12 Directsum........................................... ............. 3.13 Orthogonalsets ....................................... .............. 3.14 Gram-Schmidtprocedure . ................. 3.15 Approximation......................................... ............. 3.17 Normalequations ...................................... .............. 3.17 Grammatrices......................................... ............. 3.18 Orthogonalbases ..................................... ............... 3.18 Approximation and Fourier series . ................. 3.18 Linearvarieties ........................................ ............. 3.20 Dualapproximationproblem ............................... ............... 3.20 Applications..........................................
    [Show full text]
  • Sign Variation, the Grassmannian, and Total Positivity 3
    SIGN VARIATION, THE GRASSMANNIAN, AND TOTAL POSITIVITY STEVEN N. KARP Abstract. The totally nonnegative Grassmannian is the set of k-dimensional subspaces V of Rn whose nonzero Pl¨ucker coordinates all have the same sign. Gantmakher and Krein (1950) and Schoenberg and Whitney (1951) independently showed that V is totally nonneg- ative iff every vector in V , when viewed as a sequence of n numbers and ignoring any zeros, changes sign at most k − 1 times. We generalize this result from the totally nonnegative Grassmannian to the entire Grassmannian, showing that if V is generic (i.e. has no zero Pl¨ucker coordinates), then the vectors in V change sign at most m times iff certain sequences of Pl¨ucker coordinates of V change sign at most m − k + 1 times. We also give an algorithm which, given a non-generic V whose vectors change sign at most m times, perturbs V into a generic subspace whose vectors also change sign at most m times. We deduce that among all V whose vectors change sign at most m times, the generic subspaces are dense. These results generalize to oriented matroids. As an application of our results, we characterize when a generalized amplituhedron construction, in the sense of Arkani-Hamed and Trnka (2013), is well defined. We also give two ways of obtaining the positroid cell of each V in the totally nonnegative Grassmannian from the sign patterns of vectors in V . 1. Introduction and main results n The (real) Grassmannian Grk,n is the set of k-dimensional subspaces of R .
    [Show full text]