Solution 11716: Calculating the Inverse of a Matrix on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculator.
... Knowledge Base Search How do I calculate the inverse of a matrix on the TI-89 family, TI-92 family and Voyage 200 graphing calculator? The example below will demonstrate how to calculate the inverse of a matrix on the TI-89 family, TI-92 family and Voyage 200. Example: Find the invers...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11716
Solution 11715: Calculating the Inverse Natural Log on the TI-89 Family, TI-92 Family or Voyage™ 200 Graphing Calculators.
...e Base Search How do I calculate the inverse natural log of a number on my TI-89 family, TI-92 family or Voyage 200 graphing calculator? The examples listed below will display how to calculate the inverse natural log on the TI-89 family, TI-92 family or Voyage 200 graphing calculators. E...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11715
Solution 10353: Performing Number Base Conversions on the TI-85 or TI-86.
...ts Knowledge Base Knowledge Base Search How are number base conversions performed on the TI-85 or TI-86? The examples below will demonstrate how to perform number base conversions on the TI-85 or TI-86. Example 1: Convert 10110 to Hexadecimal. 1) Input 10...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10353
Solution 31951: Correcting a TI-89 Family, TI-92 Family, or Voyage™ 200 Graphing Calculator That is Locked Displaying "Busy" When Calculating Sigma Summation.
... family, or Voyage 200 graphing calculator when I calculate sigma summation? The summation failures occur when the calculator attempts to locate an exact equivalence for a calculation that can only be displayed as a decimal approximation. To correct the "busy" error when you are calculating sigm...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/31951
Solution 11708: Calculating Natural Logarithm on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
... Knowledge Base Search How do I calculate natural log on the TI-89 Family, TI-92 Family, and Voyage 200 graphing calculators? The following examples will demonstrate how to compute natural logs on the TI-89 Family, TI-92 Family, and Voyage 200 graphing calculators:Note: On the TI-92, TI-...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11708
Solution 30691: Degrees, Minutes, Seconds (DMS) Conversions on the TI-89 Family, TI-92 Family and Voyage 200™ Graphing Calculators.
...ge 200 graphing calculators recognizes a number as degrees, minutes, seconds (DMS) when that number is input using the following format: Below is an example of how to convert a number from decimal degrees to degrees, minutes, seconds. Example: Convert the number 5.5 into degrees, minutes, seconds...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/30691
Solution 11707: Calculating Linear Regressions on the TI-89 Family, TI-92 Family, and Voyage 200™ Graphing Calculators.
... Knowledge Base Search How do I calculate a linear regression on the TI-89 family, TI-92 family, and Voyage 200 graphing calculators? The example below will demonstrate how to calculate a linear regression for a given set of data on the TI-89 family, TI-92 family, and Voyage 200. Data...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11707
Solution 30350: Using the Two-Graph Mode on the TI-89 Family and Voyage™ 200 Graphing Calculators.
...p = application for bottom or right side. Graph 2 = Graph mode for bottom or right side. • Press [ENTER] to close the dialog box. Example: Graph the function f(x)=x3+x and the polar equation r=8sin(2.5Ө). Solution: • Press [MODE]. Press [F2] to display Page 2. • Set the Spli...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/30350
Solution 11695: Algorithm Used to Compute a Cubic Polynomial on a TI-85, TI-86, TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
...ce between the software on the TI-89 family and TI-92 family and the TI-85 and TI-86 is that they use different linear system solvers, which use slightly different criteria for determining when a linear system is too poorly conditioned to solve accurately. Apparently, the linear system solver on ...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11695
Solution 12173: Use of the Approx() Function on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
...200 graphing calculators? The function approx() returns the evaluation of an expression as a decimal value, when possible, regardless of the current Exact/Approx mode. It is equivalent to entering the expression and pressing [Diamond][ENTER] on the Home screen. Examples: approx(π)[ENTER] w...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/40304
Solution 11593: Defining a Function from a Program Prompt on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
... program prompt, convert the function contents to a string (if it is not already) and use the expr() function: expr("function string"&"store f(x)") Example: ... inputStr "input function", var1 expr(var1&"® y1(x)") ... Note: To input "quotation marks", press [2nd] [1]. To input the "®" symbol,...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11593
Solution 35675: Connecting 60 Devices With USB 3.0 Ports Using TI-Nspire™ CX Docking Station.
...Device Manager on PCs can be used to determine if USB 3.0 ports exist on your PC. However, this method will not indicate which specific port is currently used, it only designates items that are attached to the PC. • On Macs - From the Apple menu, choose "About this Mac" - Click "More Info" - Clic...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/35675
Solution 12784: Use of the Max() Function on the TI-89 family, TI-92 Plus, and Voyage™ 200.
...f each pair of corresponding elements. The syntax for this command is max(expression, expression), max(list1, list2) or max(matrix 1, matrix 2). For example: Please see the TI-89 family, TI-92 family and Voyage 200 guidebooks for additional information. Solution 12784: ...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12784
Solution 11968: Integer Division on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
...of integers. However, a combination of the normal division and the remain( ) function can be used to calculate both the quotient and remainder. For example, the division 123/32 will return 3.84375 in approximate mode. The number of units 3 is the quotient. To find the remainder, press [2nd] [MA...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11968
Solution 32811: Using the Ceiling() Function on the TI-Nspire™ Family Products.
...s greater than or equal to its argument. The argument can be a real number, complex number, list, or matrix.To perform this function, please see the examples listed below.Example 1: Using an Integer (0.456):1) Press [home].2) Press 1: Add Calculator.3) Press [catalog] which is the button with the...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/32811
Solution 30571: Creating User Defined Units For Unit Conversion on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
... Voyage 200 graphing calculator? If the appropriate unit cannot be found in the units menu a user may define a unit to store in the units menu. For example, to convert cubic feet into gallons or vice versa, it is known that 7.48051948 gallons is equal to one cubic foot. This value may be saved a...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/30571
Solution 30531: Finding the Inverse of a Function on the TI-89 Family, TI-92 Family and Voyage™ 200 Graphing Calculators.
... Knowledge Base Search How do I find the inverse of a function on a TI-89 Family, TI-92 Family and Voyage 200 calculator? For example, if you need to find the inverse of f(x)=5/x+10 follow the steps listed below. 1) On a sheet of paper, replace x with y, and replace f(x) w...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/30531
Solution 11856: Definition of the ClrHome Function on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
... TI-92 family or Voyage 200 calculator, press [green diamond] [Q] [2nd] [2] [C], scroll down to ClrHome and press [ENTER] [ENTER]. If performed correctly, the calculator should display "Done". Please see the TI-89 family, TI-92 family and Voyage 200 guidebooks for additional information. Solut...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/general-information/11856
Solution 29130: Calculating and Graphing Quadratic Regressions Using the TI-73 Family Calculator.
...a quadratic regression using the TI-73 family calculator? To calculate and graph quadratic regressions using the TI-73 family calculator, follow the example below. Please Note: Texas Instruments recommends all TI-73 family users update the calculator to the latest operating system. More informat...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/29130
Solution 10403: Symbolic Manipulation Capabilities of the TI-85 when Computing Derivatives.
...New Roman"; mso-bidi-theme-font:minor-bidi;} There are no symbolic manipulation capabilities on the TI-85. The der1() and der2() functions use an exact method internally, they will not give a symbolic output. The TI-85 has been discontinued. When upgrading, consider the TI-89 Titanium or the ...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10403
Solution 28632: Converting from Degrees Celsius to Fahrenheit on the TI-73 Explorer™.
... How do I convert from degrees Celsius to Fahrenheit on a TI-73 Explorer? To convert degrees from Celsius to Fahrenheit, use the unit converter. Example: Convert 32 degrees Celsius to degrees Fahrenheit. • Press [3],[2], [2nd] [Convert] • Scroll down using the down arrow and select [5: Temp....https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/28632
Solution 11701: Calculating Combinations and Permutations on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
...e Base Search How do I calculate combinations and permutations on the TI-89 family, TI-92 family, and Voyage 200 graphing calculators? The example below will demonstrate how to calculate combinations and permutations on the TI-89 family, TI-92 family, and Voyage 200. Example: What are ...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11701
Solution 11790: Step-by-Step Functionality on TI Graphing Calculators.
... Knowledge Base Knowledge Base Search Which of the graphing calculators have step-by-step functionality? Currently, TI graphing calculators do not offer step-by-step functionality. However, there is an Application (App) called Symbolic Math Guide (SMG) avail...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/general-information/11790
Solution 10418: Converting Mixed Numbers into Improper Fractions on a TI-85 or TI-86 Graphing Calculator.
... mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} The example below will demonstrate how to convert a mixed number into an improper fraction on a TI-85 or TI-86 graphing calculator. Example: Convert 1...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10418
Solution 28495: Converting Lists to Matrices and Vice Versa on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
... calculator? To convert matrices to lists use the mat►list( command and to convert lists to matrices use the list►mat( command. Please refer to the examples below. To convert a list to a matrix follow the steps below: • Press [APPS] and choose Statistics with List Editor App. • Press [▼] [1] [...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/28495