Re: query
- To: mathgroup at smc.vnet.net
- Subject: [mg75675] Re: [mg75631] query
- From: Andrzej Kozlowski <akoz at mimuw.edu.pl>
- Date: Tue, 8 May 2007 05:56:37 -0400 (EDT)
- References: <200705070932.FAA28090@smc.vnet.net>
On 7 May 2007, at 18:32, dimitris wrote: > Hello. > > I have the expression 1/Sqrt[2] + I/Sqrt[2] > > Then > > In[47]:= > 1/Sqrt[2] + I/Sqrt[2] > > Out[47]= > (1 + I)/Sqrt[2] > > Mathematica writes this expression as (1 + I)/Sqrt[2]. > > How is it possible to take as an output 1/Sqrt[2] + I/Sqrt[2] > avoiding the use of HoldForm and Unevaluated? > > Dimitris > > Obviously you can't, if you evaluate the expression. However, since you seem to want to keep it in the form it already is in when you input it, why do you have to evaluate it at all? Andrzej KOzlowski
- References:
- query
- From: dimitris <dimmechan@yahoo.com>
- query