For Programmers: Free Programming Magazines  


Home > Archive > C > February 2006 > MATRIX









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author MATRIX
srikanth

2006-02-25, 6:55 pm

please give me a source code to find inverse of a matrix

Nick Keighley

2006-02-25, 6:55 pm

srikanth wrote:
> please give me a source code to find inverse of a matrix


search the web

--
Nick Keighley

CBFalconer

2006-02-25, 6:55 pm

srikanth wrote:
>
> please give me a source code to find inverse of a matrix


See below.

--
Some informative links:
news:news.announce.newusers
http://www.geocities.com/nnqweb/
http://www.catb.org/~esr/faqs/smart-questions.html
http://www.caliburn.nl/topposting.html
http://www.netmeister.org/news/learn2quote.html


SM Ryan

2006-02-25, 9:55 pm

"srikanth" <adsrikanth@gmail.com> wrote:
# please give me a source code to find inverse of a matrix
#
#
#

Look for linear algebra packages with Google. High quality
inversion algorithms are subtle and involved.

--
SM Ryan http://www.rawbw.com/~wyrmwif/
I have no respect for people with no shopping agenda.
Charles Krug

2006-02-26, 3:55 am

> "srikanth" <adsrikanth@gmail.com> wrote:
> # please give me a source code to find inverse of a matrix
> #
> #
> #
>


For learning purposes, you do a Gaussian reduction exactly as you do it
in Linear Algebra.

For other purposes, it matters greatly the nature of the problem you're
trying to solve.

Google can point you to references that might help guide you in an
appropriate approach, given the nature of the problem you're trying to
solve.

There are MANY ways to invert a matrix, only a few of which are likely
to be appropriate to any given problem.

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com