Question

In which of the following calculations should you be concerned about potential for round-off error?  Select all...

In which of the following calculations should you be concerned about potential for round-off error?  Select all that apply.

  

A bisection method iteration that requires 1000 iterations to converge.

  

Use of Gauss Elimination to solve a linear system with a condition number on the order of 10^20.

Finite difference derivative approximations used to calculate a Jacobian matrix for Newton-Raphson iteration.

  

Use of MATLAB left division to solve an ill-conditioned 100 x 100 linear system.

   

None of these

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer:

a.  A bisection method iteration that requires 1000 iterations to converge.
b.  Use of Gauss Elimination to solve a linear system with a condition number on the order of 10^20.
c.  Finite difference derivative approximations used to calculate a Jacobian matrix for Newton-Raphson iteration.
Add a comment
Know the answer?
Add Answer to:
In which of the following calculations should you be concerned about potential for round-off error?  Select all...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Could someone explain these four promblems on matlab and if you do, could you write what...

    Could someone explain these four promblems on matlab and if you do, could you write what you wrote on matlab I.e. on the command window or script. Also if you have written anything by hand can you write neatly. Also an explain of how you did it would be greatly appreciated. 1] 5 points) Write the following set of equations in Matrix form and use Matlab to find the solution. 50 -5x3-6x2 2x2 + 7x3-30 x1-7x3-50-3x2 + 5x1 [2] (10...

  • Please Urgent help me!!!(QR decomposition queastion) You have not to solve all parts of question!!! The QR decompositio...

    Please Urgent help me!!!(QR decomposition queastion) You have not to solve all parts of question!!! The QR decomposition can be used to solve a linear system. Let A be an n x n matrix, with A system Axb can be written as QR. Then, the linear QRx = b The process goes as follows Solve Qy b for y Solve Rx-y for x a. It is very easy to solve for y without using Gaussian elimination. Why? b. The solution...

  • Answer questions (4) through (7) for the ndarray below: a = np.array([[9,-2,4). [8,-3,0) [10,3,-7). [0,-9,-411) (4)...

    Answer questions (4) through (7) for the ndarray below: a = np.array([[9,-2,4). [8,-3,0) [10,3,-7). [0,-9,-411) (4) What is the result of a[:,113]? (a) np.array([[9,-2). [8,-3). [10,3]. [0,-9]])) (b) np.array([[8, -3,0). [10,3,-711) (c) np.array([8.-3,0). [10,3,-7]) (d) np. array([(-2,4).(-3,0). [3,-7).(-9,-411) (5) What is the result of a [2: 2:]? (a) np.array([0-7]. (-4))) (c) np.array([-7).(-4)) (b) np.array([-4]) (d) np. array([[3,-7).(-9,-411) (6) What is the result of a [2,2]+ a[1,2]? (a) np. array((-7,0]) (c)-5 (b) -7 (d) np.array([-2,-3]) (7) What is the result of...

  • clearvars close all clc tol = 0.0001; % this is the tolerance for root identification xold...

    clearvars close all clc tol = 0.0001; % this is the tolerance for root identification xold = 0.5; % this is the initial guess test = 1; % this simply ensures we have a test value to enter the loop below. %If we don't preallocate this, MATLAB will error when it trys to start the %while loop below k = 1; %this is the iteration counter. Similar to "test" we need to preallocate it %to allow the while loop to...

  • The six-bus system shown in Figure 1 will be simulated using MATLAB. Transmission line data and b...

    The six-bus system shown in Figure 1 will be simulated using MATLAB. Transmission line data and bus data are given in Tables 1 and 2 respectively. The transmission line data are calculated on 100 MVA base and 230 (line-to-line) kV base for generator. Tasks: 1. Determine the network admittance matrix Y 2. Find the load flow solution using Gauss-Seidel/Newton Raphson method until first iteration by manual calculation. Use Maltab software to solve power flow problem using Gauss-Seidel method. Find the...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT