|
[Date Index]
[Thread Index]
[Author Index]
Re: Subscript Bug?
- To: mathgroup at smc.vnet.net
- Subject: [mg90128] Re: [mg90111] Subscript Bug?
- From: "Aaron Fude" <aaronfude at gmail.com>
- Date: Mon, 30 Jun 2008 04:52:09 -0400 (EDT)
- References: <200806290936.FAA29888@smc.vnet.net>
My version is 6.0.2.1 on XP, so I guess the feature/bug argument may still
be open.
On Sun, Jun 29, 2008 at 2:25 PM, <bsyehuda at gmail.com> wrote:
> I couldn't repeat this. I use version 6.0.2 over linux (64 bits version)
> the output is as expected
> yehuda
>
> On Sun, Jun 29, 2008 at 12:36 PM, Aaron Fude <aaronfude at gmail.com> wrote:
>
>> Hi,
>>
>> I have this code in a cell:
>>
>> Subscript[H, 1] = 110; Subscript[H, 2] = 90;
>> H = Subscript[H, 1] + Subscript[H, 2];
>> Tanh[Subscript[H, 1]]
>>
>> The first time I execute the cell, I get
>>
>> Tanh[Subscript[200, 1]]
>>
>> which of course is nonsense.
>>
>> A second execution, yields the correct answer:
>>
>> Tanh[110]
>>
>> Is this a feature that I don't understand or a bug?
>>
>>
>
Prev by Date:
Re: Subscript Bug?
Next by Date:
Re: Subscript Bug?
Previous by thread:
Re: Subscript Bug?
Next by thread:
Re: Subscript Bug?
|