Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Q1) Write MATLAB program to evaluate the max/min of a function using the bisection method. Let f(x)=((x-0.085)*1000)/(x^2) and the interval [0, 0.6] for 11 points

Q1) Write MATLAB program to evaluate the max/min of a function using the bisection method.

Let f(x)=((x-0.085)*1000)/(x^2) and the interval [0, 0.6] for 11 points

Q2) In probabilistic dynamic problem use Value iteration, or successive approximations method to define the optimal policy using matlab.

Q3) In probabilistic dynamic problem use policy iteration method to define the optimal policy, using matlab.

In Q2 and Q3 Consider the problem: and let B=0.9

image text in transcribedimage text in transcribed

At the beginning of each week, a machine is in one of four conditions (states): excellent (E), good (G), average (A), or bad (B). The weekly revenue earned by a machine in each type of condition is as follows: excellent, $100; good, $80; average, $50; bad, $10. After observing the condition of a machine at the beginning of the week, we have the option of instantaneously replacing it with an excellent machine, which costs $200. The quality of a machine deteriorates over time, as shown in Table 8. For this situation, determine the state space, decision sets, transition probabilities, and expected rewards. TABLE 8 Next Period's States of Machines Present State of Machine Probability That Machine Begins Next Week As Excellent Good Average Bad .7 .3 .7 Excellent Good Average Bad | .4 1.0 until replaced

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions