Next:
DGELSY Example
Up:
Real Linear Least Squares
Previous:
DGELSD Example
DGELSS Example
To solve the linear least squares problem
b
-
Ax
for the solution,
x
, of minimum norm, where
A
=
and
b
=
.
A tolerance of 0.01 is used to determine the effective rank of
A
.
Example program
Example data
Example results