Question: Evaluating an integral of a numeric function

I want to evaluate an integral over a numerically calculated function. Specifically:

  • Uflow := proc (t) options operator, arrow; exp(-rho*t)*c(t)^(1-theta)/(1-theta) end proc
  • Uzero := int(Uflow(t), t = 0 .. 400, numeric = true)
  • evalf(Uzero)

where c(t) is calculated as a result of using dsolve/numeric to solve a system of 1st order o.d.e.s (and where the numerical values of rho and theta have been specified). However, Maple's just drawing the integral for me, which is not very helpful. Can anyone suggest what I'm doing wrong?

 

Thanks

David

 

 

 

Please Wait...