Thread: any standard C for Gaussian Elimination to turn a matrix into echelon form

  1. #1
    Registered User
    Join Date
    Jul 2008
    Posts
    9

    any standard C for Gaussian Elimination to turn a matrix into echelon form

    n*m matrix
    n<=10
    m<=10

  2. #2
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    There's all sorts of standard C running around to do such a thing.

    Better yet, why don't you write some (or if, by some strange chance this is not an assignment of some kind, google it yourself)?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 8
    Last Post: 03-08-2008, 08:50 PM
  2. How do you store very large numbers in standard form?
    By Finchie_88 in forum C Programming
    Replies: 3
    Last Post: 12-12-2007, 10:18 AM
  3. Music Programming - Serial Matrix Display (Help needed)
    By CrazyHorse in forum C Programming
    Replies: 1
    Last Post: 11-13-2007, 04:28 PM
  4. Music Programming - Serial Matrix Display
    By CrazyHorse in forum C Programming
    Replies: 1
    Last Post: 11-12-2007, 04:16 PM
  5. Row-echelon form of a matrix
    By Leeman_s in forum C++ Programming
    Replies: 7
    Last Post: 05-17-2003, 09:01 PM