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 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

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

Step: 3

blur-text-image

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

Upgrading Oracle Databases Oracle Database New Features

Authors: Charles Kim, Gary Gordhamer, Sean Scott

1st Edition

B0BL12WFP6, 979-8359657501

More Books

Students also viewed these Databases questions

Question

Define liabilities.

Answered: 1 week ago

Question

4. Develop a self-directed learning module.

Answered: 1 week ago

Question

2. Provide recommendations for effective on-the-job training.

Answered: 1 week ago