Learning Trace more....
- To: mathgroup at smc.vnet.net
- Subject: [mg100445] Learning Trace more....
- From: meitnik <meitnik at gmail.com>
- Date: Thu, 4 Jun 2009 03:32:46 -0400 (EDT)
Hi, I am seeking a deeper fuller tutorial on Trace function. Links, notebooks or examples are welcomed. Btw, I have found doing this idiom useful: Trace[(exprToStudy) , TraceOriginal -> True , TraceBackward -> All , TraceForward -> All , TraceAbove -> True] // Flatten // Column Any problems doing so? Enhancements? Thanks. Andrew