Hello everyone. Im newbie ...better this is my 1st touch at this of programming.
after a try of a week to install the library at my visual studio 2010 its time to learn about this library.
This library is my nightmare the last days. Because despite i know matlab i must use C to solve my problems...
I search all over the web and i didn't found anything that is helpful for my situation...
At my problems i use to have the below linear algebra things full of matrices.
To solve linear equations:
A' * x =b ->
matrix transpose;
matrix inverse;
matrices multiplication;
and other...
Could you send me a link? a doc? or something else with understandable-user-friendly examples by a beginner like me.......
Also why there so many algorithms for inverse() ?? for example.. i found the last example http://www.nag.co.uk/numeric/FL/manual/pdf/F07/f07ajf.pdf and the result is different from matlab's inv() ,
why this is happened ??
This is for all the functions???

