EasyManuals Logo
Home>Texas Instruments>Calculator>TI-89

Texas Instruments TI-89 Tip List

Texas Instruments TI-89
507 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #289 background imageLoading...
Page #289 background image
[6.64] Calculate through undef and get correct results
In some cases you can calculate with undef values and still get the correct result. Suppose we want to
find the reciprocal of the sum of reciprocals of numeric list elements, like this:
1/sum(1/list)
where list is the list of elements. This calculation is used to find the equivalent resistance of a set of
parallel resistors, where the list elements are the individual resistance values. Suppose list = {2,4,6,12},
then the expression returns 1 as expected. But if list = {2,4,6,12,0}, then the expression above returns
the correct result of zero, even though manually performing the individual calculations results in undef:
1/list returns {1/2, 1/4, 1/6, 1/12, undef}
sum({1/2, 1/4, 1/6, 1/12, undef}) returns undef
1/undef returns undef
Evidently, the calculator reorganizes the expression to avoid the division by zero.
6 - 131

Table of Contents

Other manuals for Texas Instruments TI-89

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-89 and is the answer not in the manual?

Texas Instruments TI-89 Specifications

General IconGeneral
Display size (HxV)100 x 160 mm
Memory type639K FLASH ROM, 188K bytes RAM
Compatible operating systemsOperating System 2.09
Battery typeAAA

Related product manuals