Solution 11181: Creating a Backup of the Files on a Graphing Calculator Using TI Connect™.
...lculator, please follow these steps:1) Connect the TI USB or Connectivity cable to the calculator and the PC. Verify the USB or Connectivity cable is completely pushed into the Calculator and is a tight fit. If it is not completely pushed in the computer will not detect it.2) Start the TI Connect...https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/11181
Solution 11700: Calculating Permutations and Combinations Using the TI-83 Family, TI-84 Plus Family, and TI-Nspire™ Handheld in TI-84 Plus Mode.
...te permutations and combinations using the TI-83 family, TI-84 Plus family, and TI-Nspire handheld in TI-84 Plus mode? The examples below will demonstrate how to calculate permutations and combinations using the TI-83 family, TI-84 Plus family, and TI-Nspire handheld in TI-84 Plus mode. Example...https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/11700
Solution 11694: Algorithm Used for Calculating the Inverse of a Matrix on a Texas Instruments Graphing Calculator.
... Knowledge Base Search How is the inverse of a matrix calculated? Texas Instruments graphing calculators use a LU (Lower-Upper) decomposition or factorization algorithm when calculating the inverse of a matrix (reference "Numerical Methods and Software" by Kahaner, Moler, an...https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/11694
Solution 11777: Logarithm Calculations on Texas Instruments Graphing Calculators.
... Knowledge Base Search How do I calculate logarithms using Texas Instruments graphing calculators? The following examples show how to compute a logarithm on Texas Instruments graphing calculators. Using the TI-80, TI-81, TI-82, TI-83 family, TI-84 Plus family, or TI-Nspire™ hand...https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/11777
Solution 11521: Installing New TI Key Fonts on a Windows® Computer.
...sted below:%WINDIR%\Fonts • After copying and pasting the above text click [Ok] to launch the fonts folder. • Drag and drop the font you downloaded/extracted into the font folder that appears. Please Note:• Saving the downloaded font file to the "Desktop" folder affords ease of access. • When pro...https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/11521
Solution 34420: Performing T-Test Computations Using the TI-83 Plus and TI-84 Plus Family of Graphing Calculators.
... How do I compute a T-Test on the TI-83 Plus and TI-84 Plus Family of graphing calculators? The following example demonstrates how to perform a T-Test calculation. Data for this example: {30.3, 30.5, 30.6, 31, 30.7, 30.7, 30.4, 30.9, 31} Entering the data: 1) Pr...https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34420
Solution 36983: Problems when sending invalid files accompanied with valid files at one time in TI-Connect CE™ on Windows®.
...at problems will I have when sending invalid files accompanied with valid files in TI-Connect CE™ to my supported calculator on Windows®? Attempts to transfer files that are not supported on a graphing calculator, like files with the following extensions .exe, .dmg or .zip and files containing va...https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/36983
Solution 11749: Factorials of Decimal (0.5) Numbers on Texas Instruments Graphing Calculators.
... Base Search Why do I get an answer when I factor numbers ending in .5 on my graphing calculator? Factorial is defined as: The factorial is computed recursively using the relationship, (n+1)! = (n+1)*n!, until n is reduced to either 0 or -1/2. At this point, the definitions, 0! = 1 or ...https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/11749
Solution 11748: Explanation of r^2 and R^2 on the TI-83 Family or TI-84 Family Graphing Calculator.
...l variation in the values of the variable Y that can be accounted for or explained by a linear relationship with the values of the random variable X. Thus, a correlation of 0.6 means that 0.36 or 36% or the total variation of the values of Y in our sample is accounted for by a linear relationship...https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/11748
Solution 13680: Finding Proper Fractions and Common Denominators on the TI-89, TI-89 Titanium, TI-92 Family or Voyage™ 200 Graphing Calculators.
...proper fractions and common denominators on the TI-89, TI-89 Titanium, TI-92 Family, or Voyage 200 graphing calculators? The example below will demonstrate how to find proper fractions and common denominators of an expression on the TI-89, TI-89 Titanium, TI-92 family or Voyage 200. Use the propF...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/13680
Solution 13344: Calculating lcm() (Least Common Multiple) of Two Arguments on the TI-89 Family, TI-92 Family and Voyage™ 200 Graphing Calculators.
...divided by the greatest common divisor (GCD) of their denominators. The LCM of fractional floating-point numbers is their product. For two lists or matrices, lcm() returns the LCMs of the corresponding elements. The proper syntaxes for the lcm() function are as follows: lcm(number1,number2) Þ ...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/13344
Solution 12650: Calculating Trigonometric Functions on the TI-81.
Solution 12650: Calculating Trigonometric Functions on the TI-81. Solution 12650: Calculating Trigonometric Functions on the TI-81. global Solution 12650: Calculating Trigonometric Functions on the TI-81. website ...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12650
Solution 12184: Algorithm for the Exec Command on the TI-89 Family, TI-92 Family and Voyage™ 200 Graphing Calculators.
...nd and how is it used on the TI-89 Family, TI-92 Family and Voyage 200 graphing calculators? The syntax for the Exec function is provided below:Exec string [, espression1] [, expression2]...The Exec function executes a string consisting of a series of Motorola 68000 op-codes. These codes act as a...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12184
Solution 11820: Algorithm Used for the cZeros() (Complex Zeros) Function on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
...2 family and Voyage 200 is given below: cZeros(expr, var) → list cZeros({expression1, expression2 [, … ] },{varOrGuess1, varOrGuess2 [, … ] }) → matrix The cZeros( function returns a list of candidate real and non-real values of var that make expression = 0 by using the lexical Gröbner/Buchber...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11820
Solution 12134: Using Strings on the TI-89 Family, TI-92 Family, and Voyage™ 200.
...erform an action. Examples: Disp "The Result is", answer Input "Enter the angle in degrees", angle1 "Enter the angle in degrees" ->str1 Some input commands, such as InputStr, automatically store user input as a string and do not require the user to enter quotation marks. A string cannot be ev...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12134
Solution 11868: Certain Polar Values Not Computed on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
...ed into polar form. Converting a very complicated expression in rectangular form to polar form while the calculator is in EXACT or AUTO mode can be extraneous on the Computer Algebra System (CAS). Internal complex calculations are calculated in rectangular form. So, the polar complex numbers are ...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11868
Solution 11727: Computing the Dot Product on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
...ledge Base Search How do I calculate the dot product on the TI-89 family, TI-92 family and Voyage 200 graphing calculators? The following instructions demonstrate how to compute the dot product using the TI-89 family, TI-92 family and Voyage 200. Example: Find the dot product of vectors ...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11727
Solution 11725: Computing the Cross Product on the TI-89 Family and Voyage™ 200 Graphing Calculators.
...ase Knowledge Base Search How do I calculate the cross product on TI-89 Family and Voyage 200 calculators? The following instructions demonstrate how to compute the cross product using a TI-89 Family or Voyage 200 calculator: For Example: Find the cross product of vector...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11725
Solution 10352: Inputting Complex Numbers on the TI-85 or TI-86 Graphing Calculators.
... [5] [)])Please see the TI-85 and TI-86 guidebooks for additional information. {"commands":[{"click":"chrome:field:editcontrol({command:\"webedit:editlink\"})","header":"Edit link","icon":"/temp/iconcache/networkv2/16x16/link_edit.png","disabledIcon":"/temp/link_edit_d...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10352
Solution 10573: Teacher Support for Australian Educators.
...a PO Box 598 Mt Waverley VIC 3149 Australia Teachers Support Line 1300 138 140 Tel: (03) 8540 5200 Fax: (03) 8540 5222 Email: teacher-support@list.ti.com New Zealand Texas Instruments Education & Productivity Solutions PO Box 598 Mt Waverley VIC 3149 Australia Teachers Support Line 0800 770 111 ...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10573
Solution 10453: Designing an Ellipse Using the Geometry Section of the TI-92.
...to the ellipse. The point of tangency is *not* the midpoint of the segment. The locus option is under [F4]. To construct this locus, choose the locus command from the menu, select the bisector and press [ENTER], then select point (A) by pressing [ENTER]. • Construct a segment from the cent...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10453
Solution 10392: Transferring Programs or Data Between a TI-82 and TI-83.
... data and programs from a TI-82 to a TI-83. However, differences between the two products may affect some transmitted data. The table below shows the commands the TI-83 software automatically adjusts to when received from a TI-82. TI-82 TI-83 ...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10392
Solution 18709: Calculating the gcd() (Greatest Common Divisor) on the TI-85 and TI-86 Graphing Calculators.
...or for lists A and B: {12,14,16}, {9,7,5} • Find the greatest common divisor for 36 and 280. The gcd() function can be located by following the keystrokes provided below: • Press[2nd] [MATH]. • Press [F5] [F5] for gcd(. • Input the values or lists separated by a [,] and press [)] [ENTER]. P...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/18709
Solution 18689: Calculating the gcd() (Greatest Common Divisor) on the TI-73 Family Graphing Calculators.
...t common divisor for the fraction, 27/36. • Find the greatest common divisor for 50 and 350. The gcd() function can be located by following the keystrokes provided below: • Press [MATH] [2] for gcd( • Input the values separated by a [,] and press [)] [ENTER] Please see the examples provided...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/18689
Solution 11754: Finding the Complex Conjugate of an Imaginary Number on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
...n imaginary number. The conj() function is located under the the MATH/Complex menu.The conj() function can be used with an expression, a list, or a matrix.Examples:• conj(2+3i) will return 2-3i• conj({2+3i,-i,1-i}) will return the list {2-3i, i, 1+i}• conj([9, 2-i; 1-i, -i] will return the matrix...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11754