(a) Write a pseudocode program for Back Substitution. The input will consist of an upper triangular matrix...

Question:

(a) Write a pseudocode program for Back Substitution. The input will consist of an upper triangular matrix U with nonzero diagonal entries and a vector c. The output should be the solution x to the triangular system Ux = c.
(b) Implement your code on a computer, and test it on some representative systems.
Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Applied Linear Algebra

ISBN: 978-0131473829

1st edition

Authors: Peter J. Olver, Cheri Shakiban

Question Posted: