|
|
| 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
| |
|
|
| 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.
|
|
|
|