Education Technology
< Previous | 1700 - 1725 of 3157 results |  Next >

Solution 13326: Using the RandSeed Function on the TI-89 Family, TI-92 Family and Voyage™ 200 Graphing Calculators.

...Example:1) Press [2nd][MATH], and arrow down to 7:Probability2) Press the right arrow key and scroll down and select 6:RandSeed3) Press [ENTER] and input [1][1][4][7] and press [ENTER]. Please see the TI-89 family, TI-92 family and Voyage 200 guidebooks for additional information. Solution 1332...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/13326

Solution 10431: Finding the Zero, Minimum, or Maximum of a Function on the TI-85 or TI-86.

... zero of the function:  1) Press [F1] and the Left Bound? prompt is displayed. 2) Move the cursor onto the function for which the root is being computed by pressing the up or down arrow. The number of the graph selected will be display in the top right corner of the screen.  3) Specify the le...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10431

Solution 10425: Finding the Absolute Value or Argument of a Complex Number on the TI-86.

...absolute value of 53-22i Solution: • Press [2nd][MODE] • Scroll down to PolarC and press [ENTER] • Press [2nd][MATH] • Press [F1] • Press [F5] • Input after abs (53, -22) and press [ENTER] The answer is 57.384667 Please see the TI-86 guidebook for additional information. Solution 10425: Fin...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10425

Solution 12645: Graphing a Function on the TI-80 and TI-81.

...ion, depending on the function being graphed. Example: Graph y=sin x Solution:• Press the [Y=] key. • Press the [SIN] key and then the [X|T] key to input the x. • Press the [ZOOM] key. • Select 7:Trig. Please see the TI-80 and TI-81 guidebooks for additional information. Solution 12645: Graphin...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12645

Solution 12217: Locked Variables Are Not Displayed in Open Dialog Box Choices on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculator.

... Why are locked variables not displayed in open dialog box choices on the TI-89 family, TI-92 family, and Voyage 200 graphing calculators? The purpose of locked variables on the TI-89 family, TI-92 family and Voyage 200 is to keep the variable from being edited. All of the editors (Program...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12217

Solution 13062: Solving a System of Equations on the TI-89 Family, TI-92 Plus, and Voyage™ 200 Using the Gauss-Jordan method.

...ress [ENTER] [ENTER].• Press [3] [ENTER] [5] [ENTER] [1] [0] [ENTER].• Press [-] [2] [ENTER] [4] [ENTER] [5] [ENTER].2. Perform the row operations to put the matrix in reduced row echelon form:• Press [HOME].• Press [2ND] [MATH] [4] [ALPHA] [J] [2].* Note: You can quickly access the command by pr...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/13062

Solution 11830: Correcting a Window Variables Domain Error on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

...for x or y is larger than the maximum value. Edit the window values to resolve this error. Refer to the instructions below. • Press [♦][WINDOW] • Input the following values: xmin = -10 xmax = 10 xscl = 1 ymin = -10 ymax = 10 yscl = 1 xres = 2 • Now graph the expression.   Please see the TI...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11830

Solution 14291: Performing Cosecant, Cotangent and Cosine Functions on the TI-89 Family, TI-92 Plus and Voyage™ 200.

...unctions are: cosecant= csc(expression) cotangent= cot(expression) cosine= cos(expression) Please refer to the examples provided below: Example 1: Inputting cos(60)will return the result of 0.5. Example 2: Inputting cot(60)will return the result of 0.577335. Example 3: Inputting csc(60) will ret...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/14291

Solution 11827: Calculating the Determinant of a Matrix Using the TI-89 Family, TI-92 Family and Voyage™ 200 Graphing Calculators.

...atrix Editor. 1) Press [APPS] [6] [3] (If Apps Desktop is on, press [APPS], select Data/Matrix Editor, and press [3]). 2) The Type: will be Matrix, input b for the Variable: and the dimensions are both 3. 3) Press [ENTER] twice. 4) Input the values that are above in the data matrix editor. Go to...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11827

Solution 12170: Using the "and" Operator on TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

...ic modulo operation is used to bring the value into the appropriate range.The and operator is also used when solving for system of equations and to input piecewise functions with more than one restrictions.Examples:1) Solve(x+y=3 and x-y=2, {x,y})2) y1(x)= x^3-2x| x≥ 5 and x 3 0. Please see the T...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12170

Solution 16189: Creating a 3D Graph of a Surface On a TI-89 Family, TI-92 Family, or Voyage™ 200 Graphing Calculator.

...lculator: Example: Graph z=y^2-x^2 1) Press [MODE] in 'Graph' select 5:3D then press [ENTER] [ENTER] to change the mode to 3D. 2) Press [♦][Y=]. 3) Input the equation [y][^][2][-][x][^][2] in z1. 4) Press [♦][GRAPH]. The graph can be viewed at different angles by pressing the arrow keys.   Addit...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/16189

Solution 11820: Algorithm Used for the cZeros() (Complex Zeros) Function on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

...by using the lexical Gröbner/Buchberger elimination method to attempt to determine all complex zeros.. The cZeros(expr, var) function does this by computing exp►list(cSolve(expression = 0, var, var). Please refer to the example provided below. cZeros(x5+4x4+5x3-6x-3, x) • Press [2ND] [MATH]. • Se...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11820

Solution 15689: Entering Numbers Using Scientific Notation on a TI-85 and TI-86 Graphing Calculator.

...ber can be entered using scientific notation with the use of the EE function, which is accessed by pressing [EE]. This key represents x10. Example: Input 1.5 x 108 and display the results in standard form. Solution:• Input 1.5.• Press [EE] to access the EE function.• Input 8 and press [ENTER].The...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/15689

Solution 12663: Entering Numbers in Scientific Notation on a TI-89 Family, TI-92 Family and Voyage™ 200 Graphing Calculator.

...n be entered using scientific notation with the use of the EE function, which is accessed by pressing [EE] which is used to represent x10. Example: Input 2.5 x 105 and display the results in standard form Solution: • Input 2.5 • Press [EE] to access the EE function • Input 5 and press [ENTER] Th...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12663

Solution 11819: Algorithm for Solving Systems of Equations on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

...lex solutions of linear or nonlinear systems of equations. For linear or polynomial systems, the Gaussian or Groebner elimination method is used to seek all solutions. Otherwise, a damped-Newton/steepest-descent method is used to seek an approximate solution close to the entered guess, which defa...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11819

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

... 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 toolba...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12138

Solution 12134: Using Strings on the TI-89 Family, TI-92 Family, and Voyage™ 200.

...able. In programming, strings allow the program to display information or prompt you to perform 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...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12134

Solution 11815: Finding a Maximum or Minimum of a Function on a TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculator.

.... 4) Press [F5] [4]. 5) Specify the lower bound for xc by either moving the trace cursor to the left of the vertex (maximum point), or by directly inputting a value. 6) Press [ENTER]. 7) Next, a prompt for "Upper Bound?" is displayed. 8) Specify the upper bound for xc by either moving the trace...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11815

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

...ssing [2nd] [2] (on the TI-89 press [CATALOG]). 3) Press the [I] key to go to the "I" commands. 4) Scroll to the int( command and press [ENTER]. 5) Input X within the command, close the parenthesis and press [ENTER]. 6) Graph the function by pressing [GREEN DIAMOND] [R] (Use [GREEN DIAMOND] [F3] ...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12096

Solution 11814: Sorting Columns in a Data, List, or Matrix Variable Using the TI-89 Family, TI-92 Plus, or Voyage™ 200.

...:New" and press [ENTER]. • Scroll down to "Variable:", type in a variable name using the alpha characters (e.g. test1) and press [ENTER] [ENTER]. • Input the X list into c1 and the Y list into c2. • Using the arrow keys, highlight the name of the column to be sorted (c1 or c2), press [2nd] [F6] ...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11814

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

... I find the limit with direction on the TI-89 family, TI-92 family, and Voyage 200 graphing calculators? The example below will demonstrate how to input limits 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...
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.

... integrate, press [ENTER]• Enter the equation by pressing [diamond key] [e^] [(] [X] [^] [2] [)]• Enter a comma followed by the variable - [,] [X]• Input the lower and upper bound separated by a comma - [0] [,] [1] • Close the parentheses - [)] The screen should display: S(e^(X^2), X, 0, 1) Press...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/15462

Solution 15346: Graphing 2D Implicit Functions on the TI-89 Titanium, TI-92 Plus, and Voyage™ 200.

... be blinking. • Press the right arrow key. • Select 5: 3D and press [ENTER][ENTER]. • Press the green diamond key and then [F1]. • Next to z1(x,y)= input x^2+.5y^2-30. • Press [F1]. • Select 9: Format and press [ENTER] to display the GRAPHFORMATS dialog box.. • Set Style = IMPLICIT PLOT. • Press ...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/15346

Solution 12091: Creating a Histogram Using the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

...ot a histogram using the TI-89, TI-92 Family, and Voyage 200.Data for this example: x values: {5, 8, 9, 12, 13, 15} Frequencies: {4, 1, 5, 2, 6, 3} Input the data • Press [APPS] [6] [3]. (If the Apps Desktop is on, press [APPS], select Data/Matrix Editor, and choose [3].)• Press the down arrow tw...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12091

Solution 15300: Calculating Factorials on the TI-85 and TI-86 Graphing Calculators.

... or TI-86 graphing calculator? The procedure below will demonstrate how to calculate factorials on a TI-85 or TI-86 graphing calculator. Example: Compute 5! • Enter 5 and press [2nd] [F2].• Press [F1] and [ENTER] for the result.The screen should display 120.Please see the TI-85 and TI-86 guidebo...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/15300