Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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 na + O(n2) for Gaussian elimination (GE) and n2/2+O(n) for backward substitution stated in the book, or the counts from class: 2n3/3 + O(n2) 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 na + O(n2) for Gaussian elimination (GE) and n2/2+O(n) for backward substitution stated in the book, or the counts from class: 2n3/3 + O(n2) for GE and n2 for backward substitution. Use the later counts

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Theory Icdt 97 6th International Conference Delphi Greece January 8 10 1997 Proceedings Lncs 1186

Authors: Foto N. Afrati ,Phokion G. Kolaitis

1st Edition

3540622225, 978-3540622222

More Books

Students also viewed these Databases questions

Question

If ( A^2 - A + I = 0 ), then inverse of matrix ( A ) is?

Answered: 1 week ago

Question

What is computer neworking ?

Answered: 1 week ago