Next:
Complex Linear Equation Routines
Up:
Real Linear Equation Routines
Previous:
DSYSV Example
DSYSVX Example
To solve the equations
AX
=
B
,
where
A
is the symmetric matrix
A
=
and
B
=
.
Error estimates for the solutions, and an estimate of the reciprocal of the condition number of the matrix
A
are also output.
Example program
Example data
Example results