MathGroup Archive 2011

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

Search the Archive

output forms

  • To: mathgroup at smc.vnet.net
  • Subject: [mg121492] output forms
  • From: klkj fukyfl <kitas11 at yahoo.com>
  • Date: Sat, 17 Sep 2011 06:26:25 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Reply-to: klkj fukyfl <kitas11 at yahoo.com>

Hello, I need Matheamtica to do the following:

in:

a=1;
b=2;
c=3;
d=a+b*c

out: 

d=1+2*3
and so on...

previously I was using another system, but I found that this kind of stuff is impossible

Can this be performed on Mathematica?



  • Prev by Date: Styling initialization cells
  • Next by Date: CUDA computing
  • Previous by thread: Re: Styling initialization cells
  • Next by thread: Re: output forms