Practice Makes Perfect Linear Algebra: With 500 Exercises
Book 33 of 67: Practice Makes PerfectMccune, Sandra Luna|Clark, William
New - Soft cover
Condition: New
Ships from Germany to U.S.A.
Quantity: Over 20 available
Add to basketCondition: New
Quantity: Over 20 available
Add to basketDieser Artikel ist ein Print on Demand Artikel und wird nach Ihrer Bestellung fuer Sie gedruckt. Presents concepts with application to natural sciences, engineering, economics, computer science, and other branches of mathematics.KlappentextExpert instruction and plenty of practice to reinforce advanced math skills.
Seller Inventory # 594343853
Expert instruction and plenty of practice to reinforce advanced math skills
In this chapter, you will learn:
* Systems of linear equations
* General systems of linear equations
* Matrices
* Row transformations and equivalence of matrices
* Row-echelon form
* Homogeneous systems
This chapter provides some basic terminology associated with systems of linear equations and matrices and presents methods for solving linear systems. As you will see, systems of linear equations and matrices go hand-in-hand.
Systems of linear equations
A linear equation is an equation of the form a1x1 + a2x2 + ... anxn = c1 where there are n unknowns (variables), x1, x2, ..., xn, and a1, a2, ..., an and c1 are known constants. An equation is linear if all the variables occur to the first power only and if there are no products or quotients of variables. A solution of a linear equation a1x1 + a2x2 + ... + anxn = c1 in n unknowns is an ordered list of n numbers s1, s2, ..., sn that satisfy the equation when x1 = s1, x2, = s2, ..., xn = sn. In linear algebra you will need to simultaneously solve linear equations in several variables. You likely have seen two basic algebraic methods of solving simultaneous equations. An example of each method is shown for a quick review.
The equation of a linear function in two variables has several forms but for the purposes of this chapter, the form ax + by = c is preferred. You know from elementary algebra that the graph of such a linear equation is a line. When you encounter two linear equations, the basic question underlying a simultaneous solution is "What are the coordinates of the point of intersection, if any, of the two lines that are the graphs of the two equations?" This question has three possible answers. If the two lines do not intersect, there is no solution; if the two lines intersect, there is only one solution, an ordered pair (x, y); and if the two lines are equivalent versions of the same line, then there are infinitely many solutions: an infinite set of ordered pairs. This same idea carries over to systems of m equations in n unknowns. That is,
Given a system of m equations and n unknowns, only one of the following three possibilities for a solution to the system occurs:
1. There is no solution.
2. There is exactly one solution.
3. There are infinitely many solutions.
If there is no solution to the system, the system is inconsistent. If there is at least one solution to the system, the system is consistent.
When you are solving two linear equations in two variables (a 2 x 2 system), an example of the standard form of writing them together is
2x - y = 1
x + y = 2
Figures 1.1, 1.2, and 1.3 graphically show the three possible outcomes for a 2 x 2 system of equations.
You solve the 2 x 2 system when you answer the question: "What are the coordinates of the point of intersection, if any, of the two lines that are the graphs of the two equations?"
Method 1: Substitution. This method requires you to solve one equation for one of the variables in terms of the other variable, and then use substitution to solve the system.
[MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
SOLUTION Solve the first equation for y in terms of x:
2x = y = 0
2x = y
Substitute 2x for y into the second equation and solve for x:
x + (2x) = 3
x = 1
Substitute 1 for x into the second equation and solve for y:
1 + y = 3
y = 2
The solution is x = 1 and y = 2. That is, the two lines intersect at the point (1, 2).
Method 2: Elimination of a variable. This method involves multiplying the equations by constants to create opposites as coefficients of one variable so that it can be eliminated by adding the two equations.
PROBLEM Solve the system.
5x + 2y = 3
2x + 3y = -1
SOLUTION To eliminate y, multiply the first equation by 3 and the second equation by -2:
[MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
Add the resulting two equations and solve for x:
[MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
Substitute 1 for x into one of the original equations and solve for y:
[MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
The solution is x = 1 and y = -1. That is, the two lines intersect at the point (1, -1).
You can use the two methods exemplified above to solve systems of several linear equations in several variables, but linear algebra is a study of more powerful ways of solving systems of equations. Solving systems of equations is elevated to answering more sophisticated questions than "Where do lines intersect?" Moreover, solving such systems is basic to the study of linear algebra. Chapter 2 presents a discussion of the algebra of matrices and methods of solving simultaneous equations using that algebra. As you might expect, the solution(s) of 2 x 2 systems are ordered pairs; 3 x 3 systems, ordered triples; 4 x 4 systems, ordered quadruples; and, in general, n x n systems, ordered n-tuples.
General systems of linear equations
The simple 1 x 2 linear system ax + by = c with nonzero coefficients has infinitely many solutions whose graph is a straight line. The solutions can be written as (x, y), where [MATHEMATICAL NOT REPRODUCIBLE IN ASCII]. The variable x is a free variable, meaning its value is unrestricted. The variable y is dependent on x because substituting any value for x will produce a corresponding value for y. By letting x = t, you can represent the solutions in parametric form as x = t, [MATHEMATICAL NOT REPRODUCIBLE IN ASCII], where the arbitrary number t is called a parameter. Similar parametric substitutions are made if you have several free variables.
PROBLEM Solve the following system: -2x + 5y = 4z = 0
SOLUTION Solve for one variable in terms of the other two:
[MATHEMATICAL NOT REPRODUCIBLE IN ASCII], where y and z are free variables. In parametric form, the solution is [MATHEMATICAL NOT REPRODUCIBLE IN ASCII], y = s and z = t, where s and t are arbitrary.
A system of linear equations can have any number of equations and any number of variables. The solution to many such systems involves free variables.
Here are examples of systems of linear equations.
[MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
Matrices
A matrix is a rectangular array of elements. Matrices are used as convenient ways of organizing selected sets of data. A matrix consists of rows and columns of elements within brackets and its size (dimensions) is determined by the number of rows and columns. The notation m x n (read "m by n") is used to indicate a matrix's size where m is its number of rows and n is its number of columns. For example the following is a 2 x 3 matrix. The subscript on the brackets is a useful way of indicating a matrix's size.
[MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
If a matrix has only one row or one column, it is a row matrix or a column matrix. Row and column matrices are also called row and column vectors, respectively.
A matrix is a square matrix if the number of rows is equal to the number of columns. The main diagonal of a square matrix is the diagonal from the upper left element to the lower right element. An identity matrix, denoted by the letter I, is a square matrix all of whose main diagonal elements are 1s and the remaining elements are 0s. For example, [MATHEMATICAL NOT REPRODUCIBLE IN ASCII] is the 2 x 2 identity matrix.
Note: Commonly, a matrix's main diagonal is called simply its diagonal.
A matrix all of whose elements are 0s is called a zero matrix, 0mxn.
Two matrices are equal if and only if they are the same size and their corresponding elements are equal. For example,
[MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
Row transformations and equivalence of matrices
Two matrices are equivalent if one is obtained from the other by using one or more of the following row transformations:
1. Multiply each element of a row by the same nonzero constant.
2. Interchange any two rows.
3. Add a nonzero constant multiple of the elements of one row to the corresponding elements of another row.
Here are convenient notations for the three types of row transformations:
1. Multiply row i by the constant c: cRi
2. Interchange rows i and j: Ri [left and right arrow] Rj
3. Add c times row i to row j: cRi + Rj
Note: Equivalence is not to be confused with equality. The symbol ~ is used to indicate equivalence.
Column transformations are similar, but only row transformations will be used for the examples and problems.
These concepts are presented at this time because judicious use of these ideas enable you to reduce a matrix that represents a given system of equations to an equivalent matrix in which the solution to its corresponding reduced system of equations is obvious or at least simpler to solve. Systems of equations corresponding to equivalent matrix representations all have the same solution set, so the solution to the reduced system of equations is the solution to the original system as well.
For the system of equations [MATHEMATICAL NOT REPRODUCIBLE IN ASCII] the matrix [MATHEMATICAL NOT REPRODUCIBLE IN ASCII] is the coefficient matrix and the matrix [MATHEMATICAL NOT REPRODUCIBLE IN ASCII] is the augmented matrix of the system. Augmented matrices for larger systems of equations are similarly constructed.
The following examples illustrate the reduction process.
PROBLEM Solve the system: [MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
SOLUTION Form the augmented matrix [MATHEMATICAL NOT REPRODUCIBLE IN ASCII] and do the indicated row transformations:
[MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
and [MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
The reduced equivalent system is now [MATHEMATICAL NOT REPRODUCIBLE IN ASCII], for which the solution x = 2 and y = 1 is obvious. Equivalent systems all have the same solution set, so this solution is the solution to the original system as well.
PROBLEM Solve the system: [MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
SOLUTION Form the augmented matrix and do the indicated row transformations:
[MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
The solution is x = 5, y = 1, and z = 2. You can check the solution by substituting these values into the original equations. The calculations (5)-2(-1)+3(2) =1, (5)+3(-1)-(2) = 4, and 2(5)+ (-1)-2(-2) = 13 verify the solution.
The underlying idea behind using row transformations is to transform the coefficient matrix as closely as possible to an upper triangular matrix whose diagonal elements are all 1s. This result will then make the solution simpler to determine. This idea is formalized in the next section. (See Chapter 4 for a discussion of upper triangular matrices).
Note: Graphing calculators have built-in functions that will do row transformations. Intelligent use of these calculators will save valuable time and take the tedium out of calculations. Solving simultaneous equations with the use of a graphing calculator is detailed in Chapter 3.
Row-echelon form
A matrix is in row-echelon form if it satisfies the following three conditions.
1. If there are any rows of all zeros, then they are the lower (bottom) rows of the matrix.
2. If a row does not consist of all zeros, then its first (leftmost) nonzero entry is 1. This 1 is called a leading 1.
3. In any two successive rows, neither of which consists of all zeros, the leading 1 of the lower row is to the right of the leading 1 of the row above.
A matrix is in reduced row-echelon form if it satisfies items 1â€"3 and in addition satisfies the following fourth condition.
4. If a column contains a leading 1, then all the other entries of that column are zero.
Reducing the augmented matrix for a system to row-echelon form is called Gaussian elimination. Continuing the reduction to reduced row-echelon form is called Gauss-Jordan elimination.
The matrix [MATHEMATICAL NOT REPRODUCIBLE IN ASCII] is in row-echelon form and the matrix [MATHEMATICAL NOT REPRODUCIBLE IN ASCII] is in reduced row-echelon form. These forms are desired because the solutions of augmented systems are readily obtained if the system has been reduced to one of these forms.
PROBLEM Use Gauss-Jordan elimination to solve the system:
[MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
SOLUTION Form the augmented matrix [MATHEMATICAL NOT REPRODUCIBLE IN ASCII] and do the indicated row transformations:
[MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
Note: Read the symbol "[??]" as implies that.
Remark: This transformation process can be shortened at times by doing two things at a time, but doing more than two things at a time is discouraged due to the greater chance of errors.
PROBLEM Solve the given system.
[MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
SOLUTION
[MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
Form the augmented matrix and do the indicated row transformations:
[MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
Form the augmented matrix and do the indicated row transformations:
[MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
There are infinitely many solutions. For instance, one solution is z = -1, x = 8, y = 4.
[MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
There is no solution because the last row corresponds to the equation 0x + 0y + 0z = 1, which of course is not valid.
Tip: Whenever a row of zeros appears in the coefficient matrix and a nonzero element is the constant in that row, the system is inconsistent.
Form the augmented matrix and do the indicated row transformations:
[MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
Form the augmented matrix and do the indicated row transformations:
[MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
Note: See Chapter 3 for calculator methods for solving systems of linear equations using Gauss-Jordan elimination.
Homogeneous systems
A system equations is said to be homogeneous if the constant terms are all zero. The system has the form
[MATHEMATICAL NOT REPRODUCIBLE IN ASCII]
Such systems are special because of the solution possibilities. Every homogeneous system always has a solution because x1 = 0, x2 = 0, xn = 0 is a solution, called the trivial solution. Any other solution is a nontrivial solution. In fact, there are only two possibilities for solutions.
(Continues...)
Excerpted from Practice Makes Perfect Linear Algebraby Sandra Luna McCune William D. Clark Copyright © 2013 by The McGraw-Hill Companies, Inc.. Excerpted by permission of McGraw-Hill Companies, Inc.. All rights reserved. No part of this excerpt may be reproduced or reprinted without permission in writing from the publisher.
Excerpts are provided by Dial-A-Book Inc. solely for the personal use of visitors to this web site.
"About this title" may belong to another edition of this title.
Instructions for revocation/
Standard Business Terms and customer information/ data protection declaration
Revocation right for consumers
(A ?consumer? is any natural person who concludes a legal transaction which, to an overwhelming extent, cannot be attributed to either his commercial or independent professional activities.)
Instructions for revocation
Revocation right
You have the right to revoke this contract within one month without specifying any reasons.
The revocation period is one month...
If you are a consumer you can withdraw from the contract in accordance with the following. Consumer means any natural person who is acting for purposes which are outside his trade, business, craft or profession.
Information regarding the right of withdrawal
Statutory right to withdraw
You have the right to withdraw from this contract within 14 days without giving any reason.
The withdrawal period will expire after 14 days from the day on which you acquire, or a third party other than the carrier and indicated by you acquires, physical possession of the last good or the last lot or piece.
To exercise the right of withdrawal, electronically fill in and submit a clear statement on our website, under "My Purchases" in "My Account". We will communicate to you an acknowledgement of receipt of such a withdrawal on a durable medium (e.g. by e-mail) without delay.
To meet the withdrawal deadline, it is sufficient for you to send your communication concerning your exercise of the right of withdrawal before the withdrawal period has expired.
Effects of withdrawal
If you withdraw from this contract, we will reimburse to you all payments received from you, including the costs of delivery (except for the supplementary costs arising if you chose a type of delivery other than the least expensive type of standard delivery offered by us).
We may make a deduction from the reimbursement for loss in value of any goods supplied, if the loss is the result of unnecessary handling by you.
We will make the reimbursement without undue delay, and not later than 14 days after the day on which we are informed about your decision to withdraw from this contract.
We will make the reimbursement using the same means of payment as you used for the initial transaction, unless you have expressly agreed otherwise; in any event, you will not incur any fees as a result of such reimbursement.
We may withhold reimbursement until we have received the goods back, or you have supplied evidence of having sent back the goods, whichever is the earliest.
You shall send back the goods or hand them over to moluna, Greven, Germany, without undue delay and in any event not later than 14 days from the day on which you communicate your withdrawal from this contract to us. The deadline is met if you send back the goods before the period of 14 days has expired. You will have to bear the direct cost of returning the goods. You are only liable for any diminished value of the goods resulting from the handling other than what is necessary to establish the nature, characteristics and functioning of the goods.
Exceptions to the right of withdrawal
The right of withdrawal does not apply to:
II. Kundeninformationen
Moluna GmbH
Engberdingdamm 27
48268 Greven
Deutschland
Telefon: 02571/5698933
E-Mail: abe@moluna.de
Wir sind nicht bereit und nicht verpflichtet, an Streitbeilegungsverfahren vor Verbraucherschlichtungsstellen teilzunehmen.
Die technischen Schritte zum Vertragsschluss, der Vertragsschluss selbst und die Korrekturmöglichkeiten erfolgen nach Maßgabe der Regelungen "Zustandekommen des Vertrages" unserer Allgemeinen Geschäftsbedingungen (Teil I.).
3.1. Vertragssprache ist deutsch .
3.2. Der vollständige Vertragstext wird von uns nicht gespeichert. Vor Absenden der Bestellung können die Vertragsdaten über die Druckfunktion des Browsers ausgedruckt oder elektronisch gesichert werden. Nach Zugang der Bestellung bei uns werden die Bestelldaten, die gesetzlich vorgeschriebenen Informationen bei Fernabsatzverträgen und die Allgemeinen Geschäftsbedingungen nochmals per E-Mail an Sie übersandt.
Die wesentlichen Merkmale der Ware und/oder Dienstleistung finden sich im jeweiligen Angebot.
5.1. Die in den jeweiligen Angeboten angeführten Preise sowie die Versandkosten stellen Gesamtpreise dar. Sie beinhalten alle Preisbestandteile einschließlich aller anfallenden Steuern.
5.2. Die anfallenden Versandkosten sind nicht im Kaufpreis enthalten. Sie sind über eine entsprechend bezeichnete Schaltfläche auf unserer Internetpräsenz oder im jeweiligen Angebot aufrufbar, werden im Laufe des Bestellvorganges gesondert ausgewiesen und sind von Ihnen zusätzlich zu tragen, soweit nicht die versandkostenfreie Lieferung zugesagt ist.
5.3. Die Ihnen zur Verfügung stehenden Zahlungsarten sind unter einer entsprechend bezeichneten Schaltfläche auf unserer Internetpräsenz oder im jeweiligen Angebot ausgewiesen.
5.4. Soweit bei den einzelnen Zahlungsarten nicht anders angegeben, sind die Zahlungsansprüche aus dem geschlossenen Vertrag sofort zur Zahlung fällig.
6.1. Die Lieferbedingungen, der Liefertermin sowie gegebenenfalls bestehende Lieferbeschränkungen finden sich unter einer entsprechend bezeichneten Schaltfläche auf unserer Internetpräsenz oder im jeweiligen Angebot.
Soweit im jeweiligen Angebot oder unter der entsprechend bezeichneten Schaltfläche keine andere Frist angegeben ist, erfolgt die Lieferung der Ware innerhalb von 3-5 Tagen nach Vertragsschluss (bei vereinbarter Vorauszahlung jedoch erst nach dem Zeitpunkt Ihrer Zahlungsanweisung).
6.2. Soweit Sie Verbraucher sind ist gesetzlich geregelt, dass die Gefahr des zufälligen Untergangs und der zufälligen Verschlechterung der verkauften Sache während der Versendung erst mit der Übergabe der Ware an Sie übergeht, unabhängig davon, ob die Versendung versichert oder unversichert erfolgt. Dies gilt nicht, wenn Sie eigenständig ein nicht vom Unternehmer benanntes Transportunternehmen oder eine sonst zur Ausführung der Versendung bestimmte Person beauftragt haben.
Sind Sie Unternehmer, erfolgt die Lieferung und Versendung auf Ihre Gefahr.
Die Mängelhaftung richtet sich nach der Regelung "Gewährleistung" in unseren Allgemeinen Geschäftsbedingungen (Teil I).
letzte Aktualisierung: 23.10.2019
| Order quantity | 16 to 45 business days | 16 to 45 business days |
|---|---|---|
| First item | £ 41.76 | £ 41.76 |
Delivery times are set by sellers and vary by carrier and location. Orders passing through Customs may face delays and buyers are responsible for any associated duties or fees. Sellers may contact you regarding additional charges to cover any increased costs to ship your items.