Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Can u help me plz with matrix program?

Status
Not open for further replies.

Terminator Electricity

Member level 5
Joined
Feb 2, 2006
Messages
91
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,973
Hi ,

Can u plz help me with my matrix program in c language (not c++)

I need functions (and it codes)

for detemening the determinant,transpose and inverse of a matrix

and plz as soon as possible

10x:D
 

Hi, I have finished the project by 3×3

could anyone tell me how can i do it with n×n ?????
 

Go here: https://www.gnu.org/software/gsl/#TOCdownloading and download the latest release of gsl -The GNU Scientific Library. Be sure to go to the Manual: https://www.gnu.org/software/gsl/manual/gsl-ref_toc.html. The Matrix section will show you how to define a Matrix and do basic operations on them. The Linear Algebra section will show you how to find an inverse and the determinant of a Matrix using LU decomposition. You shouldn't have to write any of this code. You should be able to just link the routines into your executable. The code look pretty straightforward. Good luck
 
May be you can look through Numeric Receipies section 2.2 - 2.3 - 2.4 Gauss,Lu decomposition with pivoting to minimize the round of error.

Soner
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top