Student[NumericalAnalysis][IsConvergent] - determine whether an iterative approximation method converges or not
|
Calling Sequence
|
|
IsConvergent(A, meth)
|
|
Parameters
|
|
A
|
-
|
Matrix; a square matrix
|
meth
|
-
|
equation; the method in the form method = one of: gaussseidel, jacobi or SOR(numeric)
|
|
|
|
|
Description
|
|
•
|
The IsConvergent command determines whether the iterative approximation to the linear system A.x=b, using meth as the approximation method, converges to a unique solution or not, for any initial approximate.
|
•
|
The IsConvergent command returns true or false depending on whether the method and system converge to a unique solution or not.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
|
|
Download Help Document
Was this information helpful?