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 #180 background imageLoading...
Page #180 background image
©By Doug Burkett & anonymous poster
©Angle a1 is returned in format dd.mmsss, 12.345678 = 12°34'56.78"
©Assumes angle 'a1' is degrees if angle mode is Degree, or radians if the mode
is Radian.
if getmode("angle")="RADIAN":a1*57.295779513082a1
ipart(a1)+.01*(ipart(60*fpart(a1)))+.006*fpart(60*fpart(a1))
Endfunc
In summary:
dms() converts an angle in DMS format to degrees in Degree mode, or radians in Radian mode.
dmsi() converts an angle to DMS format. The angle is assumed to be degrees in Degree mode, and
radians in Radian mode.
[6.18] Use iPart() and int() effectively
iPart() and int() return the same results for positive numbers, but operate differently for negative
numbers. Remember that int() is identical to floor(), so it returns the greatest integer that is less than or
equal to the argument. So,
int(4.2) = iPart(4.2) = 4
but
int(-4.2) = -5 and iPart(-4.2) = -4
If you are trying to find the integer part of any number, use iPart().
[6.19] Sub-divide integration range to improve accuracy
You can improve the accuracy of numerical integration by taking advantage of the fact that the 89/92+
numerical integrator is more accurate over small intervals. For example, consider this function:
Q(x)=
1
2
x
e
t
2
2
dt
This is actually the integral for the the complement of the cumulative normal probability distribution
function. If you just integrate this function as shown, for x = 1,
1/((2·Œ))·á(^(-t^2/2),t,1,) = 0.1586 5525 3456 96
which has an error of about 4.745E-10. To get a more accurate result, find integrals over smaller
ranges that cover the entire integration limits range, and sum these to get the complete integral. The
table below shows the individual integrals for some ranges I chose.
6 - 22

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