You could write a short function, called something like 'do', so that
when you typed in:
do(integral(x^2+3,x))
it produced the output with a "+c" string appended to the end.
Not the most elegant, but it would do
Did you like the pun?
Nevil
On Apr 9, 9:23 pm, Andy Kemp <
a...@kemp.co> wrote:
> Thanks, was wondering if I had just missed something!
>
>
>
>
>
>
>
> On Sat, Apr 9, 2011 at 9:05 PM, Sean Bird <
covenantb...@gmail.com> wrote:
> > You are correct the "+constant" has not been included from the TI-89 days.
> > Here is a solution that isn't any better:
> > deSolve(y'=x^2+3,x,y)
>