Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Ex . 1 . 6 . Consider the scalar bounded nonlinear function Maximise f ( x ) = { x 2 , 0 x 2

Ex.1.6. Consider the scalar bounded nonlinear function
Maximise f(x)={x2,0x218-x4,2x3.
Give the MATLAB commands for solving the above problem using fminbnd.
Perform two iterations of the dichotomous search to determine the interval of uncertainty. Assume that =0.1.
Ex.1.7. Consider the following scalar nonlinear function, which is being solved by the dichotomous search with =0.1,
minf(x)={4(x-1)2,0x2,2x,2x3.
Perform two iterations to determine the interval of uncertainty.
Write a MATLAB code for solving the problem such that the absolute error is less than 10-6. The code should output the approximated optimal point.
Give the MATLAB commands for solving the problem using fminbnd.
Ex.1.8. Consider the scalar nonlinear function
maxf(x)={x+1,xin[-2,-1],1-x2,xin[-1,1].
Perform two iterations of the golden section method to determine the interval of uncertainty.
Give the MATLAB commands for solving the above problem using fminbnd.
image text in transcribed

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

Pro SQL Server Wait Statistics

Authors: Enrico Van De Laar

1st Edition

1484211391, 9781484211397

Students also viewed these Databases questions