Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Assume that a computer solves a 900-variable, upper-triangular, linear system by back sub- stitution in 0.2 seconds. Estimate the time needed to solve a
1. Assume that a computer solves a 900-variable, upper-triangular, linear system by back sub- stitution in 0.2 seconds. Estimate the time needed to solve a general (full) linear system of the same size by Gaussian elimination (LU-factorization). You could do this problem using the counts n + O(n) for Gaussian elimination (GE) and n2/2+O(n) for backward substitution stated in the book, or the counts from class: 2n/3 + O(n) for GE and n2 for backward substitution. Use the later counts. 1. Assume that a computer solves a 900-variable, upper-triangular, linear system by back sub- stitution in 0.2 seconds. Estimate the time needed to solve a general (full) linear system of the same size by Gaussian elimination (LU-factorization). You could do this problem using the counts n + O(n) for Gaussian elimination (GE) and n2/2+O(n) for backward substitution stated in the book, or the counts from class: 2n/3 + O(n) for GE and n2 for backward substitution. Use the later counts
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