Thread: Gaussian elimination in C

  1. #1
    Registered User
    Join Date
    Aug 2007
    Posts
    3

    Gaussian elimination in C

    I am new to this forum.

    Can I ask help in how to create the elimination function in Gaussian elimination? I already displayed the matrix. I only need help in the elimination parts. Thanks in advance!

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  3. #3
    Registered User
    Join Date
    Aug 2007
    Posts
    3
    Thanks for the link. I found the codes I need.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 1
    Last Post: 07-30-2008, 10:45 AM
  2. Backward substitution in gaussian elimination
    By Meander14 in forum C Programming
    Replies: 0
    Last Post: 09-30-2007, 07:02 AM
  3. my gaussian elimination problem
    By utoots in forum C++ Programming
    Replies: 3
    Last Post: 04-08-2003, 10:04 PM
  4. Gaussian Elimination
    By Fiverz in forum C Programming
    Replies: 1
    Last Post: 02-05-2003, 12:59 PM
  5. Gaussian Elimination Problem
    By Inexorable in forum C Programming
    Replies: 1
    Last Post: 11-08-2002, 02:25 AM