|
-> Matrix Inverse <-
|
|
01-01-2010, 05:55 AM
Post: #1
|
|||
|
|||
|
I present this program to all pro9ramming crew,specially active ones.and also good manner ones.
this program will calculate the inverse of a matrix given by you,and will check if it is the correct answer or not(if you wish).for more info about matrices and inverse of them visit : en.wikipedia.org/wiki/Matrix_(mathematics) Code: Program Matrixx_Inverse(input,output);the length of the code is mainly for the respect to you(users) d^-^b Gholamreza Takhti who was he? find out |
|||
|
01-01-2010, 06:14 AM
(This post was last modified: 01-01-2010 06:15 AM by drdebcol.)
Post: #2
|
|||
|
|||
|
RE: -> Matrix Inverse <-
Well done !
Mathematically correct and in programming way it is very good and optimized. So if determinant is zero, it is not possible to find inverse. So when you multiplicate matrix with it's inverse you need to get Identity matrix. And when i said "multiplicate" i referred to Matrix multiplication : http://en.wikipedia.org/wiki/Matrix_multiplication Identity matrix I is a matrix which main diagonal elements are ones and others are zeros : Code: 1 0 . . . 0Code: if i=j thenhttp://en.wikipedia.org/wiki/Identity_matrix Determinant of Identity matrix is 1 (det I =1). This is just for others to see ! There's a fine line between genius and insanity. I have erased this line. Oscar Levant There's a fine line between an administrator and black hat hacker. I have erased this line. Dr DEBCOL |
|||
|
01-01-2010, 06:38 AM
(This post was last modified: 01-01-2010 06:49 AM by Alireza_M.)
Post: #3
|
|||
|
|||
RE: -> Matrix Inverse <-
(01-01-2010 06:14 AM)drdebcol Wrote: Well done ! Thanks for you really fast replies and descriptions,I think if you weren't in this forum some my programs would be left non replied.i appreciate that.
Gholamreza Takhti who was he? find out |
|||
|
01-26-2010, 09:30 PM
Post: #4
|
|||
|
|||
|
RE: -> Matrix Inverse <-
Nice code.
|
|||
|
01-26-2010, 10:44 PM
Post: #5
|
|||
|
|||
|
RE: -> Matrix Inverse <-
Thanks Bro
Gholamreza Takhti who was he? find out |
|||
|
« Next Oldest | Next Newest »
|






