Thursday, July 30, 2009

How do I make a C program?

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.

How do I make a C program?
You've got all the instructions in your question. You do know C language, right? So grab a pen and paper and start with your first sentence and then keep asking English language questions until you have all the sub requirements covered. By this point C language will have started to creep into your writing and you will soon have a programme ready to be put into the computer.





Carry on

brandon flowers

No comments:

Post a Comment