Re: Intermediate computational results
- To: mathgroup at smc.vnet.net
- Subject: [mg95369] Re: Intermediate computational results
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sat, 17 Jan 2009 05:26:20 -0500 (EST)
- References: <gkppsm$dp8$1@smc.vnet.net>
Hi, Trace[] ?? may help. Regards Jens TL wrote: > I have a mathematical expression and I have to demonstrate a real world > example - an actual computation using the formula. > For that purpose I'd like to show all intermediate steps, not just the > final result. > Is there a way to tell Mathematica to do one step at a time and not just > show the final result? > > For example > > A=B+CD > B=10 > C=11 > D=12 > > A=10+11x12=10+132=142 > > In other words I wouldn't like to type in all the equations with the > exact numerical values. > >