50g group photo

Yahoo Groups archive

50g

Archive for 50g.

Index last updated: 2026-03-30 00:59 UTC

Thread

Getting step by step working

Getting step by step working

2009-03-05 by mike

I set the step by step flag, but hitting eval just gives me a the final solution.

- Any tips?

Mick

Oh yea and I am returning to study this year so I am going to be asking plenty of questions.

Re: Getting step by step working

2009-03-06 by Tim Wessman

--- In 50g@yahoogroups.com, "mike" <mpc20@...> wrote:
>
> I set the step by step flag, but hitting eval just gives me a the final solution.

Step by step only works for a few things. Symbolic integration, sym diff, linear system solving. . . any others?

TW

Re: [50g] Re: Getting step by step working

2009-03-07 by Michael Carey

Thanks Tim, could you refresh me on how symbolic integration works
again?

>From memory its something like S(0,t) x^2.dx

I tried this but it comes up invalid argument.

Thanks Mick


On Fri, 2009-03-06 at 00:40 +0000, Tim Wessman wrote:
> --- In 50g@yahoogroups.com, "mike" <mpc20@...> wrote:
> >
> > I set the step by step flag, but hitting eval just gives me a the
> final solution.
>
> Step by step only works for a few things. Symbolic integration, sym
> diff, linear system solving. . . any others?
>
> TW
>
>
>
>
>

Re: [50g] Re: Getting step by step working

2009-03-08 by Don Hart

You should have 'S(0,T,X^2,X)' on the stack, if pretty print is turned off.

If you don't want to use "functional notation", your stack can look like...

0
T
X^2
X

...then hit the integrate key.

Also, make sure you're in exact mode.


--- On Fri, 3/6/09, Michael Carey <mpc20@...> wrote:

> From: Michael Carey <mpc20@...>
> Subject: Re: [50g] Re: Getting step by step working
> To: 50g@yahoogroups.com
> Date: Friday, March 6, 2009, 8:13 PM
> Thanks Tim, could you refresh me on how symbolic integration
> works
> again?
>
> >From memory its something like S(0,t) x^2.dx
>
> I tried this but it comes up invalid argument.
>
> Thanks Mick