[TI-73, TI-83, TI-86] Strange implied RETURN behavior
|
01-07-2020, 04:52 PM
Post: #1
|
|||
|
|||
[TI-73, TI-83, TI-86] Strange implied RETURN behavior
All TI calculators allow to omit RETURN at the end of a program executed as a subroutine, this RETURN is implied automatically at the eng of that program. I type this code:
Code: PROGRAM:INTEGRAL If I omit RETURN at the end, the calculation takes MORE time than with explicit RETURN. The difference is (at m=2^11) 13..15 seconds on a TI-86, 4 seconds on a TI-83, approx. 1 second on a TI-73 Explorer. The difference is very small, but it can be reliably measured and reproduced. Why does it happen? PS, do other calculators (e. g. HP) have the possibility to omit RETURN? And does it affect the calculation time? |
|||
01-07-2020, 08:21 PM
Post: #2
|
|||
|
|||
RE: [TI-73, TI-83, TI-86] Strange implied RETURN behavior
TI calculators are negligent about syntax. This slightly saves memory, sometimes allows you to do undocumented tricks. In cyclic computing, these tricks may slow down the program, as mentioned long ago on the TI-forum. Here are some examples for TI-83.
{1,2,3->AB instead of {1,2,3}->LAB DelVar_AB->C instead of DelVar_A:B->C If_B:5->C ... If_B<>0:Then:5->C For(A,1,B,C:End ... For(A,1,B,C):End and so on. |
|||
01-07-2020, 08:56 PM
Post: #3
|
|||
|
|||
RE: [TI-73, TI-83, TI-86] Strange implied RETURN behavior | |||
01-08-2020, 03:31 PM
Post: #4
|
|||
|
|||
RE: [TI-73, TI-83, TI-86] Strange implied RETURN behavior
(01-07-2020 08:56 PM)Csaba Tizedes Wrote: OFF Simpson method on TIs: one of the most creative way /OFF Thanks for the link! There's some good information in that paper. The programs aren't too hard to convert to other machines. Tom L Cui bono? |
|||
01-08-2020, 04:20 PM
Post: #5
|
|||
|
|||
RE: [TI-73, TI-83, TI-86] Strange implied RETURN behavior
(01-08-2020 03:31 PM)toml_12953 Wrote: Thanks for the link! There's some good information in that paper. The programs aren't too hard to convert to other machines. If you interested, check this one: Stewart calculus TI-89/92 version and TI-83 version. Both of them really valuable. Csaba |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)