How do I make a C program that solves a system of three linear equations with three unknowns using determinant of the third order(3*3). Be guided by the following:
1. Use two dimensional arrays in programs.
2. Prompt the user for the input of numerical coefficients and constants of the three equations.
3. The program must contain at least three functions(not including main):
a. A function that computes;
b. A function that displays the matrices; and
c. A function that temporarily stores and replaces values in the matrices ;
4. The program should display the four matrices and the values of the three unknowns should be displayed.
(Show me the output pls...)
2006-09-30
18:03:52
·
3 answers
·
asked by
aL
1
in
Computers & Internet
➔ Programming & Design