Thread: Matrix Determination calculation

  1. #1
    Registered User
    Join Date
    Jul 2005
    Posts
    41

    Matrix Determination calculation

    Hi

    I am looking for some good, simple efficient algorithms to determine the 'determinant' for a Matrix of MxN elements. Can anybody help with this, I cannot find some good code sets. I can have a stab at it myself using recursion, however rather than re-invent the wheel, can anyone point me in the right direction?

    Thanks

  2. #2
    Registered User Tommo's Avatar
    Join Date
    Jun 2007
    Location
    Scotland
    Posts
    101

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C - access violation
    By uber in forum C Programming
    Replies: 2
    Last Post: 07-08-2009, 01:30 PM
  2. Matrix Help
    By HelpmeMark in forum C++ Programming
    Replies: 27
    Last Post: 03-06-2008, 05:57 PM
  3. What is a matrix's purpose in OpenGL
    By jimboob in forum Game Programming
    Replies: 5
    Last Post: 11-14-2004, 12:19 AM
  4. Matrix and vector operations on computers
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 05-11-2004, 06:36 AM