Find an upper bound for the error occured for the approximation
calculated by Divided Differences Method...
Find an upper bound for the error occured for the approximation
calculated by Divided Differences Method for f(x)=exp(2x)-x with
x0=1, x1=1.25, and x2=1.6.
Write matlab program to compute ∫f(x)dx lower bound a upper
bound b using simpson method and n points. Then, by recomputing
with n/2 points and using richardson method, display the exact
error and approximate error. (Test with a=0 b=pi f(x)=sin(x))
How is the variational principle applied?
Question 3 options:
a)
To find an upper bound for the ground-state kinetic energy
b)
To find an upper bound for the ground-state potential
energy
c)
To find a lower bound for the ground-state kinetic energy
d)
To find a lower bound for the ground-state potential
energy
e)
To find an upper bound for the ground-state total energy
Please find the Lower AND Upper bound of the above
number set:
36, 52, 60, 60, 62, 65, 65, 65, 70, 72, 74, 75, 75, 76, 76, 78,
79, 79, 80, 80, 82, 83, 84, 85, 88, 90, 90, 92, 95, 98, 99
(NOTE: The answer is not 36 nor 42 for low
bound nor 81.37 nor 110 for the upper bound. These were incorrect
answers.)
Refer to f(x)=1/x^2
1)Give an upper bound for the error you get when using the
fourth degree Taylor polynomial centered at c = 2 to
approximate f(2.1)
2)What is the actual error of your approximation? (Use a
calculator.)
Solve the following recurrence relations: (find an asymptotic
upper bound O(?) for each one)
a. T(n) = T(2n/3)+T(n/3) + n^2
b. T(n) = √nT(√n) + n
c. T(n) = T(n-1)+T(n/2) + n
The base case is that constant size problems can be solved in
constant time (O(1)). You can use the induction, substitution or
recursion tree method
Use the branch and bound method to find the optimal solution to
the following integer programming problem: maximize 7x1 + 3x2
subject to: 2 x1 + x2 < 9 3 x1 + 2x2 <13 x1, x2 > 0; x1,
x2 integer
Instead of using EXCEL Solver to solve this problem directly as an
integer programming problem, use EXCEL Solver to solve the LP
problems at each branch, with the appropriate constraints added,
according to the branch and bound algorithm. Be...
Use the formula to find the standard error of the distribution
of differences in sample means, x1 - x2. (there are lines above
both x's but my computer won't transcribe it)
Samples of size 45 from Population 1 with
mean 3.4 and standard deviation 1.5 and
samples of size 45 from Population 2 with
mean 1.9 and standard deviation 1.4
How to find IRR in excel using trial-error method?
Cash flows for each year are following:
Y0 = -55
Y1 = -30.62
Y2 = 4.14
Y3 = 6.68
Y4 = 8.74
Y5 = 9.54
Y6: tricky part is after Y5, cash flow growth is 3%
indefinitly
rate of return = 11%