English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

3 answers

I didn't read what you wrote cuz no one reads such long questions :) to make a C program you need to know C programming language and need to have a C compiler :(

2006-09-30 18:10:40 · answer #1 · answered by Anonymous · 0 0

no longer anymore, at one time C++ became into in basic terms an extension of C. because of the fact then, C has replaced, and so has C++. even regardless of the undeniable fact that that being stated that is now commonplace for an analogous software to hold at the same time the two C and C++. the tactic is an analogous, yet there are basically some alterations int he libraries which you want the compiler to link to.

2016-12-26 06:13:39 · answer #2 · answered by Anonymous · 0 0

It really sounds like you're asking for people to do your homework for you. At least make the effort to paraphrase the question. Preferably, ask something *specific*. This reminds me of the occasional post to usenet back in the day (before myspace, the "web", etc).

Here is the official response to your question, first doled out well over a decade ago:
http://www.catb.org/~esr/faqs/smart-questions.html

(in fact, this is the answer to 90% of the questions posted here in "yahoo answers")

2006-09-30 22:01:13 · answer #3 · answered by michael 4 · 1 0

fedest.com, questions and answers