Question
Let A be a matrix of the order n x n and for i = 1, , m be b (i) matrixes of order n
Let A be a matrix of the order n x n and for i = 1, , m be b(i) matrixes of order n 1.
(a) Write an algorithm to simultaneously solve a linear equation system, Ax(i) = b(i), using factorization P A = LU with partial pivot method.
(b) Give a program/code (LU-Factorization-extended.m), in Octave or Matlab, to solve the linear equation system Ax(i) = b(i), using factorization P A = LU with partial pivot method.
(c) Consider A as a n n with
[A]ij = { i + j, i j
i j, i > j}
Using the code proposed for LU-Factorization-extended.m, find if possible, A1 to n = 5 and n = 15.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started