CACS252 Numerical Method

Numerical MethodTU Board 2022

Find the dominant eigenvalue of A = bmatrix 2 & 3 \\ 5 & 4 bmatrix by power method. Apply Gauss Seidel method to solve system of equations: 6x1 − 2x2 + x3 = 11; 2x1 + 7x2 + 2x3 = 5; x1 + 2x2 − 5x3 =…

10

Find the dominant eigenvalue of by power method. Apply Gauss Seidel method to solve system of equations: 6x1 − 2x2 + x3 = 11; -2x1 + 7x2 + 2x3 = 5; x1 + 2x2 − 5x3 = −1, with the initial vector of (0, 0, 0).

A worked answer is on its wayMeanwhile, read the Numerical Method notes for this topic.

Discussion

Loading…

More Numerical Method questions

All Numerical Method old questions