Re: problem
- To: mathgroup at smc.vnet.net
- Subject: [mg37718] Re: problem
- From: Matt Herman <mherman at math.brown.edu>
- Date: Sat, 9 Nov 2002 00:30:38 -0500 (EST)
- Organization: Brown University
- References: <aqfq5l$7gr$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Teo, For built-in functions, you are out of luck. If you program an algorithm and use that in mathematica, then do Trace[fcn[inputs],_=_], and you will see most of what is going on. For your last question, set the default output to TraditionalForm. Matt Herman On Fri, 8 Nov 2002, Teo wrote: > How do i get mathematica 4 to show me step-by-step how it solved my input?i > want to see the whole process and can't find any option to enable this. > the other question is how can i make it show me the solution but in a more > "nicer" form. i mean, to be written like i would write it for my homework. > example: i would never write 5^3 but i would write it like 5 and a small 3 > in the upper right corner of the number 5. i think you all know what i mean. > thanks a lot, > Teo > > > >