Education Technology
< Previous | 1875 - 1900 of 4322 results |  Next >

Solution 12101: Limit() Function Returns Unexpected Answers on the TI-89 Family, TI-92 Family, or Voyage™ 200 Graphing Calculators.

... very sensitive to round off errors in floating point (decimal) numbers -- especially near removable or unremovable singularities. It is suggested to avoid floating-point constants and APPROXIMATE mode when using the limit() function. Try all problems in EXACT or AUTO mode for better results.Plea...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12101

Solution 11756: Finding the Sum, Difference, and Product of Two or More Matrices on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

...NTER] twice.  7) Input the above elements for matrix B into the Data/Matrix Editor screen, pressing [ENTER] after inputting each value. 8) After you have finished entering all the matrix elements, exit the Data/Matrix Editor App by pressing [HOME]. To add matrices A and B:  1) On the home screen...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11756

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

...s? 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 for additional informati...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11866

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

...orithm on the TI-89 family, TI-92 family, and the Voyage 200? The factor() function returns the rational number factored into primes and a residual having prime factors that exceed 65521. The methods include the well-known factorizations of binomials and quadratics, together with methods descr...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11863

Solution 11747: Entering the Fibonacci Sequence on the TI-89 Family, TI-92 Plus and Voyage™ 200.

... terms.Follow the procedure below to generate the Fibonacci sequence:• Press [MODE]• For the Graph mode, select 4:SEQUENCE• Press [ENTER] [ENTER] to save the change and return to the Home screen• Press [Diamond] [Y=]• Enter u1=u1(n-1)+u1(n-2)• Press [ENTER]• Enter ui1={1,1}• Press [ENTER]• Press ...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11747

Solution 12125: Converting a Number from Decimal to a Binary Number on the TI-89 Family, TI-92 Family, and Voyage 200™ Graphing Calculators.

...The syntax for the operator is integer>Bin. Example: Enter 256 >Bin and press [ENTER] to return 0b100000000. Please Note: Binary numbers always have a 0b prefix. A number entered without the prefix 0b or 0h (for hexadecimal) is treated as decimal (base 10). Please see the TI-89 family, TI-9...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12125

Solution 11734: Creating Repetition in a TI Basic Program on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

... unique advantage. Use the Loop..EndLoop when the number of times needs to be repeated is not known. It must include an exit condition allowing to leave the loop. The program will repeat the loop until the condition is met. It will then exit and execute the first statement after EndLoop. The loo...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11734

Solution 12120: Clearing All Variables on the TI-89 Family, TI-92 Family, and the Voyage™ 200 Graphing Calculator.

...uctions for clearing all variables and resetting them back to the default value on the TI-89 family, TI-92 family, or Voyage 200 graphing calculator have been provided below: To clear the variables on TI-89 family calculators: 1) Press [2nd][F1] for the F6 menu 2) Choose 1: Clear a-z 3) Press [...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12120

Solution 10422: Creating Box Plots Using the TI-86.

...6: • Enter STAT mode by pressing [2nd] [STAT]. • Press [F2] to select Edit. • Enter the data in the xStat and fStat lists. • Press [2nd] [QUIT] to leave the editor. To set the viewing window: • Press [GRAPH] [F2] • Fill in 0 for xMin and 12 for xMax • Press [EXIT] to return to the Home scree...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10422

Solution 11727: Computing the Dot Product on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

...(-)] [8] []]. • Press [)] [ENTER]. Note: Both vectors used with this command must be row vectors, or both must be column vectors. Both vectors must have equal dimension, and the dimension must be either 2 or 3. Please see the TI-89 family, TI-92 family, and Voyage 200 guidebooks for additional i...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11727

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

... [^] [2] [-]. 3) Press [3] [X] [-]. 4) Press [1] [0] [=] [0]. 5) Press [,] [X] [)]. 6) Press [ENTER]. In addition, the Polynomial Root Finder App is available for the TI-89 family, TI-92 Plus, and Voyage 200. Please see the TI-89 family, TI-92 family and Voyage 200 guidebooks for additional info...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11789

Solution 11725: Computing the Cross Product on the TI-89 Family and Voyage™ 200 Graphing Calculators.

...hen [ENTER] for the result. Please Note: Both vectors used with this command must be row vectors, or both must be column vectors. Both vectors must have equal dimension, and the dimension must be either 2 or 3. Please see the TI-89 Titanium / Voyage 200 guidebook for additional information. Sol...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11725

Solution 12116: Calculating Weighted Mean Using the TI-89 Family, TI-92 Plus and Voyage™ 200 Graphing Calculators.

...culate the weighted mean using the TI-89 family, TI-92 Plus or Voyage 200 graphing calculator? Weighted mean is the mean of a data set whose entries have varying weights. This is a one variable statistical calculation involving 2 lists. Refer to the example below for calculating weighted mean usi...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12116

Solution 10352: Inputting Complex Numbers on the TI-85 or TI-86 Graphing Calculators.

...sDivider":false,"tooltip":"Create or edit personalization for this component.","type":"sticky"}],"contextItemUri":"sitecore://master/{CBBB2A29-1902-4391-AD2B-F7C8F1447B91}?lang=en&ver=2","custom":{},"displayName":"Link","expandedDisplayName":null Solution 10352: Inputting Complex N...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10352

Solution 12110: Appending Two Lists Into One on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

...e function returns a new matrix that is matrix2 appended to matrix1. When the comma (,) is used to separate the two matrices, the matrices used must have equal row dimensions, and matrix2 is appended to matrix1 as new columns. When the semicolon (;) is used to separate the two matrices, the matri...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12110

Solution 10414: Calculating Linear Regressions on the TI-86.

...86: • Enter STAT mode by pressing [2nd] [STAT]. • Press [F2] to select Edit. • Enter the data in the xStat and yStat lists. • Press [2nd] [QUIT] to leave the editor. To calculate the Linear Regression (a+bx): • Enter the STAT mode again by pressing [2nd] [STAT]. • Press [F1] to select CALC. • Pr...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10414

Solution 10573: Teacher Support for Australian Educators.

...ays. Professional development, the Workshop Loan Program, teacher support materials and the Volume Purchase Program ensure that teachers and schools have easy access to training and equipment. Texas Instruments Education & Productivity Solutions Teacher Support Offices: Australia Texas Instrume...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10573

Solution 10410: Algorithm for the Solver Function on the TI-85 and TI-86.

...e right bound and then begins the routine above using the guess and the right hand bound as the end points.  Because an even multiple root doesn't have a sign change, the solver must be "forced" into doing the bisections needed to reduce the range around this "minimum" that (to it) may or may...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10410

Solution 12105: Compatibility of Data Collection Tools with the TI-89 Family, TI-92 Plus and Voyage™ 200.

...™ are compatible with the TI-89 family, TI-92 Plus and the Voyage 200. The application required to use these tools is the Datamate application. It is available for free download from Vernier. Please see the Data Collection guidebooks and the graphing calculator guidebooks for additional informati...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12105

Solution 10453: Designing an Ellipse Using the Geometry Section of the TI-92.

...radius. Construct the locus of point (C) as point (A) moves on the circle. That will form an ellipse.   The TI-92 is discontinued, however, if your have other questions often times you may use the TI-89 family, TI-92 family and Voyage 200 guidebooks for additional information. Solution 10453: D...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10453

Solution 10404: Table Feature on the TI-85.

...ulator products Knowledge Base Knowledge Base Search How can I make a table on the TI-85? The TI-85 does not have a built-in table feature. However, this feature can be added through a user-defined program. Texas Instruments does not directly provide progr...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10404

Solution 10439: Plotting Points Using the TI-86.

...e data into the TI-86:• Enter STAT mode by pressing [2nd][STAT].• Press [F2] to select Edit.• Enter the data in the xStat and yStat lists. (Note: to save data entry time, a frequency list, fStat, can be used. For this example, the frequency of each answer is 1, so clear the fStat list and leave i...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10439

Solution 10399: Differential Equation Solver for the TI-85.

...e interpolation is used between these "tStep" points. Because of the interpolation, it is important to not make "tol" so loose that significant behavior of the solution is neglected. In this case, the interpolation will draw something through the region, but it may not be correct. Likewise, ...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10399

Solution 24652: The Stefan-Boltzmann Constant Not Displaying as Listed in the TI-89 Family, TI-92 Family, or Voyage™ 200 Guidebook.

...nd key and press the mode key to place the conversion operator on the screen.   • After this enter Watts divided by Meters Squared.   • Once you have done this press enter and you will receive the constant displayed as it is listed in the guidebook.   Solution 24652: The Stefan-Boltzmann C...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/24652

Solution 23550: Performing Laplace and Inverse Laplace Transformations on the TI-89 Family, TI-92 Plus, Voyage™ 200 Graphing Calculators.

...rch Can Texas Instruments graphing calculators do laplace or inverse laplace transformations? Texas Instruments graphing calculators do not have a built in function to perform laplace or inverse laplace transformations. However, with the addition of applications such as ME*Pro (designed ...
https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/23550