Thread: Inverse a 4 * 4 matrix

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    589

    Inverse a 4 * 4 matrix

    I can not find any code that sems to work for inversing a 4 * 4 matrix, neither Gaussian or Cramers. Does anyone know where to find actual code that you know works. I don't want to use any open GL or Direct X libraries

    Thanks

    ~Barjor

  2. #2
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    I believe there was some code for finding the Gaussian inverse of a matrix on planetsourcecode.com within the last month...run a search there, maybe you can find it.
    Away.

  3. #3
    Registered User
    Join Date
    Feb 2002
    Posts
    589

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C program - inverse of a matrix
    By chaugh in forum C Programming
    Replies: 4
    Last Post: 01-18-2010, 11:00 PM
  2. C - access violation
    By uber in forum C Programming
    Replies: 2
    Last Post: 07-08-2009, 01:30 PM
  3. Need to Calculate the Inverse of A Matrix.
    By jordan_230 in forum C Programming
    Replies: 6
    Last Post: 11-03-2008, 06:14 PM
  4. Matrix Help
    By HelpmeMark in forum C++ Programming
    Replies: 27
    Last Post: 03-06-2008, 05:57 PM