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.

Help me improve solving time of matrix equations

Status
Not open for further replies.

lkuzu

Member level 3
Joined
Jun 1, 2001
Messages
59
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
408
improving solving time

Hi all,

I have a matrix equation Ax=F and A's pattern is given below. Does anybody know how to solve this matrix in a fast way?

I have written a code in matlab and if I use "\" operator to solve this matrix, it takes long time (depends on the CPU, memory, etc.)

I would like to find a way to solve this kind of matrices in short time. The dots show the non-zero elements, other elements are zero.

thanks for your help,

Lkuzu
 

Re: improving solving time

Hi,
Just implement using simple multiplicatiion. Do not use matrices.

B R M
 

improving solving time

I think the term is Sparse Matrix or Sparse Linear Systems. "Numerical Recipes In C" devotes a section to this.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top