Knowledge of Engineering
This site encapsulates the tips you require to be successful in engineering.
Pages
Home
Computer Programming Old Questions IOE
Object Oriented Programmming in C++
Electrical Machine Design
Artificial Neural Network (ANN)
Old Questions Institute of Engineering (IOE), TU
Monday, August 22, 2011
Program to calculate the unknowns of simultaneous linear equations
#include<stdio.h>
#include<math.h>
int main()
{
int i,j,k,n;
float c,a[100][101],x[100];
printf("Enter the no. of variables:");
Read more!
Read more »
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)