Thread: generalized matrix inversion program

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    29

    Question generalized matrix inversion program

    hello,

    i would like someone to help me in wirting a matrix inversion program of nxn order. what methods do u suggest for the same?

    thanks,
    ashesh
    C.B.Ashesh,
    Hyderabad, India

  2. #2
    MrWizard
    Guest
    Standard Guassian Elimination should work fine. With a little check to make sure the matrix is invertible first, of course.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Matrix c program help!!!
    By kclew in forum C Programming
    Replies: 21
    Last Post: 02-25-2009, 04:46 AM
  2. Client-server system with input from separate program
    By robot-ic in forum Networking/Device Communication
    Replies: 3
    Last Post: 01-16-2009, 03:30 PM
  3. matrix class
    By shuo in forum C++ Programming
    Replies: 2
    Last Post: 07-13-2007, 01:03 AM
  4. Weird errors.
    By Desolation in forum C++ Programming
    Replies: 20
    Last Post: 05-09-2007, 01:10 PM
  5. BOOKKEEPING PROGRAM, need help!
    By yabud in forum C Programming
    Replies: 3
    Last Post: 11-16-2006, 11:17 PM