Connect 1-semester Access Card For Numerical Methods For Engineers
Connect 1-semester Access Card For Numerical Methods For Engineers
7th Edition
ISBN: 9781259168772
Author: Chapra, Steven, Canale, Raymond
Publisher: McGraw-Hill Education
bartleby

Videos

Textbook Question
Book Icon
Chapter 13, Problem 12P

Develop a program using a programming or macro language to implement the golden-section search algorithm. Design the program so that it is expressly designed to locate a maximum. The subroutine should have the following features:

• Iterate until the relative error falls below a stopping criterion or exceeds a maximum number of iterations.

• Return both the optimal x and f ( x ) .

• Minimize the number of function evaluations.

Test your program with the same problem as Example 13.1.

Blurred answer
Students have asked these similar questions
Use the simplex algorithm to solve the following linear optimisation problem: maximisef(x1,x2,x3)=3x1+x2+2x3 subjectto: 3x1 +2x2 +x3 ≤8 x1 +2x2 +2x3 ≤4, x1,x2,x3 ≥0. You must address each of the 5 steps of the algorithm as presented in the course notes and videos in your answer.
Suppose we seek to minimizef(x)= 1/2 (x^T)Hx+ (c^T)x + 13 where H =  10   −9       −9    10 and c = 4         −15  Implement the steepest descent algorithm on this problem, using the starting point x0 = (11,0 )^T.
Determine the optimal value for the minimization of the following
Knowledge Booster
Background pattern image
Advanced Math
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, advanced-math and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Advanced Engineering Mathematics
Advanced Math
ISBN:9780470458365
Author:Erwin Kreyszig
Publisher:Wiley, John & Sons, Incorporated
Text book image
Numerical Methods for Engineers
Advanced Math
ISBN:9780073397924
Author:Steven C. Chapra Dr., Raymond P. Canale
Publisher:McGraw-Hill Education
Text book image
Introductory Mathematics for Engineering Applicat...
Advanced Math
ISBN:9781118141809
Author:Nathan Klingbeil
Publisher:WILEY
Text book image
Mathematics For Machine Technology
Advanced Math
ISBN:9781337798310
Author:Peterson, John.
Publisher:Cengage Learning,
Text book image
Basic Technical Mathematics
Advanced Math
ISBN:9780134437705
Author:Washington
Publisher:PEARSON
Text book image
Topology
Advanced Math
ISBN:9780134689517
Author:Munkres, James R.
Publisher:Pearson,
12. Searching and Sorting; Author: MIT OpenCourseWare;https://www.youtube.com/watch?v=6LOwPhPDwVc;License: Standard YouTube License, CC-BY
Algorithms and Data Structures - Full Course for Beginners from Treehouse; Author: freeCodeCamp.org;https://www.youtube.com/watch?v=8hly31xKli0;License: Standard Youtube License