Expand the function f(z) = (z − 1) / z^ 2 (z + 1)(z − 3)...
Expand the function f(z) = (z − 1) / z^ 2 (z + 1)(z − 3) as a
Laurent series about the origin z = 0 in all annular regions whose
boundaries are the circles containing the singularities of this
function.
Using Newton-Raphson method, find the complex root of the
function f(z) = z 2 + z + 1 with with an accuracy of 10–6. Let z0 =
1 − i. write program c++ or matlab
1. The function f(x, y) = ln(x3 + 2) / (y2
+ 3) (this function is of a fraction format) :
a.
has a stationary point at (1, 0)
b.
has a stationary point at (0, 0)
c.
has a stationary point at (0, 1)
d.
has no stationary points
2. Which of the following functions don’t have unit elasticity
at P = 6?
a.
Demand: Qd = 24 - 2 P
b.
Demand: Qd = 10/P
c.
Demand: log...
. Use the Taylor expansion of the function f(z) = 1 1+z [8] 4
centred at the origin z = 0, together with the extended Cauchy
Integral Formula to evaluate the contour integrals I C dz/ z^ k (z^
4 + 1), k = 0, 1, . . . , where C is any positively oriented simple
contour going around the origin that is interior to the circle of
radius 1 centred at z = 0.
1A) Use surface integral to evaluate the flux
of
F(x,y,z) =<x^3,y^3,z^3>
across the cylinder x^2+y^2=1, 0<=z<=2
1B) Use the Divergence Theorem to evaluate the
flux of F(x,y,z) =<x^3,y^3,z^3>
across the cylinder x^2+y^2=1, 0<=z<=2
Given function f(x,y,z)=x^(2)+2*y^(2)+z^(2), subject to two
constraints x+y+z=6 and x-2*y+z=0. find the extreme value of
f(x,y,z) and determine whether it is maximum of minimum.