Question: Can anyone help me to solve this and get the value of k


 

restart

``

Lambda := proc (z) options operator, arrow; int((z-u)*phi(u), u = 0 .. z) end proc

proc (z) options operator, arrow; int((z-u)*phi(u), u = 0 .. z) end proc

(1)

k := diff(Lambda(z), z)

int(phi(u), u = 0 .. z)

(2)

k

int(phi(u), u = 0 .. z)

(3)

m := subs(phi(z) = 1/2, k)

int(phi(u), u = 0 .. z)

(4)

``

``


 

Download dummy2.mw

Please Wait...