Re: How to print/display symbolic expressions from inside a Module
- To: mathgroup at smc.vnet.net
- Subject: [mg104234] Re: How to print/display symbolic expressions from inside a Module
- From: "Nasser M. Abbasi" <nma at 12000.org>
- Date: Sun, 25 Oct 2009 01:03:02 -0400 (EDT)
- References: <hbr599$rh2$1@smc.vnet.net> <hbu7q7$7hh$1@smc.vnet.net>
"Norbert Marxer" <marxer at mec.li> wrote in message news:hbu7q7$7hh$1 at smc.vnet.net... > > Hello > > Use Block (instead of Module). > > Best Regards > Norbert Marxer > Humm, how can this work? Again, no global symbols can be used. Foo[]:=Module[{},.....] Everything has to go inside the module above. So Block[] can't help. any symbol used must have the Module Context and below it. i.e. can't write x=2 if x is not allready a local symbol. But may be if you show me an example that would help. thanks, --Nasser