[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] Ax=b
From: |
address@hidden |
Subject: |
[Help-gsl] Ax=b |
Date: |
Thu, 27 Nov 2003 09:26:33 +0100 |
Other question: how can I solve linear system A x = b with indinite solutions?
For example: we suppose to have:
x+2y+3z=3
2x+3y+8z=4
3x+2y+17z=1
Thi system have infinite solutions:
x=-1-7t
y=2+2t
z=t t in R
Can i use gsl_linalg_LU_solve or gsl_linalg_complex_LU_solve to solve this kind
of linear system?
Cheers and thanks for your support
--Laura
- [Help-gsl] Ax=b,
address@hidden <=