Another TI-Bug?

A General Discussion forum for TI calculators

Moderator: MaxCoderz Staff

Post Reply
User avatar
NanoWar
Extreme Poster
Posts: 365
Joined: Fri 17 Dec, 2004 6:39 pm
Location: #$&"%§!
Contact:

Another TI-Bug?

Post by NanoWar »

I found something weird in TIOS:

Type

Code: Select all

{1,2
2Ans
output: {2 4}

Then type

Code: Select all

3.33→A
And then type

Code: Select all

{1,2→A
2A
output: 6.66

Isn't that strange? I use 1.16 TI83+.
Or is that fixed in later OS updates?
Revolution Software
tifreak8x
Sir Posts-A-Lot
Posts: 297
Joined: Mon 11 Jul, 2005 4:42 pm
Location: Indiana
Contact:

Post by tifreak8x »

I can do that on my TI-83... running OS 1.08
http://tifreakware.net - Connecting TI communities
User avatar
Dwedit
Maxcoderz Staff
Posts: 579
Joined: Wed 15 Dec, 2004 6:06 am
Location: Chicago!
Contact:

Post by Dwedit »

Great idea, storing a LIST into a REAL type. Like that's going to work?
You know your hexadecimal output routine is broken when it displays the character 'G'.
tifreak8x
Sir Posts-A-Lot
Posts: 297
Joined: Mon 11 Jul, 2005 4:42 pm
Location: Indiana
Contact:

Post by tifreak8x »

Actually... You are creating two different types of variables. {1,2->A is a known type of optimization. If you look in your "list" menu, you will see it, and when accessing it from the menu, it will display {1,2}. Try it with other list names.

As to the 3.33->A, then 2A, that is the optimized for of multiplying...

Anywho, weregoose asked me to post this up here as he was signing off...
http://tifreakware.net - Connecting TI communities
Gert-Jan
New Member
Posts: 42
Joined: Mon 06 Feb, 2006 5:18 pm

Post by Gert-Jan »

i don't see the bug actually
King Harold
Calc King
Posts: 1513
Joined: Sat 05 Aug, 2006 7:22 am

Post by King Harold »

as tifreak said, trying to store a list in a REAL will make a list of that name.. It still works under 2.41
Gert-Jan
New Member
Posts: 42
Joined: Mon 06 Feb, 2006 5:18 pm

Post by Gert-Jan »

ye, that isn't a bug
Andy_J
Calc Master
Posts: 1110
Joined: Mon 20 Dec, 2004 10:01 pm
Location: In the state of Roo Fearing
Contact:

Post by Andy_J »

One key point noone has pointed out yet: To do 2 times the list, you'd need 2lA, where l is the list denotation L.
ImageImage
Image
King Harold
Calc King
Posts: 1513
Joined: Sat 05 Aug, 2006 7:22 am

Post by King Harold »

oh yea, else its just the real again, which has an undefined value..
but when Ans is a list its just 2Ans because lAns (where l is the sub-L) is completely invalid.
Post Reply