Education Technology
< Previous | 2250 - 2275 of 9405 results |  Next >

Solution 12059: Implicit Partial Differentiation on the TI-89 Family, TI-92 Family, or Voyage™ 200 Graphing Calculators.

...amily, TI-92 family, or Voyage 200 graphing calculators? The latest versions of the Voyage 200 and TI-89 Titanium operating system contain a impdif ( command. This command should be used when computing a implicit partial differentiation. To access the command, press [F3] [Up Arrow] [Enter] on ...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12059

Solution 11806: Creating and Evaluating User-Defined Functions on the TI-89 Family, TI-92 Family and Voyage™ 200.

...power(x,y). 4) Press [ENTER]. The message "Done" Will display. 5) Try xroot(3,4) and press [ENTER]. The answer displayed is 25. 2. Using the Define command. The Define command is under the F4:Other menu. It allows users to define a function name, including the argument list, as an expression. ...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11806

Solution 12097: Graphing Multiple Functions from the Home Screen on the TI-89 Family, TI-92 Family, or Voyage 200™ Graphing Calculators.

...aphing calculator? Multiple functions can be graphed from the home screen on the TI-89 family, TI-92 family, or Voyage 200 using the Store and Graph commands. For example, to graph y=x, y=2x, y=3x from the home screen, Store the functions that will be graphed to a variable {x, 2x, 3x}->glist...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12097

Solution 12042: Algorithm for Summation on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

...mmations calculated on the TI-89 family, TI-92 family, and Voyage 200 graphing calculators? The following the example will demonstrate how to use and compute summations using the TI-89 family, TI-92 family, and Voyage 200 graphing calculators. The syntax for the å ( function, which is accessed ...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12042

Solution 12136: Factoring an Expression on the TI-89 Family and Voyage 200 Graphing Calculators.

... Knowledge Base Search How do I factor an expression on the TI-89 family and Voyage 200 graphing calculator? Use the factor() command, located under the F2:Algebra menu, to factor expressions on the TI-89 family, the TI-92 Family and the Voyage 200. The proper syntax for t...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12136

Solution 11869: Performing Unit Conversions On The TI-89 Family,TI-92 Family, and Voyage™ 200 Graphing Calculators.

...• Press [2nd][3] to access the UNITS menu (On Voyage 200 press [♦][P]) • Within the length menu, select _km • Press [ENTER] If an expression uses a combination of units, it is possible to specify a conversion for some of the units only. Any units for which a conversion is not specified will be ...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11869

Solution 12098: Graphing Piecewise Functions on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

...TI-92 family, and Voyage 200 graphing calculators? When entering a piecewise function on the TI-89 family, TI-92 family and Voyage 200, use the With command ( | ). This command is used to separate the function and condition. Using the TI-89 family calculator, the With command is found above the ...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12098

Solution 11866: Algorithm for the Taylor() Series Function on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

...and Voyage 200 calculators? The algorithm for the taylor() function is as follows. taylor(u,x,n,a) is the sum(limit(d(u,x,k),x,a)*(x-a)^k/k!,k,0,n), computed iteratively to avoid redundant computation of lower-order derivatives.Please see the TI-89 family, TI-92 family and Voyage 200 guidebooks...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11866

Solution 12133: Entering a List on the Home Screen using the TI-89 Family, TI-92 Family, or Voyage™ 200 Graphing Calculators.

...m, [GREEN DIAMOND] [HOME] on the TI-92 family, or [GREEN DIAMOND] [CALC HOME] on the Voyage 200. 2) Press [2nd] [{]. 3) Input the number separated by commas. For instance, the first two values would be entered by pressing [1] [,] [2] [,]. Continue until all 4 values are entered. There should be n...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12133

Solution 11865: The isPrime() Algorithm on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

...eate these divisors, but cyclically adds the sequence of increments 2, 2, 4, 2, 4, 2, 4, 6, 2, 6 to generate these primes plus a few extra harmless composites. TI-92 Plus and TI-89 family start the same way, except that they stop this trial division after trial divisor 1021, then switch to a ...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11865

Solution 11753: Finding the Area Between Two Curves on the TI-89 Family, TI-92 Plus, and Voyage™ 200.

...ay.• Repeat this procedure for both intersections and copy down the points on a scratch sheet of paper.For this example, the intersection points will come out to be (-3,-9) and (4,5).• Press [HOME] to go to the Home screen.• Press [CLEAR] to clear the entry line, if necessary.• Press [2nd] [MATH]...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11753

Solution 11863: The factor() Function Algorithm on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

...ds include the well-known factorizations of binomials and quadratics, together with methods described by Geddes, Czapor and Labahn, "Algorithms for Computer Algebra", Kluwer Academic Publishers, Boston, 1992. Laguerre's method is used for approximate polynomial factorization. (Press et. al: "...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11863

Solution 11843: Limit() Function Algorithm on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

... Search How are limits calculated on the TI-89 Family, TI-92 Family, and Voyage 200 graphing calculators? Limits of indeterminate forms are computed by series expansions, algebraic transformations and repeated use of L'Hopital's rule when all else fails. Limits of determinate forms are ...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11843

Solution 11789: Solving Quadratic Equations using the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

...family, TI-92 family, and Voyage 200 graphing calculators? The following instructions demonstrate how to solve quadratic equations using the solve() command on the TI-89 family, TI-92 family, and Voyage 200 graphing calculators.   The syntax of the solve() command is solve(equation,variable), wh...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11789

Solution 12117: Cause of the Signature Error on the TI-89 Family, TI-92 Plus, or Voyage™ 200 Graphing Calculators.

... a TI-89 family, TI-92 Plus, or Voyage 200 graphing calculator? When sending the operating system to a TI-89 family, TI-92 Plus, or Voyage 200 from a computer, the calculator must be on the Home screen. The signature error message will appear if the calculator is put in Receive mode.  The only ti...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12117

Solution 10349: Calculation Method Used by the Polynomial Root Finder on the TI-85 and TI-86.

...The TI-85 polynomial root finder makes use of the built-in eigenvalue solver. The coefficients of the polynomial are used to create what is called a "companion matrix". Basically, the coefficients appear across a row or column (there are variations) and the rest of the matrix is all zeros except ...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10349

Solution 10578: Degree, Minutes, Seconds (DMS) Conversions with the TI-82.

... below: Convert 12.2525 to Degrees, Minutes and Seconds • Input 12.2525. • Press [2nd] [MATRIX] to access the angle menu. • Press [4] for the >DMS command. • Press [ENTER]. The calculator will display 12º 15' 9". Please see the TI-82 guidebook for additional information. Solution 10578: Deg...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10578

Solution 12791: Using a Function that Needs an Integer as an Argument in Approximate Mode using the TI-89 family, TI-92 Plus and Voyage™ 200.

...n integer as an argument in approximate mode on the TI-89 family, TI-92 Plus and Voyage 200? Use the function that needs an integer as an argument in combination with the exact() function to get the desired argument.For example: The checkTmr( function. The function checkTmr takes an integer as an...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12791

Solution 10427: Finding the Limit of a Function Using the TI-86 Graphing Calculator.

... How do I find the limit of a function using the TI-86? To find the limit of a function on the TI-86, it must first be graphed in the interval comprising the given value the function approaches. Then, use the table feature to display values that surround the given value. In the table setup...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10427

Solution 22171: Pausing a Program on a TI-89 Family, TI-92 Family and Voyage™ 200 Graphing Calculator so Entire Results May Be Viewed.

...n I pause a program so that I may view the entire result? If a program requires more information than can be displayed at once, users may add a Pause command in the program to pause it until they are ready to continue. This is especially useful when displaying long lists, matrices, etc. To find P...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/22171

Solution 19089: Function Algebra on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

..."Done" is displayed on the right side of the history area, and the Define instruction is still displayed in the entry line. 5. Use the [Ü] (the backspace key) to erase the "2*x+6" in the entry line, so that the cursor is blinking to the right of the "=" 6. Input x-3  7. Use the [←] key to posit...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/19089

Solution 11595: Displaying of a Numeric Answer Instead of a Symbolic Answer when Using the Integration Function on the TI-89 Family, TI-92 Family, or Voyage™ 200 Graphing Calculators.

...riable or use a different variable in the calculation. Variables can be deleted by pressing [F6][ENTER] from the home screen or by using the DelVar command. The calculator resorted to a numerical approach to find the solution for the problem. This could happen when the problem being solved is...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11595

Solution 11690: Accessing the Custom Menu on the TI-89 Family, TI-92 Family, or Voyage™ 200 Graphing Calculators.

...89 family, TI-92 family, or Voyage 200 graphing calculator? The custom menu contains menu items of predefined functions and strings of text that are commonly used on the TI-89 family, TI-92 family, or Voyage 200. The default custom menu contains the following, but can be modified. For more i...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11690

Solution 18649: Finding the Length of a Vector Using the TI-89 Family, TI-92 Family and Voyage™ 200 Graphing Calculators.

...nowledge Base Search How can I find the length of a vector using a TI-89 family, TI-92 family or Voyage 200 graphing calculator? The norm() command is used to find the length of a vector. The norm() command can be found under the CATALOG. Please see the below instructions for finding th...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/18649

Solution 18469: Calculating the Summation of a Geometric Sequence Using the TI-89 Family, TI-92 Family, or Voyage 200™.

...t allow a step size to be entered; it always uses the default value of 1. However, if a different step size is required (such as for Riemann sums), a combination of both the sum( ) and seq( ) functions can be used in order to do this. Both functions are accessed by pressing [2nd] [MATH] [3] from ...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/18469