Question: How do I take an integral with variable upper limit from a function solved numerically?

I solved a system of differential equations and want to declare an integral with variable upper limit ( T(x) ) from a function I got from the system ( r(x) ). I did so, but Maple doesn't recognise it as a function of one variable, because when I put this T(x) into a system, it gives me an error:

Error, (in dsolve/numeric/process_input) input system must be an ODE system, got independent variables {t, x}

Though there is no t in the system, t was an integration variable when I declared T(x).

Where is the mistake?

2.mw

Please Wait...