Using the Gauss-Jordan method need to determine the coefficients a,b,c of the quadratic equation

x=ax squared +bx+c y=5.4 and x=8

5 answers

Don't you mean

y = ax^2 +bx + c ?

You would need three (x,y) pairs to determine three coefficients. You only provided one.

The Gauss-Jordan method applies to matrices of more than one linear equation. You have one quadratic equation.

I (or the question) must be missing something, but I don't see it.
Here are the three equations
x=8, x=13, x=18 y=5.4, y=6.3, y=5.6
Yes I do mean y = ax^2 +bx + c
<<Here are the three equations
x=8, x=13, x=18 y=5.4, y=6.3, y=5.6
>>

Those are not three equations. They are possibly the coordinates of three points, arranged in a confusing manner.
(x,y) = (8,5.4), (13,6.3) and (5.5,5.6)

With those points, and the Gauss-Jordan method, it is possible to calculate the values of a, b, and c for a parabolic (quadratic) curve
y = ax^2 + bx +c gthat goes through through those points. You would be solving these 3 equations:
64a + 8b + c = 5.4
169a + 13b + c = 6.3
30.25a + 5.5b + c = 5.6
The next step is to evalauate four determinants. One of them is
|64 8 1|
|169 13 1|
|30.25 5.5 1|

That is as far as I am going to go with this.
I can solve from here. My problem is I cannot pick out the data and put it in the right order. Any suggestions.
Similar Questions
    1. answers icon 1 answer
  1. Use the Gauss-Jordan method to find all the solutions of the system-3x1 +2x2 -x3 +6x4 = -7 7x1 -3x2 +2x3 -11x4 = 14 x1 -x4 = 1
    1. answers icon 5 answers
  2. Use the Gauss-Jordan method to solve the equation:3x-5y-2z=-9 -4x+3y+z=11 8x-5y+4z=6
    1. answers icon 1 answer
  3. Solve this equation using the Gauss Jordan elimination method.4x - y + 2z = 13 x + 2y - 2z = 0 -x + y + z = 5
    1. answers icon 1 answer
more similar questions