-
Archives
- October 2021
- January 2021
- March 2019
- January 2018
- December 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- July 2016
- October 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- January 2011
- August 2010
- June 2010
- May 2010
- November 2009
-
Meta
Monthly Archives: May 2010
Linear Algebra and Its Applications, exercise 1.3.11
Exercise 1.3.11. Given the systems of equations and solve both systems using Gaussian elimination. Answer: We start with the first system of equations The first elimination step produces The second elimination step produces We then back-substitute, starting with … Continue reading
Posted in linear algebra
Leave a comment
Linear Algebra and Its Applications, exercise 1.3.10
Exercise 1.3.10 (very optional). Find a method for computing the quantities ac – bd and bc + ad with three multiplications instead of four. Assuming that addition were a sufficiently faster operation than multiplication, this would provide a faster way … Continue reading
Posted in linear algebra
Leave a comment
Linear Algebra and Its Applications, exercise 1.3.9
Exercise 1.3.9. State whether the following statements are true or false. (Note that without loss of generality we can assume that no row exchanges occur during the process of elimination.) (a) Given a system in u, v, etc., where the … Continue reading
Posted in linear algebra
Leave a comment
Linear Algebra and Its Applications, exercise 1.3.8
Exercise 1.3.8. Given a system of equations of order n = 600, how long would it take to solve in terms of the number of multiplication-subtractions? In seconds, on a PC capable of 8,000 operations per second? On a VAX … Continue reading
Posted in linear algebra
Leave a comment
Linear Algebra and Its Applications, exercise 1.3.7
Exercise 1.3.7. (a) Given a system of equations A, with the first two rows the same, at what point in elimination will it become clear that A is singular? Show a 3×3 example. (b) Repeat (a), but instead assume that … Continue reading
Posted in linear algebra
Leave a comment
Linear Algebra and Its Applications, exercise 1.3.6
Exercise 1.3.6. Given the following system of equations: for what values of would Gaussian elimination break down, either in a fixable way (i.e., via row exchange) or in a non-fixable way? Answer: One way for elimination to break down temporarily … Continue reading
Posted in linear algebra
5 Comments
Linear Algebra and Its Applications, exercise 1.3.5
Exercise 1.3.5. Given the following system of equations: find a solution to the system. (The exercise also calls for doing a sketch of the lines corresponding to the equations, as well as the line corresponding to the second equation after … Continue reading
Posted in linear algebra
2 Comments
Linear Algebra and Its Applications, exercise 1.3.4
Exercise 1.3.4. Given the following system of equations: find a solution to the system, exchanging rows when necessary due to a zero pivot. Also, specify a coefficient for v in the third equation that would prevent elimination from being successful. … Continue reading
Posted in linear algebra
2 Comments
Linear Algebra and Its Applications, exercise 1.3.3
Exercise 1.3.3. Given the following system of equations: find a solution to the system, and give the pivots. You can use a matrix to represent the system (including the right-hand side). Answer: We can represent the system as the following … Continue reading
Posted in linear algebra
Leave a comment
Linear Algebra and Its Applications, exercise 1.3.2
Exercise 1.3.2. Perform Gaussian elimination on the following system of equations: and find the resulting triangular system and the solution. Answer: The first pivot is 1. We subtract the first equation from the second and the third: The second pivot … Continue reading
Posted in linear algebra
2 Comments