Thread: Gaussian Elimination

  1. #1
    Registered User
    Join Date
    Oct 2015
    Posts
    8

    Gaussian Elimination

    I am trying to do a code for Gaussian elimination in c prog, but I can't figure out how to create the matrix and print it.

    1. Create Augmented Matrix: use the createAugmentedMatrix method to make yourmatrix. If one already exists, free its memory BEFORE making a new one.

    2. Print Current Augmented Matrix: print the augmented matrix the programcurrently has. If the augmented matrix doesn’t exist, report that it doesn’t existand do not print

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > use the createAugmentedMatrix method to make yourmatrix.
    There would appear to be a lot of information you're not telling us.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Gaussian Elimination program
    By whatever125 in forum C++ Programming
    Replies: 1
    Last Post: 04-06-2011, 05:11 AM
  2. Gaussian elimination in C
    By Meander14 in forum C Programming
    Replies: 2
    Last Post: 09-26-2007, 03:43 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

Tags for this Thread