rsWe began by stating our equations as follows:
3x - 2y = -27
x + 3y = 13
(NB: Note that I wrote the values of the x variable below each other, values with the y variable below each other and the constants below each other. Also note that the sign before each number is also part of the variable.)
Now we will put the equations in matrix form:
[[3,-2 : -27],[1,3 : 13]]
Now swap Row 1 with Row 2: We want the numbers in the main diagonal to have the number '1':
[[1,3 : 13],[3 ,-2 : -27]]
In Gaussian elimination we want all values below the main diagonal to equal zero. Hence, we shall subtract 3 to Row 3:
[[1, 3 : 13],[0 ,-5 : -30]]
Now we want the main diagonal to contain the number '1', hence we divide row 2 by -5:
[[1,3 : 13],[0, 1: 6]]
Now that we have the number 1 across the main diagonal and zero's below the main diagonal we can perform back substitution by substituting the value of y=6 into the first equation:
x + 3y = 13
y = 6
Therefore x = -5
Lets double check our answers
3*-5 + -2*6 = -15 - 12 = -27
-5 + 3 *6 = -5 + 18 = 13
Friday, February 20, 2015
Precalculus, Chapter 8, 8.1, Section 8.1, Problem 67
Subscribe to:
Post Comments (Atom)
Why is the fact that the Americans are helping the Russians important?
In the late author Tom Clancy’s first novel, The Hunt for Red October, the assistance rendered to the Russians by the United States is impor...
-
Friar Lawrence plays a significant role in Romeo and Juliet's fate and is responsible not only for secretly marrying the two lovers but ...
-
Resourceful: Phileas Fogg doesn't let unexpected obstacles deter him. For example, when the railroad tracks all of a sudden end in India...
-
Pablo Neruda's "Ode to My Socks" is full of figurative language, including similes and metaphors. Similes are figurative compa...
-
In the late author Tom Clancy’s first novel, The Hunt for Red October, the assistance rendered to the Russians by the United States is impor...
-
I would like to start by making it clear that this story is told from the third person omniscient point of view. At no point is the story to...
-
At the beginning of the Victorian period, science was generally in accord with religion, and the study of nature was conducted in such a way...
-
In Jeanne DuPrau's sci-fi novel The City of Ember, twelve-year-old characters Lina and Doon are citizens of a post-apocalyptic society, ...
No comments:
Post a Comment