4.1 Vectors in Rn

Total Page:16

File Type:pdf, Size:1020Kb

4.1 Vectors in Rn Chapter 4: Vector Spaces. 4.1 Vectors in Rn. 4.1 Vectors in Rn. Objective: Represent a vector in the plane as a directed line segment. Objective: Perform basic vector operations in R2 and represent them graphically. Objective: Perform basic vector operations in Rn. Prove basic properties about vectors and their operations in Rn. In physics and engineering, a vector is an object with magnitude and direction and represented graphically by a directed line segment. In mathematics we have a much more general definition of a vector. Geometrically, a vector in the plane is represented by a directed line segment with its initial point at the origin and its terminal (final) point at (x1, x2). The same ordered pair used to represent the terminal point is used to represent the vector. That is, x = (x1, x2). The coordinates x1 and x2 are called the components of the vector x. Two vectors u = (u1, u2) and v = (v1, v2) are equal iff u1 = v1 and u2 = v2. Vector operations in R2 def Vector Addition: u + v = (u1, u2) + (v1, v2) (u1 + v1, u2 + v2). def Scalar Multiplication: cu = c(u1, u2) (cu1, cu2). Negative: –u (–u1, –u2). Notice that –u = (–1)u. Subtraction: u – v u + (–v) = (u1, u2) + (–v1, –v2) = (u1 – v1, u2 – v2). The zero vector in R2 is 0 = (0, 0). p. 73 Chapter 4: Vector Spaces. 4.1 Vectors in Rn. Examples Let u = (2, 4) and v = (–4, 1). Illustrate the following graphically. u = (2, 4), v = (–4, 1), u + v = (–2, 5), 1.5u = (3, 6), – v = (4, –1), v – u = (–6, –3) p. 74 Chapter 4: Vector Spaces. 4.1 Vectors in Rn. Theorem 4.1 Properties of Vector Addition and Scalar Multiplication in the Plane (R2) Let u, v, and w be vectors in R2, and let c and d be scalars. 1) u + v is a vector in R2. Closure under addition 2) u + v = v + u Commutative property of addition 3) (u + v) + w = u + (v + w) Associative property of addition 4) u + 0 = u Existence of additive identity 5) u + (–u) = 0 Existence of additive inverses 6) cv is a vector in R2. Closure under scalar multiplication 7) c(u + v) = cu + cv Distributive property over vector addition 8) (c + d)u = cu + du Distributive property over scalar addition 9) c(du) = (cd)u Associative property 10) 1u = u Multiplicative identity property Proof of (3): Associative property of addition (u + v) + w = [(u1, u2) + (v1, v2)] + (w1, w2) = (u1 + v1, u2 + v2) + (w1, w2) Definition of vector addition = ((u1 + v1) + w1, (u2 + v2) + w2) Definition of vector addition = (u1 + (v1 + w1), u2 + (v2 + w2)) Assoc. prop. of addition of real numbers = (u1, u2) + (v1 + w1, v2 + w2) Definition of vector addition = (u1, u2) + [(v1, v2) + (w1, w2)] Definition of vector addition = u + (v + w) p. 75 Chapter 4: Vector Spaces. 4.1 Vectors in Rn. Proof of (8): Distributive property of scalar multiplication over real number addition (c + d)u = (c + d)(u1, u2) = ((c + d)u1, (c + d)u2) Definition of scalar multiplication = (cu1 + du1, cu2 + du2) Distributive property of real numbers = (cu1, cu2) + (du1, du2) Definition of vector addition = c(u1, u2) + d(u1, u2) Definition of scalar multiplication = cu + du To add (1, 4) + (2, –2) in Mathematica, type {1,4}+{2,-2} You can also assign a variable by typing u={1,4} You can perform scalar multiplication by 3u or 3*u To add (1, 4) + (2, –2) on the TI-89, you can type 1,4+2,-2 or 14+2-2 You can also assign a variable by typing 1,4.U You can perform scalar multiplication by 3u or 3u Vector operations in Rn We can generalize from the 2-dimensional plane R2 to an n-space Rn of ordered n-tuples. For example, R1 = R = set of all real numbers; R2 = 2-space = set of all ordered pairs of real numbers; R3 = 3-space = set of all ordered triplesdef of real numbers.\ n An n-tuple (x1, x2, …, xn) can be viewed as a point in R with the xi as its coordinates, or as a vector with the xi as its components. The standard vector operations in Rn are Vector Addition: u + v = (u1, u2, …, un) + (v1, v2, …, vn) (u1 + v1, u2 + v2, …, un + vn). Scalar Multiplication: cu = c(u1, u2, …, un) (cu1, cu2, …, cun). Negative: –u (–u1, –u2, …, –un). Notice that –u = (–1)u. Subtraction: u – v u + (–v) = (u1, u2, …, un) + (–v1, –v2, …, –vn) = (u1 – v1, u2 – v2, …, un – vn). The zero vector in Rn is 0 = (0, 0, …, 0). p. 76 Chapter 4: Vector Spaces. 4.1 Vectors in Rn. Theorem 4.2 Properties of Vector Addition and Scalar Multiplication in the Plane (Rn) Let u, v, and w be vectors in Rn, and let c and d be scalars. 1) u + v is a vector in Rn. Closure under addition 2) u + v = v + u Commutative property of addition 3) (u + v) + w = u + (v + w) Associative property of addition 4) u + 0 = u Existence of additive identity 5) u + (–u) = 0 Existence of additive inverses 6) cv is a vector in Rn. Closure under scalar multiplication 7) c(u + v) = cu + cv Distributive property over vector addition 8) (c + d)u = cu + du Distributive property over scalar addition 9) c(du) = (cd)u Associative property 10) 1u = u Multiplicative identity property The vector 0 is called the additive identity in Rn and –v is the additive inverse of v. Theorem 4.3 Properties of Vector Addition and Scalar Multiplication in Rn Let v be a vector in Rn and let c be a scalar. Then 1) The additive identity is unique. That is, if v + u = v, then u = 0. 2) The additive inverse of v is unique. That is, if v + u = 0, then u = –v. 3) 0v = 0 4) c0 = 0 5) If cv = 0, then c = 0 or v = 0. 6) –(–v) = v Proof of (1): Uniqueness of the additive identity v + u = v Given (v + u) + (–v) = v + (–v) Add –v to both sides (u + v) + (–v) = v + (–v) Commutative property u + (v + (–v)) = v + (–v) Associative property u + 0 = 0 Additive inverse u = 0 Additive identity p. 77 Chapter 4: Vector Spaces. 4.1 Vectors in Rn. Proof of (2): Uniqueness of the additive inverse v + u = 0 Given (–v) + (v + u) = (–v) + 0 Add –v to both sides [(–v) + v] + u = (–v) + 0 Associative property 0 + u = (–v) + 0 Additive inverse u + 0 = (–v) + 0 Commutative property u = –v Additive identity p. 78 Chapter 4: Vector Spaces. 4.2 Vector Spaces. 4.2 Vector Spaces. Objective: Define a vector space and recognize some important examples of vector spaces. Objective: Show that a given set is not a vector space. (Optional) Theorem 4.2 listed ten properties of vector addition and scalar multiplication in Rn. However, there are many other sets (Cn, sets of matrices, polynomials, functions) besides Rn that can be given suitable definitions of vector addition and scalar multiplication so that they too satisfy the same ten properties. Hence, one branch of mathematics, linear algebra, can study all of these. Definition of a Vector Space Let V be a set on which two operations (vector addition and scalar multiplication) are defined. If the axioms listed below are satisfied for every u, v, and w in V and every scalar c and d in a given field F (usually, F = R or F = C), then V is called a vector space over F. 1) u + v is in V. Closure under addition 2) u + v = v + u Commutative property * 3) (u + v) + w = u + (v + w) Associative property 4) V has a zero vector 0 such that Existence of additive identity for every u in V, u + 0 = u 5) For every u in V, there is a vector Existence of additive inverses (opposites) denoted by –u such that u + (–u) = 0 6) cv is a vector in V. Closure under scalar multiplication 7) c(u + v) = cu + cv Distributive property over vector addition 8) (c + d)u = cu + du Distributive property over scalar addition 9) c(du) = (cd)u Associative property 10) 1u = u Scalar identity Notice that a vector space actually consists of four entities: a set V of vectors, a field F of scalars, and two defined operations (vector additiondef and scalar multiplication). Be sure all four entities are clearly understood. (For example, I could keep the set V of vectors, the field F of scalars, the same definition of scalar multiplication, but change the definition of how to add vectors and end up with a different vector space, or end up with something that is no longer a vector space.) Examples of Vector Spaces. (Unless otherwise stated, assume the field is R.) R2 with the standard operations * u + v = (u1, u2) + (v1, v2) (u1 + v1, u2 + v2). cu = c(u1, u2) (cu1, cu2). 0 = (0, 0) –u = (–u1, –u2) Rn with the standard operations. Note that this includes R2, which is just R with the usual addition and multiplication. Cn over the field C with the standard operations p. 79 Chapter 4: Vector Spaces. 4.2 Vector Spaces. More Examples of Vector Spaces. (Unless otherwise stated, assume the field is R.) The vector space M2,3of all 23 real matrices with the standard operations a11 a12 a13 b11 b12 b13 a11 b11 a12 b12 a13 b13 A + B = + = a21 a22 a23 b21 b22 b23 a21 b21 a22 b22 a23 b23 ca11 ca12 ca13 and cA = c = ca 21 ca 22 ca 23 The vector space Mm,n of all mn real matrices with the standard operations.
Recommended publications
  • Algebraic Structure of Genetic Inheritance 109
    BULLETIN (New Series) OF THE AMERICAN MATHEMATICAL SOCIETY Volume 34, Number 2, April 1997, Pages 107{130 S 0273-0979(97)00712-X ALGEBRAIC STRUCTURE OF GENETIC INHERITANCE MARY LYNN REED Abstract. In this paper we will explore the nonassociative algebraic struc- ture that naturally occurs as genetic information gets passed down through the generations. While modern understanding of genetic inheritance initiated with the theories of Charles Darwin, it was the Augustinian monk Gregor Mendel who began to uncover the mathematical nature of the subject. In fact, the symbolism Mendel used to describe his first results (e.g., see his 1866 pa- per Experiments in Plant-Hybridization [30]) is quite algebraically suggestive. Seventy four years later, I.M.H. Etherington introduced the formal language of abstract algebra to the study of genetics in his series of seminal papers [9], [10], [11]. In this paper we will discuss the concepts of genetics that suggest the underlying algebraic structure of inheritance, and we will give a brief overview of the algebras which arise in genetics and some of their basic properties and relationships. With the popularity of biologically motivated mathematics continuing to rise, we offer this survey article as another example of the breadth of mathematics that has biological significance. The most com- prehensive reference for the mathematical research done in this area (through 1980) is W¨orz-Busekros [36]. 1. Genetic motivation Before we discuss the mathematics of genetics, we need to acquaint ourselves with the necessary language from biology. A vague, but nevertheless informative, definition of a gene is simply a unit of hereditary information.
    [Show full text]
  • MGF 1106 Learning Objectives
    Learning Objectives L01 Set Concepts and Subsets (2.1, 2.2) 1. Indicate sets by the description method, roster method, and by using set builder notation. 2. Determine if a set is well defined. 3. Determine if a set is finite or infinite. 4. Determine if sets are equal, equivalent, or neither. 5. Find the cardinal number of a set. 6. Determine if a set is equal to the empty set. 7. Use the proper notation for the empty set. 8. Give an example of a universal set and list all of its subsets and all of its proper subsets. 9. Properly use notation for element, subset, and proper subset. 10. Determine if a number represents a cardinal number or an ordinal number. 11. Be able to determine the number of subsets and proper subsets that can be formed from a universal set without listing them. L02 Venn Diagrams and Set Operations (2.3, 2.4) 1. Determine if sets are disjoint. 2. Find the complement of a set 3. Find the intersection of two sets. 4. Find the union of two sets. 5. Find the difference of two sets. 6. Apply several set operations involved in a statement. 7. Determine sets from a Venn diagram. 8. Use the formula that yields the cardinal number of a union. 9. Construct a Venn diagram given two sets. 10. Construct a Venn diagram given three sets. L03 Equality of Sets; Applications of Sets (2.4, 2.5) 1. Determine if set statements are equal by using Venn diagrams or DeMorgan's laws.
    [Show full text]
  • Instructional Guide for Basic Mathematics 1, Grades 10 To
    REPORT RESUMES ED 016623 SE 003 950 INSTRUCTIONAL GUIDE FOR BASIC MATHEMATICS 1,GRADES 10 TO 12. BY- RICHMOND, RUTH KUSSMANN LOS ANGELES CITY SCHOOLS, CALIF. REPORT NUMBER X58 PUB DATE 66 EDRS PRICE MF -$0.25 HC-61.44 34P. DESCRIPTORS- *CURRICULUM DEVELOPMENT,*MATHEMATICS, *SECONDARY SCHOOL MATHEMATICS, *TEACHING GUIDES,ARITHMETIC, COURSE CONTENT, GRADE 10, GRADE 11, GRADE 12,GEOMETRY, LOW ABILITY STUDENTS, SLOW LEARNERS, STUDENTCHARACTERISTICS, LOS ANGELES, CALIFORNIA, THIS INSTRUCTIONAL GUIDE FORMATHEMATICS 1 OUTLINES CONTENT AND PROVIDES TEACHINGSUGGESTIONS FOR A FOUNDATION COURSE FOR THE SLOW LEARNER IN THESENIOR HIGH SCHOOL. CONSIDERATION HAS BEEN GIVEN IN THEPREPARATION OF THIS DOCUMENT TO THE STUDENT'S INTERESTLEVELS AND HIS ABILITY TO LEARN. THE GUIDE'S PURPOSE IS TOENABLE THE STUDENTS TO UNDERSTAND AND APPLY THE FUNDAMENTALMATHEMATICAL ALGORITHMS AND TO ACHIEVE SUCCESS ANDENJOYMENT IN WORKING WITH MATHEMATICS. THE CONTENT OF EACH UNITINCLUDES (1) DEVELOPMENT OF THE UNIT, (2)SUGGESTED TEACHING PROCEDURES, AND (3) STUDENT EVALUATION.THE MAJOR PORTION OF THE MATERIAL IS DEVOTED TO THE FUNDAMENTALOPERATIONS WITH WHOLE NUMBERS. IDENTIFYING AND CLASSIFYING ELEMENTARYGEOMETRIC FIGURES ARE ALSO INCLUDED. (RP) WELFARE U.S. DEPARTMENT OFHEALTH, EDUCATION & OFFICE OF EDUCATION RECEIVED FROM THE THIS DOCUMENT HAS BEENREPRODUCED EXACTLY AS POINTS OF VIEW OROPINIONS PERSON OR ORGANIZATIONORIGINATING IT. OF EDUCATION STATED DO NOT NECESSARILYREPRESENT OFFICIAL OFFICE POSITION OR POLICY. INSTRUCTIONAL GUIDE BASICMATHEMATICS I GRADES 10 to 12 LOS ANGELES CITY SCHOOLS Division of Instructional Services Curriculum Branch Publication No. X-58 1966 FOREWORD This Instructional Guide for Basic Mathematics 1 outlines content and provides teaching suggestions for a foundation course for the slow learner in the senior high school.
    [Show full text]
  • Advanced Discrete Mathematics Mm-504 &
    1 ADVANCED DISCRETE MATHEMATICS M.A./M.Sc. Mathematics (Final) MM-504 & 505 (Option-P3) Directorate of Distance Education Maharshi Dayanand University ROHTAK – 124 001 2 Copyright © 2004, Maharshi Dayanand University, ROHTAK All Rights Reserved. No part of this publication may be reproduced or stored in a retrieval system or transmitted in any form or by any means; electronic, mechanical, photocopying, recording or otherwise, without the written permission of the copyright holder. Maharshi Dayanand University ROHTAK – 124 001 Developed & Produced by EXCEL BOOKS PVT. LTD., A-45 Naraina, Phase 1, New Delhi-110 028 3 Contents UNIT 1: Logic, Semigroups & Monoids and Lattices 5 Part A: Logic Part B: Semigroups & Monoids Part C: Lattices UNIT 2: Boolean Algebra 84 UNIT 3: Graph Theory 119 UNIT 4: Computability Theory 202 UNIT 5: Languages and Grammars 231 4 M.A./M.Sc. Mathematics (Final) ADVANCED DISCRETE MATHEMATICS MM- 504 & 505 (P3) Max. Marks : 100 Time : 3 Hours Note: Question paper will consist of three sections. Section I consisting of one question with ten parts covering whole of the syllabus of 2 marks each shall be compulsory. From Section II, 10 questions to be set selecting two questions from each unit. The candidate will be required to attempt any seven questions each of five marks. Section III, five questions to be set, one from each unit. The candidate will be required to attempt any three questions each of fifteen marks. Unit I Formal Logic: Statement, Symbolic representation, totologies, quantifiers, pradicates and validity, propositional logic. Semigroups and Monoids: Definitions and examples of semigroups and monoids (including those pertaining to concentration operations).
    [Show full text]
  • An Elementary Approach to Boolean Algebra
    Eastern Illinois University The Keep Plan B Papers Student Theses & Publications 6-1-1961 An Elementary Approach to Boolean Algebra Ruth Queary Follow this and additional works at: https://thekeep.eiu.edu/plan_b Recommended Citation Queary, Ruth, "An Elementary Approach to Boolean Algebra" (1961). Plan B Papers. 142. https://thekeep.eiu.edu/plan_b/142 This Dissertation/Thesis is brought to you for free and open access by the Student Theses & Publications at The Keep. It has been accepted for inclusion in Plan B Papers by an authorized administrator of The Keep. For more information, please contact [email protected]. r AN ELEr.:ENTARY APPRCACH TC BCCLF.AN ALGEBRA RUTH QUEAHY L _J AN ELE1~1ENTARY APPRCACH TC BC CLEAN ALGEBRA Submitted to the I<:athematics Department of EASTERN ILLINCIS UNIVERSITY as partial fulfillment for the degree of !•:ASTER CF SCIENCE IN EJUCATION. Date :---"'f~~-----/_,_ffo--..i.-/ _ RUTH QUEARY JUNE 1961 PURPOSE AND PLAN The purpose of this paper is to provide an elementary approach to Boolean algebra. It is designed to give an idea of what is meant by a Boclean algebra and to supply the necessary background material. The only prerequisite for this unit is one year of high school algebra and an open mind so that new concepts will be considered reason­ able even though they nay conflict with preconceived ideas. A mathematical science when put in final form consists of a set of undefined terms and unproved propositions called postulates, in terrrs of which all other concepts are defined, and from which all other propositions are proved.
    [Show full text]
  • Abstract Algebra: Monoids, Groups, Rings
    Notes on Abstract Algebra John Perry University of Southern Mississippi [email protected] http://www.math.usm.edu/perry/ Copyright 2009 John Perry www.math.usm.edu/perry/ Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States You are free: to Share—to copy, distribute and transmit the work • to Remix—to adapt the work Under• the following conditions: Attribution—You must attribute the work in the manner specified by the author or licen- • sor (but not in any way that suggests that they endorse you or your use of the work). Noncommercial—You may not use this work for commercial purposes. • Share Alike—If you alter, transform, or build upon this work, you may distribute the • resulting work only under the same or similar license to this one. With the understanding that: Waiver—Any of the above conditions can be waived if you get permission from the copy- • right holder. Other Rights—In no way are any of the following rights affected by the license: • Your fair dealing or fair use rights; ◦ Apart from the remix rights granted under this license, the author’s moral rights; ◦ Rights other persons may have either in the work itself or in how the work is used, ◦ such as publicity or privacy rights. Notice—For any reuse or distribution, you must make clear to others the license terms of • this work. The best way to do this is with a link to this web page: http://creativecommons.org/licenses/by-nc-sa/3.0/us/legalcode Table of Contents Reference sheet for notation...........................................................iv A few acknowledgements..............................................................vi Preface ...............................................................................vii Overview ...........................................................................vii Three interesting problems ............................................................1 Part .
    [Show full text]
  • Properties & Multiplying a Polynomial by a Monomial Date
    Algebra I Block Name Unit #1: Linear Equations & Inequalities Period Lesson #2: Properties & Multiplying a Polynomial by a Monomial Date Properties In algebra, it is important to know certain properties. These properties are basically rules that allow us to manipulate and work with equations in order to solve for a given variable. We will be dealing with them all year, and you’ve probably actually been using them for awhile without even realizing it! The Commutative Property deals with the order of things. In other words, if I switch the order of two or more items, will my answer be the same? The Commutative Property of Addition states that when it comes to adding two different numbers, the order does . The Commutative Property of Multiplication states that when it comes to multiplying two different numbers, the order does . When it comes to subtracting and dividing numbers, the order matter, so there are no commutative properties for subtraction or division. The Associative Property deals with how things are grouped together. In other words, if I regroup two or more numbers, will my answer still be the same? Just like the commutative property, the associative property applies to addition and multiplication only. There are Identity Properties that apply all four basic operations. When it comes to identity properties, just ask yourself “What can I do to keep the answer the same?” The identity property of addition states that if I add to anything, it will stay the same. The same is true for subtraction. The identity property of multiplication states that if I multiply anything by _______, it will stay the same.
    [Show full text]
  • Vector Spaces
    Chapter 1 Vector Spaces Linear algebra is the study of linear maps on finite-dimensional vec- tor spaces. Eventually we will learn what all these terms mean. In this chapter we will define vector spaces and discuss their elementary prop- erties. In some areas of mathematics, including linear algebra, better the- orems and more insight emerge if complex numbers are investigated along with real numbers. Thus we begin by introducing the complex numbers and their basic✽ properties. 1 2 Chapter 1. Vector Spaces Complex Numbers You should already be familiar with the basic properties of the set R of real numbers. Complex numbers were invented so that we can take square roots of negative numbers. The key idea is to assume we have i − i The symbol was√ first a square root of 1, denoted , and manipulate it using the usual rules used to denote −1 by of arithmetic. Formally, a complex number is an ordered pair (a, b), the Swiss where a, b ∈ R, but we will write this as a + bi. The set of all complex mathematician numbers is denoted by C: Leonhard Euler in 1777. C ={a + bi : a, b ∈ R}. If a ∈ R, we identify a + 0i with the real number a. Thus we can think of R as a subset of C. Addition and multiplication on C are defined by (a + bi) + (c + di) = (a + c) + (b + d)i, (a + bi)(c + di) = (ac − bd) + (ad + bc)i; here a, b, c, d ∈ R. Using multiplication as defined above, you should verify that i2 =−1.
    [Show full text]
  • Associative Property of Multiplication to find Products?
    8.2 Associative Property ALGEBRA of Multiplication ? Essential Question How can you use the Associative Property of Multiplication to find products? Texas Essential Knowledge and Skills Number and Operations—3.4.F Recall facts to multiply up to 10 by 10 with automaticity and recall the corresponding division facts; 3.4.K Solve one-step and two-step problems involving multiplication and division within 100 How can you use the Associative Property of Algebraic Reasoning—3.5.B Represent and solve one- Multiplication to find and two-step multiplication and division problems within 100 products? Also 3.4.D, 3.4.G, 3.5.D MATHEMATICAL PROCESSES 3.1.E Create and use representations 3.1.G Display, explain, and justify mathematical ideas and arguments Are You Ready? Access Prior Knowledge Use the Are You Ready? 8.2 in the Assessment Guide to assess students’ Lesson Opener understanding of the prerequisite skills Making Connections for this lesson. Invite students to tell you what they know about different modes of transportation. Explain to students that the Mole Mountain Express described in the problem is like a Vocabulary taxi, shuttle, or bus. Associative Property of Multiplication Have you ever taken a taxi, a shuttle, or a bus? What was it like? Have you ever taken Go to Multimedia eGlossary at bags with you on a trip? How many? thinkcentral.com Using the Digital Lesson You may wish to model the stated problem with students using pictures or manipulatives, such as counters. Learning Task What is the problem the students are trying to solve? Connect the story to the problem.
    [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]
  • De Morgan's Laws Revisited: to Be AND/OR NOT to Be
    Paper PO25 De Morgan’s Laws Revisited: To Be AND/OR NOT To Be Raoul A. Bernal, Amgen, Inc., Thousand Oaks, CA ABSTRACT De Morgan's Laws, named for the nineteenth century British mathematician and logician Augustus De Morgan (1806- 1871), are powerful rules of Boolean algebra and set theory that relate the three basic set operations (union, intersection and complement) to each other. If A and B are subsets of a universal set U, de Morgan’s laws state that (A ∪ B) ' = A' ∩ B' (A ∩ B) ' = A' ∪ B' where ∪ denotes the union (OR), ∩ denotes the intersection (AND) and A' denotes the set complement (NOT) of A in U, i.e., A' = U\A. The first law simply states that an element not in A ∪ B is not in A' and not in B'. Conversely, it also states that an element not in A' and not in B' is not in A ∪ B. The second law simply states that an element not in A ∩ B is not in A' or not in B'. Conversely, it also states that an element not in A' or not in B' is not in A ∩ B. This paper will demonstrate how the de Morgan’s Laws can be used to simplify complicated Boolean IF and WHERE expressions in SAS code. Using a specific example, the correctness of the simplified SAS code is verified using direct proof and tautology table. An actual SAS example with simple clinical data will be executed to show the equivalence and correctness of the results. INTRODUCTION In general, for any collection of subsets, de Morgan’s Laws are as follows: Theorem.
    [Show full text]
  • 1.3 Properties of Addition and Multiplication 15 1.3 Lesson Lesson Tutorials
    Properties of Addition 1.3 and Multiplication Does the order in which you perform an operation matter? 1 ACTIVITY: Does Order Matter? Work with a partner. Place each statement in the correct oval. a. Fasten 5 shirt buttons. b. Put on a shirt and tie. c. Fill and seal an envelope. d. Floss your teeth. e. Put on your shoes. f. Chew and swallow. Order Matters Order Doesn’t Matter Think of some math problems using the four operations where order matters and some where order doesn’t matter. Commute When you commute the positions you switch their positions. of two stuffed animals on a shelf, 2 ACTIVITY: Commutative Properties Work with a partner. a. Which of the following are true? ? ? 3 + 5 = 5 + 3 3 − 5 = 5 − 3 ? ? 9 × 3 = 3 × 9 9 ÷ 3 = 3 ÷ 9 b. The true equations show the Commutative Properties of Addition and Multiplication. Why are they called “commutative?” Write the properties. 14 Chapter 1 Expressions and Number Properties Associate You have two best friends. Sometimes And sometimes you associate you associate with one of them. with the other. 3 ACTIVITY: Associative Properties Work with a partner. a. Which of the following are true? ? ? 8 + (3 + 1) = (8 + 3) + 1 8 − (3 − 1) = (8 − 3) − 1 ? ? 12 × (6 × 2) = (12 × 6) × 2 12 ÷ (6 ÷ 2) = (12 ÷ 6) ÷ 2 b. The true equations show the Associative Properties of Addition and Multiplication. Why are they called “associative?” Write the properties. 4. IN YOUR OWN WORDS Does the order in which you perform an operation matter? 5. MENTAL MATH Explain how you can use the Commutative and Associative Properties of Addition to add the sum in your head.
    [Show full text]