Education Technology
< Previous | 1225 - 1250 of 10872 results |  Next >

Solution 12138: Font and Size of Characters Used on the TI-89 Family, TI-92 Family and Voyage™ 200 Graphing Calculators.

...hat gets installed on the PC along with most of Texas Instruments' Windows® applications (such as NoteFolio Creator™). It is called Ti92Pluspc on the computer. On the calculator, most of the characters are 5 pixels wide by 7 pixels high in the body of the display screen. The small font in the too...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12138

Solution 12096: Graphing a Step Function on the TI-89 Family, TI-92 Family, or Voyage™ 200 Graphing Calculators.

... the TI-89 Family, TI-92 Family, or Voyage 200 graphing calculator? A step function (or greatest integer function) can be graphed by using the int() command. The example below will demonstrate how to graph a step function on these calculators. Example: Graph the greatest integer of Y=X 1) Go t...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12096

Solution 12095: Finding Limits with Direction on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

...ts with direction on these calculators. Example: Find the limit of x/(x-3) as x approaches 3 from the left, right, and both sides. To find the limit command, please press [F3:Caclulus] and select [3:limit(]. From the left: limit(x/(x-3),x,3,-1) (-1 was arbitrarily chosen to specify the left dir...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12095

Solution 15462: Integrating Lower and Upper Bounds of a Function on the TI-89 Family, TI-92 Family, or Voyage™ 200 Graphing Calculators.

...TI-92 family, or Voyage 200? To integrate an equation with lower and upper bounds such as e^(X^2) where the lower bound is 0 and the upper bound is 1 complete these steps:• On the HOME screen press [F3]• Scroll down to the second option, 2:S( integrate, press [ENTER]• Enter the equation by pressi...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/15462

Solution 11842: Algorithm Used for Symbolic Integration Function on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

...d by substitutions, integration by parts, and partial-fraction expansion, much as described by J. Moses in "Symbolic Integration: The Stormy Decade", Communications of the ACM, August 1971, Volume 14, Number 8, pp. 548-559. Antiderivatives are NOT computed by any of the Risch-type algorithms. Def...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11842

Solution 12058: Fractions with the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

... Home | Other Graphing Calculator products Knowledge Base Knowledge Base Search How do I work with fractions on the TI-89 family, TI-92 family, and Voyage 200 graphing calculators? The TI-89 family, TI-92 Family, and Voyage 200 will perfo...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12058

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 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 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 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 19149: Using Folders on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

...iables in the MAIN folder are always directly accessible, regardless of the current folder. Creating a Folder from the Home Screen: Enter the NewFold command.  The syntax for this command is: NewFold folderName ¬ The folder Name to create.  This new folder is set automatically as the current fold...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/19149

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