[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] Strange error linear system
From: |
address@hidden |
Subject: |
[Help-gsl] Strange error linear system |
Date: |
Tue, 2 Dec 2003 14:05:26 +0100 |
Hi all,
I have seen a strange error and I don't know the reason.
I have this matrix:
1x+2y=1
1x+2y=2
This linear system has no solutions (of couse): in my program (general purpose)
I use gsl_linalg_QR_lssolve to solve this system (because its det = 0) and I
obtain a solution!!!!
x0 = -8678521507207439.000000000000000000
y = +4339260753603721.000000000000000000
The same result is obtained with gsl_linalg_SV_solve.
I don't understand.
Can someone tell me my error and give me an explanation?
Thanks very much
--laura
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Help-gsl] Strange error linear system,
address@hidden <=