Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

Sparse matrix generator for test cases for sparse-SOR to solve Ax=b

  • 22-10-2010 09:54PM
    #1
    Registered Users, Registered Users 2 Posts: 249 ✭✭


    Hi

    I have to find several different types of sparse matrix to use as a test for a sparse - SOR algorithm to solve Ax=b my project team are testing.

    Is there any online matrix generator where i can specify the size of the matrix and choose whether it is row or column diagonally dominant or have zeros on the diagonal or not.


Comments

  • Registered Users, Registered Users 2 Posts: 13,228 ✭✭✭✭bnt


    Have you seen the U.Florida collection, here? They have a Java tool for selecting according to certain criteria, including size and symmetry. Alternatively, you could use the sparse matrix functions in MATLAB or Octave.

    In its pure form, fascism is the sum total of all irrational reactions of the average human character.

    ― Wilhelm Reich



  • Registered Users, Registered Users 2 Posts: 5 dheagney


    Hi

    I have to find several different types of sparse matrix to use as a test for a sparse - SOR algorithm to solve Ax=b my project team are testing.

    Is there any online matrix generator where i can specify the size of the matrix and choose whether it is row or column diagonally dominant or have zeros on the diagonal or not.
    Hi there - any chance you might be willing to share your code? Have you done this in JAVA?

    Here's a good site which produces matrices you can test your program with http://math.nist.gov/MatrixMarket/


Advertisement
Advertisement