Question: Evaluating numeric dsolve

Hi everyone,

My question is as following:

Given the numeric solution to the dsolve call as a procedure, I define a function of this procedure, say

u(x(t),t), where x(t)=proc(t)..proc - output from dsolve/numeric

Is there a way to have u as a function of t only and not of procedure x(t) and t?

Thanks in advance for any help

Please Wait...