document.write( "Question 1125911: Use the matrix method to write the particular equation of a function in the form y=ax^2+bx+c\r
\n" );
document.write( "\n" );
document.write( "Containing (0,5) (2,13) and (3,26) \n" );
document.write( "
Algebra.Com's Answer #742296 by greenestamps(13216) You can put this solution on YOUR website! \n" ); document.write( "Unfortunately, the other tutor wrote her first equation incorrectly (using the point (5,0) instead of (0,5); so all her work was wasted.... \n" ); document.write( "Given any system of equations, there are endless different paths to get to the solution using the matrix method (by which I assume you mean Gauss-Jordan elimination). Here is the path I followed. \n" ); document.write( "Initial matrix: \n" ); document.write( " \n" ); document.write( "The first thing I'm going to do is switch rows 1 and 3, because the current row 1 is in exactly the form I want for row 3: \n" ); document.write( " \n" ); document.write( "First objective: make (1,1) entry equal to 1. I choose to avoid fractions where possible, so, instead of dividing row 1 by 9, I'm going to replace row 1 with row 1 minus 2 times row 2 (9-4*2 = 1): \n" ); document.write( " \n" ); document.write( "Next objective: get (2,1) and (3,1) entries equal to 0. (3,1) entry is already 0; to get (2,1) entry equal to 0, replace row2 with row 2 minus 4 times row 1: \n" ); document.write( " \n" ); document.write( "Next objective: get (2,2) entry equal to 1. The only choice is to divide row 2 by 6: \n" ); document.write( " \n" ); document.write( "Next objective: get (1,2) entry equal to 0 using the 1 in (2,2): \n" ); document.write( " \n" ); document.write( "Next objective: get (1,3) and (2,3) equal to 0 using the 1 in (3,3): \n" ); document.write( " \n" ); document.write( "The solution to the system is a=3, b=-2, c=5; the polynomial is \n" ); document.write( " |