Solution 12048: Changing the Scale of a Graph in The Geometer's Sketchpad® App for the TI-89 Family, TI-92 Plus and Voyage™ 200 Graphing Calculators.
...the 4 arrow keys (up, down, left or right) to change the scale of the graph.For more information on how to use The Geometer's Sketchpad® App, please take a look at The Geometer's Sketchpad guidebook. Solution 12048: Changing the Scale of a Graph in The Geometer's Sketchpad® App for the TI-89 ...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12048
Solution 12069: Storing a Value to a Matrix Element on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
...age 200 graphing calculators? For this example use the matrix below: To enter the matrix: 1) If the Apps Desktop is on, press [APPS], highlight Data/Matrix Editor, then press the [ENTER] key. (If your Apps Desktop is turned off, press [APPS][6][3] and skip the next step). 2) Choose option 3:N...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12069
Solution 12043: Archiving a Program on the TI-89 Family, TI-92 Plus, and Voyage™ 200 Graphing Calculators.
...creen or within the VAR-LINK menu on the TI-89 family, TI-92 Plus, and Voyage 200. Archiving from the Home Screen: • On the Home Screen, press [CATALOG] ([2nd] [CATALOG] on the TI-92 Plus and Voyage 200). • Select Archive and press [ENTER]. • Type the name of the program to archive. The scr...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12043
Solution 11797: Using the Expand() Function on the TI-89 Family, TI-92 Family and Voyage™ 200 Graphing Calculators.
... the factor() function. The expansion is polynomial expansion for polynomials and partial fraction expansion for rational expressions. The proper syntax for the expand() function is: expand(expression [,var]) Follow the example provided below to use the expand() function: Example: Expand (x+y...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11797
Solution 12101: Limit() Function Returns Unexpected Answers on the TI-89 Family, TI-92 Family, or Voyage™ 200 Graphing Calculators.
...off errors in floating point (decimal) numbers -- especially near removable or unremovable singularities. It is suggested to avoid floating-point constants and APPROXIMATE mode when using the limit() function. Try all problems in EXACT or AUTO mode for better results.Please see the TI-89 family, ...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12101
Solution 11755: Finding the Row Echelon Form of a Matrix Using a TI-89 Family, TI-92 Family, or Voyage™ 200 Graphing Calculator.
...emonstrate how to find the row echelon form of a matrix. Example: Find the row echelon form of matrix B: Solution: First enter the matrix in the data matrix editor. 1) Press [APPS] [6] [3] (If the Apps Desktop is on, press [APPS], select Data/Matrix Editor, and press [3]). 2) Press [►] [2] [...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11755
Solution 12130: Difference Between the FIX and FLOAT Display Digits Mode Settings on the TI-89 Family, TI-92 Family and Voyage™ 200 Graphing Calculators.
...x digits. The [MODE] key can be used to select different settings which will apply to all exponential formats.Internally, the device calculates and retains all decimal results with up to 14 significant digits (although a maximum of 12 are displayed).Setting ExampleDescription FIX(0-12)123. ...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12130
Solution 11747: Entering the Fibonacci Sequence on the TI-89 Family, TI-92 Plus and Voyage™ 200.
...n• Press [Diamond] [Y=]• Enter u1=u1(n-1)+u1(n-2)• Press [ENTER]• Enter ui1={1,1}• Press [ENTER]• Press [Diamond] [TBLSET]• Set the parameters to tblStart=1 and Dtbl=1• Press [Diamond] [TABLE] and the Fibonacci sequence will be displayed in column 2 (u1) Please see the TI-89 family, TI-92 family ...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11747
Solution 11861: The d() Function Algorithm on the TI-89 Family, TI-92 Family and Voyage™ 200 Graphing Calculators.
...or a matrix. This function uses the chain rule together with the well-known formulas for the derivatives of sums, products, sinusoids, etc. The syntax for this function is: For an Expression: d(expression, var [,order])For a List: d(list,var [,order])For a Matrix: d(matrix,var [,order])Order, ...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11861
Solution 11744: Entering Absolute Values on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
...nter the absolute value of an expression using the abs() function on the TI-89 family, TI-92 family, and Voyage 200.Example: Find |-9|1) Press the [CATALOG] key - [2nd] [CATALOG] on the TI-92 Family and Voyage 2002) Scroll to abs( and press [ENTER]3) Press [(-)] [9] [)]4) Press [ENTER] for the re...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11744
Solution 12125: Converting a Number from Decimal to a Binary Number on the TI-89 Family, TI-92 Family, and Voyage 200™ Graphing Calculators.
... family, and Voyage 200 graphing calculators? Use the >Bin operator to convert a number to binary. The operator is under the MATH/Base Menu. The syntax for the operator is integer>Bin. Example: Enter 256 >Bin and press [ENTER] to return 0b100000000. Please Note: Binary numbers always have ...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12125
Solution 11734: Creating Repetition in a TI Basic Program on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
...w can I create a repetition in a TI Basic program on the TI-89 Family, TI-92 Family, and Voyage 200? There are three structures that allow to program tasks that repeat. The three repetition structures are: • The Loop...EndLoop. • The For ...EndFor. • The While...EndWhile. Each structure is diff...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11734
Solution 10422: Creating Box Plots Using the TI-86.
...Knowledge Base Search How do I create a box plot on the TI-86? The example below will demonstrate how to create a box plot on the TI-86. Data for this example: xStat: {3,5,8,10} fStat: {7,8,14,18} To enter the data into the TI-86: • Enter STAT mode by pressing [2nd] [STAT]. • Press [...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10422
Solution 11786: Running a Program on the TI-89 Family, TI-92 Plus or Voyage™ 200 Graphing Calculators.
...he HOME screen with an open parenthesis [ ( ]. 6) Press the closed parenthesis key [ ) ]. The calculator screen should display: 7) Press [ENTER] to start the program. Please see the TI-89 family, TI-92 family and Voyage 200 guidebooks for additional information. Solution 11786: Running a Progra...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11786
Solution 12115: Calculating the Transpose of a Matrix using the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
...TI-92 Family, and Voyage 200. For this example use the matrix below: To enter the matrix: 1) If the Apps Desktop is on, press [APPS], highlight Data/Matrix Editor, then press the [ENTER] key. (If your Apps Desktop is turned off, press [APPS][6][3] and skip the next step) 2) Choose option 3:Ne...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12115
Solution 11714: Calculating the Eigenvalue and Eigenvector of a Matrix on the TI-89 Family, and Voyage™ 200 Graphing Calculators.
...ER].To find the eigenvector:1) Press [2nd] [MATH].2) Select [4:MATRIX].3) Press [ALPHA] [A].4) Press [ALPHA] [A] [ ) ] [ENTER].Please see the TI-89 Titanium / Voyage 200 guidebook for additional information. Solution 11714: Calculating the Eigenvalue and Eigenvector of a Matrix on the TI-89 Fami...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11714
Solution 10350: Finding the Determinant and Inverse of a Matrix on the TI-85 or TI-86.
...atrix on the TI-85 or TI-86? The example below will demonstrate how to find the determinant of a matrix on the TI-85 or TI-86. Example: Using the data represented here in matrix A. A = Solution: To enter the matrix, • Press [2nd] [MATRX] [F2] to enter the matrix editor • Input [A] press [E...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10350
Solution 10579: Entering Absolute Values using the TI-85 and TI-86 Graphing Calculators.
...ute values using the TI-85 and TI-86 graphing calculator? The instructions below demonstrate how to use the abs function to obtain the absolute value using the TI-85 and TI-86. Example: Find |-6| • Press [2nd][MATH][F1][F5] • Input -6 • Press [ENTER] for the result For...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10579
Solution 12100: Calculating Inverse Logarithms or Antilogs on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
...92 family or Voyage 200 graphing calculators? The inverse log of a number N is equal to 10^N. 10^ can be entered manually or accessed through the CATALOG menu. Example: To calculate the inverse log of 1.25, enter 10^1.25, which returns 17.7828. Please see the TI-89 family, TI-92 family and ...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12100
Solution 10401: Plotting Points using the TI-85.
...e Search How do I plot a set of points using the TI-85? The following example will demonstrate how to plot a set of points using the TI-85:Data for this example: xStat: {3,5,8,10}yStat: {7,8,14,18}1) Clear the screen then press [STAT] [F2] [F1] [ENTER] [ENTER].2) The cursor will display ...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10401
Solution 12062: Calculating Median-Median Regression Using the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
...I-92 family, and Voyage 200 graphing calculators? The example below will demonstrate how to calculate a median-median regression for a given set of data using the TI-89 family, TI-92 family, and Voyage 200. Data for this example: X values = {5, 9, 20, 25, 30, 35, 41} Y values = {4, 31, 42, 39,...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12062
Solution 10439: Plotting Points Using the TI-86.
... Search How do I plot a set of points using the TI-86? The following example will demonstrate how to plot a set of points using the TI-86:Data for this example:xStat: {3,5,8,10}yStat: {7,8,14,18}Enter the data into the TI-86:• Enter STAT mode by pressing [2nd][STAT].• Press [F2] to sele...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10439
Solution 10395: Calculating a Linear Regression Using the TI-85.
...egression using the TI-85? The following example will demonstrate how to perform a Linear Regression using the TI-85Example:xstat = {2, 3, 6} ystat = {5, 11, 13}Solution:1) Clear the home screen then press [STAT] [F2] [F1] [ENTER] [ENTER]2) The cursor will display after x1...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10395
Solution 23550: Performing Laplace and Inverse Laplace Transformations on the TI-89 Family, TI-92 Plus, Voyage™ 200 Graphing Calculators.
..., in terms of a universal frequency variable Laplaces. The steps below were generated using the ME*Pro application. 1) Once the Application has been started, press [F4:Reference] and select [2:Transforms] 2) Choose [2:Laplace Transforms]. 3) Choose [3:Transform Pairs]. 4) Scroll down to t: 1/s...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/23550
Solution 21411: Graphing the Density of a Curve on the TI-89 Family, TI-92 Plus and Voyage™ 200 Graphing Calculators.
... How do I graph the density of a curve using the TI-89 family, TI-92 Plus and Voyage 200 calculator? In order to graph the density of a curve, the Statistics with List Editor calculator software application (App) must be installed on the TI-89 family, TI-92 Plus and Voyage 200 calculator. If th...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/21411