[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] AX=B system of linear equations
From: |
Awhan Patnaik |
Subject: |
[Help-gsl] AX=B system of linear equations |
Date: |
Sun, 5 Sep 2010 21:46:45 +0530 |
Hello all
I have to solve for X in AX=B where A, X and B are matrices.
Unfortunately A is a ``fat" matrix i.e. more number of columns than
rows. The help page for SVD
http://www.gnu.org/software/gsl/manual/html_node/Singular-Value-Decomposition.html
states that the code only solves systems for systems that have more
rows than columns. Please advise as to what can be done about it.
I am trying to solve for the weights of a radial basis function
network designed for interpolation problems i.e. as many hidden
neurons as there are training patterns.
Are there plans of including neural network and genetic algorithms in GSL?
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Help-gsl] AX=B system of linear equations,
Awhan Patnaik <=