EBK NUMERICAL METHODS FOR ENGINEERS
7th Edition
ISBN: 9780100254145
Author: Chapra
Publisher: YUZU
expand_more
expand_more
format_list_bulleted
Textbook Question
Chapter 11, Problem 24P
Develop a user-friendly program in eith erahigh-levelor macro language of your choice to obtain a solution for a tridiagonal system with the Thomas algorithm (Fig. 11.2). Test your program by duplicating the results of Example 11.1.
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
Problem 2 (25 points) (CCO 3)/MatlabGrader
Develop a Matlab function that finds a root of a function g(x) starting from the given initial estimates x (-1) and x (0) with a tolerance
in function of at least OK using the secant method. Name the function mySecant using as input the anonymous function g, the
initial estimates x00 and x0, the maximum number of iterations to perform N, and the required tolerance in function epsok. As
output, the function shall return four scalar variables: the numerical solution x, its tolerance in function tolFunc, its estimated
relative error ere, and the number of iterations performed n. If the requested tolerance in function cannot be reached within
N iterations, the function shall execute Matlab's error("...") function with an appropriate error message. Other than this
potential error message, do not print out any results to screen or do any plotting within the function. You must minimize the
number of function calls g(x) required per iteration, by…
Please don't provide handwritten solution ......
Im finding it difficult to answer this question, can you help in finding a solution?:
a) Choose boundary conditions (b.c.) for the boundaries A-G from the types of b.c. typically implemented with an incompressible CFD solver. State what quantities those b.c. impose, and which they leave undefined. Justify your choice of boundary condition.
b) Discuss the most important errors your choice of b.c. may introduce and how those could be remedied.
c) While walking past your desk, your team-leader reminds you that the quantity of interest is the massflow in the lower channel, and proposes to use a slip-wall condition for B. Unfortunately she doesn’t explain her reasoning. For the next team meeting, prepare a discussion of the pros and cons of that suggestion, and explain whether or not you think this suggestion should be followed.
Chapter 11 Solutions
EBK NUMERICAL METHODS FOR ENGINEERS
Ch. 11 - 11.1 Perform the same calculations as in (a)...Ch. 11 - Determine the matrix inverse for Example 11.1...Ch. 11 - 11.3 The following tridiagonal system must be...Ch. 11 - 11.4 Confirm the validity of the Cholesky...Ch. 11 - Perform the same calculations as in Example 11.2,...Ch. 11 - Perform a Cholesky decomposition of the following...Ch. 11 - Compute the Cholesky decomposition of...Ch. 11 - Use the Gauss-Seidel method to solve the...Ch. 11 - Recall from Prob. 10.8, that the following system...Ch. 11 - 11.10 Repeat Prob. 11.9, but use Jacobi...
Ch. 11 - 11.11 Use the Gauss-Seidel method to solve the...Ch. 11 - Use the Gauss-Seidel method (a) without relaxation...Ch. 11 - 11.13 Use the Gauss-Seidel method (a) without...Ch. 11 - Redraw Fig. 11.5 for the case where the slopes of...Ch. 11 - 11.15 Of the following three sets of linear...Ch. 11 - Use the software package of your choice to obtain...Ch. 11 - Given the pair of nonlinear simultaneous...Ch. 11 - An electronics company produces transistors,...Ch. 11 - Use MATLAB or Mathcad software to determine the...Ch. 11 - Repeat Prob. 11.19. but for the case of a...Ch. 11 - 11.21 Given a square matrix , write a single line...Ch. 11 - Write the following set of equations in matrix...Ch. 11 - In Sec. 9.2.1, we determined the number of...Ch. 11 - 11.24 Develop a user-friendly program in either a...Ch. 11 - 11.25 Develop a user-friendly program in either a...Ch. 11 - Develop a user-friendly program in either a...Ch. 11 - As described in Sec. PT3.1.2, linear algebraic...Ch. 11 - A pentadiagonal system with a bandwidth of five...
Additional Engineering Textbook Solutions
Find more solutions based on key concepts
Length of a Guy Wire A communications tower is located at the top of a steep hill, as shown. The angle of incli...
Precalculus: Mathematics for Calculus (Standalone Book)
Students in a Listening Responses class bought 40 tickets for a piano concert. The number of tickets purchased ...
Elementary and Intermediate Algebra: Concepts and Applications (7th Edition)
(a) Make a stem-and-leaf plot for these 24 observations on the number of customers who used a down-town CitiBan...
APPLIED STAT.IN BUS.+ECONOMICS
Empirical versus Theoretical A Monopoly player claims that the probability of getting a 4 when rolling a six-si...
Introductory Statistics
1. How is a sample related to a population?
Elementary Statistics: Picturing the World (7th Edition)
For Problems 23-28, write in simpler form, as in Example 4. logbFG
Finite Mathematics for Business, Economics, Life Sciences and Social Sciences
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, mechanical-engineering and related others by exploring similar questions and additional content below.Similar questions
- Write a brief (a few sentences) discussion about the significance of each of the following in regards to an iterative CFD solution: (a) initial conditions, (b) residual, (c) iteration, and (d) postprocessing.arrow_forwardMATLAB..Hand written plz asap....i'll upvote surearrow_forwardReduce the following block diagrams G1(s) R(s) + C(s) G2(s) G5(s) (s)9- G3(s) + G4(s) G7(s)arrow_forward
- Problem 6.5arrow_forwardConsider the following Initial Value Problem (IVP) dy /at = -t * sin (y); y(t = 0) =1 Solve for y(t=0.5) using a) Forward Euler method with At = 0.25. (Solve by hand) Develop a Matlab script that solves for y (t = 5) using Forward Euler method. Use the time step levels given below and plot t vs y in the same plot. Include the plot with the right format (axis labels, legends, ...) in your solution sheet and include your Matlab script in the solution as well. i) At = 0.25 ii) At = 0.125 b) Backward Euler method with At = 0.25 (Solve by hand)arrow_forwardNonearrow_forward
- What is the return type of angles function in MATLAB ?arrow_forwardHi, I need help on this question:a) Choose boundary conditions (b.c.) for the boundaries A-G from the types of b.c. typically implemented with an incompressible CFD solver. State what quantities those b.c. impose, and which they leave undefined. Justify your choice of boundary condition. b) Discuss the most important errors your choice of b.c. may introduce and how those could be remedied. c) While walking past your desk, your team-leader reminds you that the quantity of interest is the massflow in the lower channel, and proposes to use a slip-wall condition for B. Unfortunately she doesn’t explain her reasoning. For the next team meeting, prepare a discussion of the pros and cons of that suggestion, and explain whether or not you think this suggestion should be followed.arrow_forwardIf you can please take a look, I struggled with figuring out problem 2, 4, , and 6. Please let me know if you have any solutions.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Elements Of ElectromagneticsMechanical EngineeringISBN:9780190698614Author:Sadiku, Matthew N. O.Publisher:Oxford University PressMechanics of Materials (10th Edition)Mechanical EngineeringISBN:9780134319650Author:Russell C. HibbelerPublisher:PEARSONThermodynamics: An Engineering ApproachMechanical EngineeringISBN:9781259822674Author:Yunus A. Cengel Dr., Michael A. BolesPublisher:McGraw-Hill Education
- Control Systems EngineeringMechanical EngineeringISBN:9781118170519Author:Norman S. NisePublisher:WILEYMechanics of Materials (MindTap Course List)Mechanical EngineeringISBN:9781337093347Author:Barry J. Goodno, James M. GerePublisher:Cengage LearningEngineering Mechanics: StaticsMechanical EngineeringISBN:9781118807330Author:James L. Meriam, L. G. Kraige, J. N. BoltonPublisher:WILEY
Elements Of Electromagnetics
Mechanical Engineering
ISBN:9780190698614
Author:Sadiku, Matthew N. O.
Publisher:Oxford University Press
Mechanics of Materials (10th Edition)
Mechanical Engineering
ISBN:9780134319650
Author:Russell C. Hibbeler
Publisher:PEARSON
Thermodynamics: An Engineering Approach
Mechanical Engineering
ISBN:9781259822674
Author:Yunus A. Cengel Dr., Michael A. Boles
Publisher:McGraw-Hill Education
Control Systems Engineering
Mechanical Engineering
ISBN:9781118170519
Author:Norman S. Nise
Publisher:WILEY
Mechanics of Materials (MindTap Course List)
Mechanical Engineering
ISBN:9781337093347
Author:Barry J. Goodno, James M. Gere
Publisher:Cengage Learning
Engineering Mechanics: Statics
Mechanical Engineering
ISBN:9781118807330
Author:James L. Meriam, L. G. Kraige, J. N. Bolton
Publisher:WILEY
Finite Math: Markov Chain Example - The Gambler's Ruin; Author: Brandon Foltz;https://www.youtube.com/watch?v=afIhgiHVnj0;License: Standard YouTube License, CC-BY
Introduction: MARKOV PROCESS And MARKOV CHAINS // Short Lecture // Linear Algebra; Author: AfterMath;https://www.youtube.com/watch?v=qK-PUTuUSpw;License: Standard Youtube License
Stochastic process and Markov Chain Model | Transition Probability Matrix (TPM); Author: Dr. Harish Garg;https://www.youtube.com/watch?v=sb4jo4P4ZLI;License: Standard YouTube License, CC-BY