Question: Need this in C code NOT C + + just C programming please....... Gauss - Jordan Elimination ( 3 x 3 ) Instructions: Create a

Need this in C code NOT C++ just C programming please.......
Gauss-Jordan Elimination (3x3)
Instructions:
Create a C program to calculate the solution for a system of 3 linear equations or 3 unknowns.
Ask the user to input the coefficients of the system of equations one equation at a time (one row at a time). Use arrays to initialize the matrix A(3\times 3) and B(3\times 1).
Create the Augmented Matrix (3x4).
Use a loop or loops as required to perform all required arithmetic.
If the system of equations does not have a unique solution, please display an error message to the user.
Test your source code with the systems of linear equations shown below.
\table[[TEST RUN #1,TEST RUN #2],[TEST RUN #3,2003],[1233,2003],[0306,65410],[0-306,0010.68],[988100,0008-4],[OUTPUT:,OUTPUT:],[OUTPUT:,Solution: x1],[ Solution:
x1=85.14
x2=-167.71
x3=84.43, Solution:
x1=1.50
x2=-2.00
x3=-0.50]]
x1=1.50
x2=-2.00
x3=-0.50
x1=85.14
x2=-167.71
x3=84.43=1.50
x2=2.00 x3=0.68
Deliverables:
This homework is due Wednesday(11)/(20) by the end of class. Upload your source code (hw24.c) to the Laulima Dropbox.
1.
Need this in C code NOT C + + just C programming

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!