Linear Systems Solver

A fast MatLab linear system solver
Download

Linear Systems Solver Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Luigi Giaccari
  • Operating Systems:
  • Windows All
  • File Size:
  • 4 KB

Linear Systems Solver Tags


Linear Systems Solver Description

SolverNxN is a script designed to solve many linear systems in a vectorized way in order to improve time perfomaces. The Matlab looping speed can visibly slow down this process so most of the time is spent in the for loop and not to solve the system. This is particulary true when A is a small matrix. In this case SolverNxN can be a useful tool.The speed improvement is more visibile the greater number are the systems and the smaller is their dimension.The algorithm works assembling all the small elementary systems into a sparse matrix so the command is called just one time. VERY IMPORTANT: Because of algorithm structure is very important that no system is singular. One singular system can ruin the whole solution. So use this routine only if you are sure all the systems are solvable.


Linear Systems Solver Related Software