Thread: Help for determinant program

  1. #1
    Registered User
    Join Date
    Sep 2011
    Location
    Mumbai, Maharashtra, India
    Posts
    6

    Help for determinant program

    I want to create program to determine determinant of 5 x 5 matrix. Can anyone explain me how can i do it. Can some provide me with algorithm for this.

  2. #2
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675

  3. #3
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    Devoted my life to programming...

  4. #4
    Registered User
    Join Date
    Sep 2011
    Location
    Mumbai, Maharashtra, India
    Posts
    6
    this is not my homework just got this problem from text book and trying solve all problems in that but got stuck in this one, but still i m trying to solve it, if any one can help i will appreciate it

  5. #5
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    Quote Originally Posted by rushi245 View Post
    this is not my homework just got this problem from text book and trying solve all problems in that but got stuck in this one, but still i m trying to solve it, if any one can help i will appreciate it
    What's your problem? ( You would want to visit that link I gave you at my previous post first )
    Devoted my life to programming...

  6. #6
    Registered User
    Join Date
    Sep 2011
    Location
    Mumbai, Maharashtra, India
    Posts
    6
    yeah thanx for the link i searching on google and i think i got it

  7. #7
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    Quote Originally Posted by rushi245 View Post
    yeah thanx for the link i searching on google and i think i got it
    See? I don't enjoy giving more food to the stuffed( stuffed( Google ), food( you ) ), but it is the best web search engine I know...
    Devoted my life to programming...

  8. #8
    Registered User
    Join Date
    Sep 2011
    Location
    Mumbai, Maharashtra, India
    Posts
    6
    yeah i got the solution for this in google

  9. #9
    3735928559
    Join Date
    Mar 2008
    Location
    RTP
    Posts
    838
    recursively solve for the determinants of all 2x2 submatrices

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 11-22-2010, 06:32 PM
  2. Determinant Prob
    By dantu1985 in forum C Programming
    Replies: 2
    Last Post: 08-19-2007, 12:00 AM
  3. Determinant Calculation Program.... HELP PLZ
    By ss7 in forum C Programming
    Replies: 20
    Last Post: 11-30-2006, 07:10 AM
  4. determinant?! HELP!!!
    By ankurtrick in forum C Programming
    Replies: 1
    Last Post: 10-08-2004, 09:12 PM
  5. determinant
    By the Wookie in forum C++ Programming
    Replies: 3
    Last Post: 07-08-2003, 09:30 AM