|
[Date Index]
[Thread Index]
[Author Index]
Re: Bug: Mathematica multipies statements together
- To: mathgroup at smc.vnet.net
- Subject: [mg25453] Re: Bug: Mathematica multipies statements together
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sun, 1 Oct 2000 02:44:37 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <8r1b66$ier@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
a) uuencode you notebooks. The most mailer cut the line length and
the result are syntax errors because mailer don't insert \
as line continuations.
b) that ist not a bug -- it is a feature. Since Mathematica use space
characters
as Times[] operator it is not clear if
a=b q=c mean a=(b*(q=c)) or it it mean
a=b
q=c
c) simply use the rule one input-cell for one output
d) use CompoundExpressions[] like a=b;q=c if you mean this
Regards
Jens
"Carl K. Woll" wrote:
>
> Dear mathgroup,
>
> I've been having trouble with the following bug. Occasionally, and for no
> reason that I can discern, mathematica multiplies statements together. At the
> end of this message, I have included a short Mathematica notebook which
> demonstrates this behavior. This error occurs with Mathematica running on both
> the WindowsNT and Linux oeprating systems.
>
> Can anyone else duplicate this problem, and suggest a workaround. I have sent
> in a bug report to Wolfram also, and I will forward what they suggest.
>
> The problem can be eliminated by inserting and deleting various carriage returns.
>
> Thanks,
>
> Carl Woll
Prev by Date:
Re: troubles with 3D plot
Next by Date:
Re: List element manipulation
Previous by thread:
Re: troubles with 3D plot
Next by thread:
Re: Bug: Mathematica multipies statements together
|