Search:

Type: Posts; User: whatever125

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,533

    Gaussian Elimination program

    I'm not sure what's wrong, i get the wrong the answers for x, i should be getting:
    x0=1
    x1=-1
    x2=1


    int main()
    {

    int n = 3, i = 0, j = 0, k = 0;
  2. Replies
    6
    Views
    2,106

    I put numbers in for those value, but they stay...

    I put numbers in for those value, but they stay that value, they won't change when the user inputs a new number for them in the function call
  3. Replies
    6
    Views
    2,106

    what does it mean by it's uninitialized? When...

    what does it mean by it's uninitialized?

    When I assign it values, they stay that value when i need it to change
  4. Replies
    6
    Views
    2,106

    warning c4700

    #include "stdafx.h"
    #include <iostream>
    #include <fstream>
    #include <cmath>
    using namespace std;

    void input_rect(double,double);
    double const pi = atan(1.0);

    int main()
Results 1 to 4 of 4