Search:

Type: Posts; User: eholbro1

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    5,014

    IDK, the professor for my linear algebra class...

    IDK, the professor for my linear algebra class decided to give us this code to see if we could convert it to c++

    this is what I came up with..


    #include <iostream>
    using namespace std;

    int...
  2. Replies
    4
    Views
    5,014

    pseudo code to c++ matrix row reduction

    I need help with converting this to c++

    Input the n x n matrix A and n element vector b
    for k = 1 to n
    for i = k + 1 to n
    lik aik=akk
    for j = k + 1 to n
    aij to aij - likakj
    end for
    end...
  3. Replies
    15
    Views
    18,800

    thanks for your replies. I'm no longer using c++....

    thanks for your replies. I'm no longer using c++. I'm using Maple(never used this before) since I don't have a copy of Matlab
  4. Replies
    15
    Views
    18,800

    not one time did you see me ask for a solution......

    not one time did you see me ask for a solution... I asked for help...I've seen the one's online but there too complicated. The professor says it should be able to be done in 10 lines of code. If your...
  5. Replies
    15
    Views
    18,800

    Thanks for the help but this code wouldn't...

    Thanks for the help but this code wouldn't compile in Dev-C++
  6. Replies
    15
    Views
    18,800

    Thanks for your response.... It doesn't have to...

    Thanks for your response.... It doesn't have to be in c++ but that's the language that I heard people were using to try to complete the problem. I figured he wanted a program because he wanted us to...
  7. Replies
    15
    Views
    18,800

    Help please!!!!!!!!!!!!!

    Help please!!!!!!!!!!!!!
  8. Replies
    15
    Views
    18,800

    Tridiagonal Matrix Algorithm

    I'm taking a Linear Algebra and Matrices class and we have a big programming assignment.... Problem is that I've never taking a programming class....

    Here is the Question

    Solve using a...
Results 1 to 8 of 8