executed.
Example:
Determine the height (in second intervals) of a ball thrown in
the air at an initial speed of Vm/sec and an angle of S°
The formula is expressed as:
with g=9.8
without taking into account the effects of wind resistance.
Program
In this program the angular measurement unit is confi gured
and the T memory slot is initialized.
Initial velocity and angle are introduced in the V and S mem-
ories respectively.
Lbl 1 is used at the beginning of the repetition operation.
The numeric value stored in memory slot T functions as a
counter (with an increment of 1 each time) and is realized
through the Isz T function. In this case, the Isz command is
used only with the purpose of incrementing the value stored
in memory slot T, and the following skips do not depend on
any comparison or decision. The Isz command can also be
used in the same way as the Dsz command for skips that
require decisions, but as can be seen here, it can also be