MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Re: Psychrometric chart
  • Next by Date: Rasterize off by one pixel
  • Previous by thread: Re: what is my error?
  • Next by thread: Re: Learning Trace more....