Evaluating an integral of a numeric function

June 25 2009 by dcomerf 4
false
Maple

0


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

 

 

 

 
Loading Comments & Answers

You must be logged into your MaplePrimes account in order to post a comment. If you don't have an account, you can create an account here.

     

Forgot Your Password? Create an Account