| Author |
Message |
boozee
Joined: 29 Aug 2010 Posts: 6
|
Posted: August 29, 2010 1:47 PM Post subject: TI-89 SortA & SortD problem |
|
|
TI-89 SortA & SortD return out-of-order responses for lists.
This occurs on both the home screen and in a program.
Does anyone have this problem and, if necessary, can you suggest an alternative to use in programs?
Thanks |
|
| Back to top |
|
 |
mellamokb
Joined: 10 May 2007 Posts: 124
|
Posted: February 10, 2011 2:39 PM Post subject: |
|
|
Can you provide a sample piece of code or program that demonstrates this problem? I believe SortA and SortD themselves don't generate any output.
Regards,
~ mellamokb |
|
| Back to top |
|
 |
boozee
Joined: 29 Aug 2010 Posts: 6
|
Posted: February 16, 2011 10:36 PM Post subject: |
|
|
Thanks for asking.
The problem is cleared up now.
What I was doing in my program was inadvertently creating extraordinarily needless long multi-termed fractions to be used as arguments for SortA and SortD. These fractions, although accurate for my purposes, were not handled correctly by SortA and SortD. As soon as I noticed the complexity of the arguments, I used ROUND on them and SortA and SortD behaved properly.
Regards. |
|
| Back to top |
|
 |
|