Assignment Question
Assignment Question
1. A power company operates two thermal power plants A and B using three different
grades of coal C1, C2 and C3. The minimum power to be generated at plants A and B is
30MWh and 80MWh respectively. The quantities of various grades of coal needed to
produce 1Mhh of power at each plants, the pollution caused by each grades of coal at
each power plant and the costs of each grade of coal is given in table below.
Formulate the problem of finding the amount of various grades of coal to be used at each
power plant to minimize a) total pollution b) total cost
2. Find the solution of the following problems using MATLAB function fmincon with
starting point as xo=[1 1] for a and xo=[0 0 0 0] for b.
a)
b)
3. Minimize
By the Newton using [2 -1 1] as the starting point and write a Matlab code for it.
4. Step by step minimize the following function arithmetically and then write a MATLAB
Code to confirm the result.
Subjected to:
Using:
(a) Interval halving method in the interval (0, 1) to achieve an accuracy of within 5% of
the exact value.
(b) Exhaustive search method in the interval (0, 1) to achieve an accuracy of within 5%
of the exact value.
(c) Dichotomous search method in the interval (0, 1) to achieve an accuracy of within 5%
of the exact value using a value of δ = 0.0001.
6. Consider the following equation to be the probable position of an electron at any time λ.
Step by Step find its maximum value:
Using
a) Simplex method manually
b) using MATLAB
9. a) Consider the following strings denoting the vectors X1 and X2 in Genetic Algorithm:
Find the result of crossover at location 2. Also, determine the decimal values of the
variables before and after crossover if each string denotes a vector of two variables.
b) For a given GA based problem, determine the size of the binary string to be used to
achieve an accuracy of 0.01 for a design variable with the following bounds :
10. Explain the basic principles and analytical procedures of Fuzzy Logic and Neural
Network Optimization techniques.