Chapter E Eigenvalues

Total Page:16

File Type:pdf, Size:1020Kb

Chapter E Eigenvalues Chapter E Eigenvalues When we have a square matrix of size n, A, and we multiply it by a vector x from Cn to form the matrix-vector product (Definition MVP), the result is another vector in Cn. So we can adopt a functional view of this computation | the act of multiplying by a square matrix is a function that converts one vector (x) into another one (Ax) of the same size. For some vectors, this seemingly complicated computation is really no more complicated than scalar multiplication. The vectors vary according to the choice of A, so the question is to determine, for an individual choice of A, if there are any such vectors, and if so, which ones. It happens in a variety of situations that these vectors (and the scalars that go along with them) are of special interest. We will be solving polynomial equations in this chapter, which raises the specter of complex numbers as roots. This distinct possibility is our main reason for entertaining the complex numbers throughout the course. You might be moved to revisit Section CNO and Section O. Section EE Eigenvalues and Eigenvectors In this section, we will define the eigenvalues and eigenvectors of a matrix, and see how to compute them. More theoretical properties will be taken up in the next section. Subsection EEM Eigenvalues and Eigenvectors of a Matrix We start with the principal definition for this chapter. Definition EEM Eigenvalues and Eigenvectors of a Matrix Suppose that A is a square matrix of size n, x = 0 is a vector in Cn, and λ is a 6 scalar in C. Then we say x is an eigenvector of A with eigenvalue λ if Ax = λx Before going any further, perhaps we should convince you that such things ever happen at all. Understand the next example, but do not concern yourself with where the pieces come from. We will have methods soon enough to be able to discover these eigenvectors ourselves. Example SEE Some eigenvalues and eigenvectors Consider the matrix 204 98 26 10 280 134− 36− 14 A = 2−716− 348 90 363 472 232− 60− 28 6 7 4− − 5 283 284 Robert Beezer EE x and the vectors 1 3 3 1 1 −4 −7 1 x = y = z = w = 2−2 3 2 103 2 0 3 2−4 3 5 −4 8 0 6 7 6 7 6 7 6 7 Then 4 5 4 5 4 5 4 5 204 98 26 10 1 4 1 280 134− 36− 14 1 4 1 Ax = = = 4 = 4x 2−716− 348 90 363 2−2 3 2−8 3 2−2 3 472 232− 60− 28 5 20 5 6− − 7 6 7 6 7 6 7 so x is an eigenvector4 of A with eigenvalue5 4λ =5 4. 4 5 4 5 Also, 204 98 26 10 3 0 3 280 134− 36− 14 −4 0 −4 Ay = = = 0 = 0y 2−716− 348 90 363 2 103 203 2 103 472 232− 60− 28 −4 0 −4 6− − 7 6 7 6 7 6 7 so y is an eigenvector4 of A with eigenvalue5 4λ = 0.5 4 5 4 5 Also, 204 98 26 10 3 6 3 280 134− 36− 14 −7 −14 −7 Az = = = 2 = 2z 2−716− 348 90 363 2 0 3 2 0 3 2 0 3 472 232− 60− 28 8 16 8 6− − 7 6 7 6 7 6 7 so z is an eigenvector4 of A with eigenvalue5 4λ = 2.5 4 5 4 5 Also, 204 98 26 10 1 2 1 280 134− 36− 14 1 2 1 Aw = = = 2 = 2w 2−716− 348 90 363 2−4 3 2−8 3 2−4 3 472 232− 60− 28 0 0 0 6− − 7 6 7 6 7 6 7 so w is an eigenvector4 of A with eigenvalue5 4λ =5 2. 4 5 4 5 So we have demonstrated four eigenvectors of A. Are there more? Yes, any nonzero scalar multiple of an eigenvector is again an eigenvector. In this example, set u = 30x. Then Au = A(30x) = 30Ax Theorem MMSMM = 30(4x) x an eigenvector of A = 4(30x) Property SMAM = 4u so that u is also an eigenvector of A for the same eigenvalue, λ = 4. The vectors z and w are both eigenvectors of A for the same eigenvalue λ = 2, yet this is not as simple as the two vectors just being scalar multiples of each other (they are not). Look what happens when we add them together, to form v = z + w, and multiply by A, Av = A(z + w) = Az + Aw Theorem MMDAA = 2z + 2w z, w eigenvectors of A = 2(z + w) Property DVAC = 2v so that v is also an eigenvector of A for the eigenvalue λ = 2. So it would appear that the set of eigenvectors that are associated with a fixed eigenvalue is closed under the vector space operations of Cn. Hmmm. The vector y is an eigenvector of A for the eigenvalue λ = 0, so we can use Theorem ZSSM to write Ay = 0y = 0. But this also means that y (A). There would appear to be a connection here also. 2 N 4 EE AFirstCourseinLinearAlgebra 285 x Example SEE hints at a number of intriguing properties, and there are many more. We will explore the general properties of eigenvalues and eigenvectors in Section PEE, but in this section we will concern ourselves with the question of actually computing eigenvalues and eigenvectors. First we need a bit of background material on polynomials and matrices. Subsection PM Polynomials and Matrices A polynomial is a combination of powers, multiplication by scalar coefficients, and addition (with subtraction just being the inverse of addition). We never have occasion to divide when computing the value of a polynomial. So it is with matrices. We can add and subtract matrices, we can multiply matrices by scalars, and we can form powers of square matrices by repeated applications of matrix multiplication. We do not normally divide matrices (though sometimes we can multiply by an inverse). If a matrix is square, all the operations constituting a polynomial will preserve the size of the matrix. So it is natural to consider evaluating a polynomial with a matrix, effectively replacing the variable of the polynomial by a matrix. We will demonstrate with an example. ExamplePM Polynomial of a matrix Let 1 3 2 p(x) = 14 + 19x 3x2 7x3 + x4 D = −1 0 2 − − " 3 1− 1 # − and we will compute p(D). First, the necessary powers of D. Notice that D0 is defined to be the multiplicative identity, I3, as will be the case in general. 1 0 0 0 D = I3 = 0 1 0 "0 0 1# 1 3 2 D1 = D = −1 0 2 " 3 1− 1 # − 1 3 2 1 3 2 2 1 6 D2 = DD1 = −1 0 2 −1 0 2 = −5− 1− 0 " 3 1− 1 #" 3 1− 1 # " 1 8 7# − − − − 1 3 2 2 1 6 19 12 8 D3 = DD2 = −1 0 2 −5− 1− 0 = 4− 15− 8 " 3 1− 1 #" 1 8 7# "−12 4 11 # − − − − 1 3 2 19 12 8 7 49 54 D4 = DD3 = −1 0 2 4− 15− 8 = −5 4 30 " 3 1− 1 #"−12 4 11 # " −49− 47− 43 # − − − Then p(D) = 14 + 19D 3D2 7D3 + D4 − − 1 0 0 1 3 2 2 1 6 = 14 0 1 0 + 19 −1 0 2 3 −5− 1− 0 "0 0 1# " 3 1− 1 # − " 1 8 7# − − − 19 12 8 7 49 54 7 4− 15− 8 + −5 4 30 − "−12 4 11 # " −49− 47− 43 # − − 139 193 166 = −27 98 124 " 193− 118− 20 # − 286 Robert Beezer EE x Notice that p(x) factors as p(x) = 14 + 19x 3x2 7x3 + x4 = (x 2)(x 7)(x + 1)2 − − − − Because D commutes with itself (DD = DD), we can use distributivity of matrix multiplication across matrix addition (Theorem MMDAA) without being careful with any of the matrix products, and just as easily evaluate p(D) using the factored form of p(x), 2 3 4 2 p(D) = 14 + 19D 3D 7D + D = (D 2I3)(D 7I3)(D + I3) − − − − 3 3 2 8 3 2 0 3 2 2 = −1 2 2 −1 7 2 1 1 2 " 3− 1 −1#" 3− 1 −6#" 3 1− 2 # − − − − − 139 193 166 = −27 98 124 " 193− 118− 20 # − This example is not meant to be too profound. It is meant to show you that it is natural to evaluate a polynomial with a matrix, and that the factored form of the polynomial is as good as (or maybe better than) the expanded form. And do not forget that constant terms in polynomials are really multiples of the identity matrix when we are evaluating the polynomial with a matrix. 4 Subsection EEE Existence of Eigenvalues and Eigenvectors Before we embark on computing eigenvalues and eigenvectors, we will prove that every matrix has at least one eigenvalue (and an eigenvector to go with it). Later, in Theorem MNEM, we will determine the maximum number of eigenvalues a matrix may have. The determinant (Definition DM) will be a powerful tool in Subsection EE.CEE when it comes time to compute eigenvalues. However, it is possible, with some more advanced machinery, to compute eigenvalues without ever making use of the determinant. Sheldon Axler does just that in his book, Linear Algebra Done Right. Here and now, we give Axler's \determinant-free" proof that every matrix has an eigenvalue.
Recommended publications
  • Arithmetic Equivalence and Isospectrality
    ARITHMETIC EQUIVALENCE AND ISOSPECTRALITY ANDREW V.SUTHERLAND ABSTRACT. In these lecture notes we give an introduction to the theory of arithmetic equivalence, a notion originally introduced in a number theoretic setting to refer to number fields with the same zeta function. Gassmann established a direct relationship between arithmetic equivalence and a purely group theoretic notion of equivalence that has since been exploited in several other areas of mathematics, most notably in the spectral theory of Riemannian manifolds by Sunada. We will explicate these results and discuss some applications and generalizations. 1. AN INTRODUCTION TO ARITHMETIC EQUIVALENCE AND ISOSPECTRALITY Let K be a number field (a finite extension of Q), and let OK be its ring of integers (the integral closure of Z in K). The Dedekind zeta function of K is defined by the Dirichlet series X s Y s 1 ζK (s) := N(I)− = (1 N(p)− )− I OK p − ⊆ where the sum ranges over nonzero OK -ideals, the product ranges over nonzero prime ideals, and N(I) := [OK : I] is the absolute norm. For K = Q the Dedekind zeta function ζQ(s) is simply the : P s Riemann zeta function ζ(s) = n 1 n− . As with the Riemann zeta function, the Dirichlet series (and corresponding Euler product) defining≥ the Dedekind zeta function converges absolutely and uniformly to a nonzero holomorphic function on Re(s) > 1, and ζK (s) extends to a meromorphic function on C and satisfies a functional equation, as shown by Hecke [25]. The Dedekind zeta function encodes many features of the number field K: it has a simple pole at s = 1 whose residue is intimately related to several invariants of K, including its class number, and as with the Riemann zeta function, the zeros of ζK (s) are intimately related to the distribution of prime ideals in OK .
    [Show full text]
  • 7.2 Binary Operators Closure
    last edited April 19, 2016 7.2 Binary Operators A precise discussion of symmetry benefits from the development of what math- ematicians call a group, which is a special kind of set we have not yet explicitly considered. However, before we define a group and explore its properties, we reconsider several familiar sets and some of their most basic features. Over the last several sections, we have considered many di↵erent kinds of sets. We have considered sets of integers (natural numbers, even numbers, odd numbers), sets of rational numbers, sets of vertices, edges, colors, polyhedra and many others. In many of these examples – though certainly not in all of them – we are familiar with rules that tell us how to combine two elements to form another element. For example, if we are dealing with the natural numbers, we might considered the rules of addition, or the rules of multiplication, both of which tell us how to take two elements of N and combine them to give us a (possibly distinct) third element. This motivates the following definition. Definition 26. Given a set S,abinary operator ? is a rule that takes two elements a, b S and manipulates them to give us a third, not necessarily distinct, element2 a?b. Although the term binary operator might be new to us, we are already familiar with many examples. As hinted to earlier, the rule for adding two numbers to give us a third number is a binary operator on the set of integers, or on the set of rational numbers, or on the set of real numbers.
    [Show full text]
  • 3. Closed Sets, Closures, and Density
    3. Closed sets, closures, and density 1 Motivation Up to this point, all we have done is define what topologies are, define a way of comparing two topologies, define a method for more easily specifying a topology (as a collection of sets generated by a basis), and investigated some simple properties of bases. At this point, we will start introducing some more interesting definitions and phenomena one might encounter in a topological space, starting with the notions of closed sets and closures. Thinking back to some of the motivational concepts from the first lecture, this section will start us on the road to exploring what it means for two sets to be \close" to one another, or what it means for a point to be \close" to a set. We will draw heavily on our intuition about n convergent sequences in R when discussing the basic definitions in this section, and so we begin by recalling that definition from calculus/analysis. 1 n Definition 1.1. A sequence fxngn=1 is said to converge to a point x 2 R if for every > 0 there is a number N 2 N such that xn 2 B(x) for all n > N. 1 Remark 1.2. It is common to refer to the portion of a sequence fxngn=1 after some index 1 N|that is, the sequence fxngn=N+1|as a tail of the sequence. In this language, one would phrase the above definition as \for every > 0 there is a tail of the sequence inside B(x)." n Given what we have established about the topological space Rusual and its standard basis of -balls, we can see that this is equivalent to saying that there is a tail of the sequence inside any open set containing x; this is because the collection of -balls forms a basis for the usual topology, and thus given any open set U containing x there is an such that x 2 B(x) ⊆ U.
    [Show full text]
  • On Certain Relations for C-Closure Operations on an Ordered Semigroup
    International Journal of Pure and Applied Mathematics Volume 92 No. 1 2014, 51-59 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu AP doi: http://dx.doi.org/10.12732/ijpam.v92i1.4 ijpam.eu ON CERTAIN RELATIONS FOR C-CLOSURE OPERATIONS ON AN ORDERED SEMIGROUP Thawhat Changphas Department of Mathematics Faculty of Science Khon Kaen University Khon Kaen, 40002, THAILAND Abstract: In this paper, a relation for C-closure operations on an ordered semigroup is introduced, using this relation regular and simple ordered semi- groups are characterized. AMS Subject Classification: 06F05 Key Words: semigroup, ordered semigroup, ideal, regular ordered semigroup, simple ordered semigroup, C-closure operation 1. Preliminaries It is known that a semigroup S is regular if and only if it satisfies: A ∩ B = AB for all right ideals A and for all left ideals B of S. Using this property, Pondˇel´iˇcek [2] introduced a relation for C-closure operations on S, and studied some types of semigroups using the relation. The purpose of this paper is to extend Pondˇel´iˇcek’s results to ordered semigroups. In fact, we define a relation for C-closure operations on an ordered semigroup, and characterize regular and simple ordered semigroups using the relation. Firstly, let us recall some certain definitions and results which are in [2]. c 2014 Academic Publications, Ltd. Received: November 7, 2013 url: www.acadpubl.eu 52 T. Changphas Let S be a nonempty set. A mapping U:Su(S) → Su(S) (The symbol Su(S) stands for the set of all subsets of S) is called a C-closure operation on S if, for any A, B in Su(S), it satisfies: (i) U(∅) = ∅; (ii) A ⊆ B ⇒ U(A) ⊆ U(B); (iii) A ⊆ U(A); (iv) U(U(A)) = U(A).
    [Show full text]
  • Math 396. Interior, Closure, and Boundary We Wish to Develop Some Basic Geometric Concepts in Metric Spaces Which Make Precise C
    Math 396. Interior, closure, and boundary We wish to develop some basic geometric concepts in metric spaces which make precise certain intuitive ideas centered on the themes of \interior" and \boundary" of a subset of a metric space. One warning must be given. Although there are a number of results proven in this handout, none of it is particularly deep. If you carefully study the proofs (which you should!), then you'll see that none of this requires going much beyond the basic definitions. We will certainly encounter some serious ideas and non-trivial proofs in due course, but at this point the central aim is to acquire some linguistic ability when discussing some basic geometric ideas in a metric space. Thus, the main goal is to familiarize ourselves with some very convenient geometric terminology in terms of which we can discuss more sophisticated ideas later on. 1. Interior and closure Let X be a metric space and A X a subset. We define the interior of A to be the set ⊆ int(A) = a A some Br (a) A; ra > 0 f 2 j a ⊆ g consisting of points for which A is a \neighborhood". We define the closure of A to be the set A = x X x = lim an; with an A for all n n f 2 j !1 2 g consisting of limits of sequences in A. In words, the interior consists of points in A for which all nearby points of X are also in A, whereas the closure allows for \points on the edge of A".
    [Show full text]
  • ALGEBRAIC GROUPS: PART II Contents 4. Constructible Sets 17 5
    ALGEBRAIC GROUPS: PART II EYAL Z. GOREN, MCGILL UNIVERSITY Contents 4. Constructible sets 17 5. Connected components 18 6. Subgroups 20 7. Group actions and linearity versus affine 22 7.1. 24 8. Jordan Decomposition 27 8.1. Recall: linear algebra 27 8.2. Jordan decomposition in linear algebraic groups 30 9. Commutative algebraic groups 35 9.1. Basic decomposition 35 9.2. Diagonalizable groups and tori 35 9.2.1. Galois action 39 9.3. Action of tori on affine varieties 42 9.4. Unipotent groups 44 Date: Winter 2011. 16 ALGEBRAIC GROUPS: PART II 17 4. Constructible sets Let X be a quasi-projective variety, equipped with its Zariski topology. Call a subset C of X locally closed if C = V \ Z, where V is open and Z is closed. We call a subset of X constructible if it is a finite disjoint union of locally closed sets. Example 4.0.1. The set T = (A2 − fx = 0g) [ f(0; 0)g, being dense in A2 is not locally closed (Z would have to contain A2 − fx = 0g), hence would be equal to A2 and T is not open). But T is a constructible set, being the disjoint union of two locally closed sets A2 − fx = 0g (open) with f(0; 0)g (closed). Lemma 4.0.2. The following properties hold: (1) An open set is constructible. (2) A finite intersection of constructible sets is constructible. (3) The complement of a constructible set is constructible. Proof. If C is open then C = C \ X is the intersection of an open set with the closed set X.
    [Show full text]
  • Definition of Closure Property of Addition
    Definition Of Closure Property Of Addition Lakier Kurt predominate, his protozoology operates rekindle beauteously. Constantin is badly saphenous after polytypic Avraham detribalizing his Monterrey flip-flap. Renault prawn loutishly. Washing and multiplication also visit the addition property of the comments that product of doing this property throughout book For simplicity, the product is acknowledge the same regardless of their grouping. The Commutative property states that edge does grit matter. To avoid losing your memory, we finally look these other operations and theorems that are defined for numbers and absent if there some useful analogs in the matrix domain. The sum absent any kid and zero is giving original number. Washing and drying clothes resembles a noncommutative operation; washing and then drying produces a markedly different result to drying and then washing. These cookies will be stored in your browser only with someone consent. Nine problems are provided. The commutativity of slut is observed when paying for maintain item no cash. Closure Property that Addition. Request forbidden by administrative rules. Too Many Requests The client has sent him many requests to the server. We think otherwise have liked this presentation. Lyle asked if the operation of subtraction is associative. Mathematics conducted annually for school students. Georg Waldemar Cantor, copy and paste the text field your bibliography or works cited list. You cannot select hint question if not current study step is not that question. Mometrix Test Preparation provides unofficial test preparation products for a beyond of examinations. Thus, the geometrical and numerical approaches reinforce each chamber in finding area and multiplying numbers.
    [Show full text]
  • INTRODUCTION to REDUCTIVE MONOIDS Introduction to The
    ---- -------------~--- -------- INTRODUCTION TO REDUCTIVE MONOIDS LOUIS SOLOMON* Department of Mathematics University of Wisconsin Madison, WI 53706 U.S. A. For Elsbeth Solomon-Aellig Introduction to the Introduction aim of this paper is to give an introduction to the theory of reductive monoids, well developed branch of semigroup theory with good prospects. It has highly t.r.,·t.•·r~>n problems which, like those in the theory of rf)ductive groups, are rooted the combinatorics of the Weyl group. This theory is the work of Mohan Putcha Lex Renner, who originated it independently around 1980. There are now at 50 papers on the subject- most of them by Putcha and/or Renner, although notably Okninski, have been involved. Their work has been more or less by those who might enjoy it and profit from it. These include workers in order is alphabetic) algebraic groups and related finite groups, algebraic com- !luac•u'·'""' semigroups, and possibly other parts of mathematics. This subject has marketing problem. My estimate, based on some minimal evidence, is that those do algebraic groups are sympathetic but uninterested, those who do algebraic :omoinlat<JrH:s do not know that the subject exists, and those who do semigroups put off by prerequisites which seem formidable. A reductive monoid M is pieced together from its group of units G = G(M) its set of idempotents E = E(M). The group G is a reductive group. The l,li;J.deJnpotE~nt;s are intimately connected to the group structure. Although one c~n see connection in the simplest example, where M is the monoid of all matrices over field and G is the general linear group, it is remarkable that natural questions idempotents lead to all the standard constructs in semisimple Lie theory: parabolic subgroups, Tits building, and so forth.
    [Show full text]
  • Rewriting Abstract Reduction Relations
    A Change in Notation From now on, when we write Γ j= ', 22c:295 Seminar in AI — Decision Procedures we will assume that all the free variables of ' and of each formula in Γ are universally quantified. Rewriting This is done for convenience, but note that it does change the Cesare Tinelli meaning of j= for non-closed formulas. [email protected] Example The University of Iowa Without implicit quantifiers: p(x) 6j= p(y). With the implicit quantifiers: p(x) j= p(y). Copyright 2004-05 — Cesare Tinelli and Clark Barrett. a a These notes were developed from a set of lecture notes originally written by Clark Barrett at New York University. These notes are copyrighted material and may not be used in other course settings outside of the University of Iowa in their current form or modified form without the express written permission of the copyright holders. Spring 04, 22c:295 Notes: Rewriting – p.1/25 Spring 04, 22c:295 Notes: Rewriting – p.3/25 Outline Rewriting • Rewriting Consider the general problem of establishing E j= s = t where E • Termination is a set of equations. • Completion Congruence closure handles the case when all equations are ground. (How?) Sources: There cannot be a simple procedure for the more general case Harrison, John. Introduction to Logic and Automated because first order logic with equality is, in general, undecidable. Theorem Proving. Unpublished manuscript. Used by permission. However, often the kind of equational reasoning needed is straightforward: equations are used in a predictable direction to simplify expressions. Using equations in a directional fashion is called rewriting, and there are indeed cases when this technique gives us a decision procedure.
    [Show full text]
  • On the Structure and Arithmetic of Finitely Primary Monoids
    Czechoslovak Mathematical Journal Alfred Geroldinger On the structure and arithmetic of finitely primary monoids Czechoslovak Mathematical Journal, Vol. 46 (1996), No. 4, 677–695 Persistent URL: http://dml.cz/dmlcz/127327 Terms of use: © Institute of Mathematics AS CR, 1996 Institute of Mathematics of the Czech Academy of Sciences provides access to digitized documents strictly for personal use. Each copy of any part of this document must contain these Terms of use. This document has been digitized, optimized for electronic delivery and stamped with digital signature within the project DML-CZ: The Czech Digital Mathematics Library http://dml.cz Czechoslovak Mathematical Journal, 46 (121) 1996, Praha ON THE STRUCTURE AND ARITHMETIC OF FINITELY PRIMARY MONOIDS ALFRED GEROLDINGER, Graz (Received October 3, 1994) 1. INTRODUCTION T. Tamura initiated the investigations of commutative cancellative archimedian semigroups which were later called N-semigroups by M. Petrich (cf. [Pe, Ta] and the literature cited there). Motivated by problems in ring theory M. Satyanarayana studied commutative semigroups where all proper ideals are primary ([Sa, An]); he called these semigroups primary In order to generalize the classical concept of a divisor theory, F. Halter-Koch con­ sidered commutative cancellative monoids where all non-units are primary ([HK1]); he also used the notion primary monoid. In particular, one-dimensional noetherian domains allow a divisor homomorphism into a coproduct of primary monoids. This makes it possible to study the arithmetic of such domains by studying the arithmetic of primary monoids (cf. [HK2]). It was this application which was the main motiva­ tion for the present paper and in particular our arithmetical results should be seen in this respect.
    [Show full text]
  • Getting Started with Algebra 1 Closure Tables
    Getting Started with Algebra 1 Closure Tables Name ____________________________ ID: 8639 Class ____________________________ In this activity, you will explore: • the properties of some sets under the operations of addition, subtraction, multiplication, and division • the concept of closure and closure tables Open the file Alg1Act30_ClosureTables_EN.tns on your handheld. Listen as your teacher explains what it means for a set to be closed under an operation. Record your answers on the worksheet or as directed by your teacher. Things to Remember… A set is closed under an operation if for any two numbers in the set, the result of the operation is also in the set. This definition will take on more meaning as you explore examples. You can think of a set as a bag of numbered tiles. The set is closed under an operation if you can draw any two tiles from the bag, perform the operation with them, and put the answer back in the bag. Problem 1 – The set {0, 1} Let’s begin with the set {0, 1}. This set has only two elements. Is it closed under multiplication? Make all the multiplication problems you can using two numbers from this set. You can use a number twice. Try the problems in the Calculator application. There are 4 possible multiplication problems. Look at their answers. Do the answers belong to the set {0, 1}? ©2007 Texas Instruments Incorporated Page 1 Getting Started with Algebra 1 Closure tables are a way to organize your work when checking to see if sets are closed under operations. The closure table for {0, 1} under multiplication is shown.
    [Show full text]
  • Vector Spaces
    Vector Spaces Math 240 Definition Properties Set notation Subspaces Vector Spaces Math 240 | Calculus III Summer 2013, Session II Wednesday, July 17, 2013 Vector Spaces Agenda Math 240 Definition Properties Set notation Subspaces 1. Definition 2. Properties of vector spaces 3. Set notation 4. Subspaces Vector Spaces Motivation Math 240 Definition Properties Set notation Subspaces We know a lot about Euclidean space. There is a larger class of n objects that behave like vectors in R . What do all of these objects have in common? Vector addition a way of combining two vectors, u and v, into the single vector u + v Scalar multiplication a way of combining a scalar, k, with a vector, v, to end up with the vector kv A vector space is any set of objects with a notion of addition n and scalar multiplication that behave like vectors in R . Vector Spaces Examples of vector spaces Math 240 Definition Real vector spaces Properties n Set notation I R (the archetype of a vector space) Subspaces I R | the set of real numbers I Mm×n(R) | the set of all m × n matrices with real entries for fixed m and n. If m = n, just write Mn(R). I Pn | the set of polynomials with real coefficients of degree at most n I P | the set of all polynomials with real coefficients k I C (I) | the set of all real-valued functions on the interval I having k continuous derivatives Complex vector spaces n I C, C I Mm×n(C) Vector Spaces Definition Math 240 Definition Properties Definition Set notation A vector space consists of a set of scalars, a nonempty set, V , Subspaces whose elements are called vectors, and the operations of vector addition and scalar multiplication satisfying 1.
    [Show full text]