On 2013-07-27, Emmanuel Charpentier <emanuel.charpent...@gmail.com> wrote:

> (%i2) define(h(x),integrate(f(t),t,g1(x),g2(x)));
>
> defint: lower limit of integration must be real; found g1(x)
>  -- an error. To debug this try: debugmode(true);

Well, a way to make this work is to write define(h(x), 'integrate(...)).
'integrate is a formal integral -- it doesn't invoke the code to solve
definite integrals -- so it won't bump into that error.

best

Robert Dodier

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to