Develop Linear Algebra Algorithms for matrix problem solving
- Consider Gaussian elimination with partial pivoting P A = LU for a generic square matrix
- Compute Largest value of L.
- Compute growth factor.
- Find LU factorisation.
- Parameters evaluation.
- Gaussian elimination with complete pivoting:
- Solve A k x = b where k is a positive integer.
- Solve the matrix equation AX = B, where X and B are matrices of size n × m.
- Solve partial differential equation governing mass transfer.
- Rayleigh Quotient Iteration and Householder deflation method.
- QR iteration method.
- Subspace iteration and Ritz eigenvalue problem.
- Sensitivity of each method to numerical errors in A matrix.
- Accuracy and computational cost study.
- Eigenvalues sensitivity analysis.