Education Technology
< Previous | 2600 - 2625 of 16813 results |  Next >

Solution 12722: Purchasing Replacement Parts and Guidebooks for TI Calculators.

... Knowledge Base Search Where can I purchase replacement parts and guidebooks for TI calculators? Printed guidebooks, reference cards, replacement battery doors, slide covers, and data cables (unit-to-unit cables) can be purchased on the TI Online Store. Prices and avail...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/purchase-check-order-status/12722

Solution 34752: Calculating Secant, Cosecant, and Cotangent Using the TI-83 Plus and TI-84 Plus Family of Graphing Calculators.

...raphing calculators? The TI-83 Plus and TI-84 Plus family of graphing calculators do not have built-in secant, cosecant and cotangent trigonometric functions. To compute these trigonometric functions, use the properties of trigonometric functions which are listed below. cosecant(x) = csc(x) = 1/s...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34752

Solution 34883: Calculating the Inverse Student-T (invT) Probability on the TI-84 Plus Family of Graphing Calculators.

...led mean, u is the population mean, s is the sample standard deviation, n is the sample size, and the population is Gaussian. The command for this function is under the DISTR menu. Please refer to the instructions provided below given the below data. Area = 0.68759 DF = 18 • Press [2ND][DISTR]. ...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34883

Solution 34573: Resolving an ERR:INVALID DIM or ERR:DIM MISMATCH Error on the TI-83 Plus and TI-84 Plus Family of Graphing Calculators.

...ore STAT PLOTS is turned ON but there are no values in the STAT lists. An ERR:DIM MISMATCH error is returned when performing an operation that references one or more lists or matrices whose dimensions do not match. For example, trying to graph a scatter plot when there are no values stored in t...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34573

Solution 34871: Clearing the Memory on the TI-83 Plus and TI-84 Plus Family of Graphing Calculators.

...items from Archive or Apps. Defaults - Does not clear any files from the calculator. Instead, this option resets the calculator settings to default, including the Mode, Graph Format, Table Setup, and other settings. • Defaults - Restores all mode and system settings to factory defaults. This wil...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34871

Solution 34419: Writing a Program that Generates a Menu on the TI-83 Plus and TI-84 Plus Family of Graphing Calculators.

... and TI-84 Plus family of graphing calculators? The Menu() command in the Program Editor can be used to create a menu. The Menu() command sets up branching within a program. When this command is encountered during program execution, the menu screen is displayed with the specified menu items, the...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34419

Solution 34849: Resolving the Error "Unable to Complete the Transfer" or "USB Communication Error: Multiple Files Matched" on the TI-84 Plus Family of Graphing Calculators.

... Home | TI-83 Plus and TI-84 Plus family of products Knowledge Base Knowledge Base Search What can I do to fix the error message "Unable to complete the transfer" or "USB co...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34849

Solution 36757: Calculating Quotient and Remainders on the TI-84 Plus Family of Graphing Calculators.

... improper fraction on the TI-84 Plus family of graphing calculators? The TI-84 Plus family of graphing calculators do not have an integer division function that would return the quotient and remainder of a division of integers. However, a combination of the normal division and the remainder( ) f...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/36757

Solution 36655: Programming Information for the TI-84 Plus CE and TI-84 Plus C Silver Edition.

...gram for the TI-84 Plus CE and TI-84 Plus C Silver Edition.? If you are wanting to transfer a program from a TI-84 Plus, please note that the difference in the two displays should be taken into consideration. The number of pixels on the TI-84 Plus CE and TI-84 Plus C Silver Edition is represente...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/36655

Solution 34599: Solving Simultaneous Equations on the TI-83 Plus and TI-84 Plus Family of Graphing Calculators.

... of graphing calculators? Simultaneous equations can be solved by entering the coefficients of the equations in a matrix, and then using the rref() function on your matrix. For Example: Solve for x and y 3x + -2y = 12 6x + 4y = -3 Solution: First, begin by inputting the matrix. To do so, pleas...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34599

Solution 34933: Different File Extensions for the TI-83 Plus and TI-84 Plus Family of Graphing Calculators.

... • .8xb Backup memory image • .8xc Complex variable or App variable • .8xd GDB (graph database) • .8xe Expression (numbers, equations, etc.) • .8xf Function (Y-Vars, user-defined functions, etc.) • .8xg Group • .8xi Picture • .8xk Applications • .8xl List • .8xm Matrix • .8xn Number • .8xp Progra...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34933

Solution 34513: Creating Strings on the TI-83 Plus and TI-84 Plus Family of Graphing Calculators.

...Knowledge Base Search How can I create a string variable on the TI-83 Plus and TI-84 Plus family of graphing calculators? A string is a sequence of characters enclosed within quotation marks. Characters are the units combined to form a string. Each number, letter, and space is one charac...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34513

Solution 34651: Graphing Histograms on the TI-83 Plus and TI-84 Plus Family of Graphing Calculators.

...lus family of graphing calculators? The following example will demonstrate how to graph a histogram. Data for this example: xStat: {2,4,6,8} frequency: {7,8,4,9} Enter the data: 1) Press [stat] [5] [enter] to run the 5:SetupEditor command which will restore default lists 2) Press [stat] [1]...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34651

Solution 34653: Performing String Operations on the TI-83 Plus and TI-84 Plus Family of Graphing Calculators.

... Knowledge Base Search How do I perform string operations on the TI-83 Plus and TI-84 Plus family of graphing calculators? The main function of strings is to display text. In programming, strings allow programs to display information or prompt the user to perform some action. Foll...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34653

Solution 34427: Setting the Table Modes on the TI-83 Plus and TI-84 Plus Family of Graphing Calculators.

...variable. TblStart applies only when the independent variable is generated automatically, when Indpnt is set to Auto. DTbl (table step) defines the increment for the independent variable. Indpnt and Depend defines how the independent and dependent variables will be displayed. There are four pos...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34427

Solution 34771: Calculating Sine, Cosine, and Tangent on the TI-83 Plus and TI-84 Plus Family of Graphing Calculators.

...] [0]. 2) Press [)] [ENTER]. For Example: Calculate the tangent of 26.57°. 1) Press [TAN] [2] [6] [.] [5] [7]. 2) Press [)] [ENTER]. Please Note: Since the calculator's angle setting is set to Degree, there's no need to input the degree symbol ( ° ) behind the value. Please see the TI-83 Plus a...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34771

Solution 11949: Creating Images for the Start-Up Customization Application on the TI-83 Plus and TI-84 Plus.

...he pen. 6) To continue drawing on the graph, move the cursor to a new position where to begin drawing again, and then repeat the steps above. 7) To cancel Pen, press [CLEAR]. 8) Save the picture by pressing [2ND] [DRAW] [→] [→] [ENTER]. 9) Press [0] - [9] [ENTER]. The graphic is now saved under t...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/11949

Solution 34754: Calculating nth Powers and nth Roots on the TI-83 Plus and TI-84 Plus Family of Graphing Calculators.

...[(-)] key is called the negate key and is located below [3]. • Press [2] [ ) ]. • Press [^] [2]. • Press [ENTER] to complete the calculation. NOTE: Since the handheld evaluates the negate symbol as multiplying the value by (-1), and exponents come before multiplication using the Order of Operatio...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34754

Solution 34713: Finding the Reduced Row Echelon Form of a Matrix on the TI-83 Plus and TI-84 Plus Family of Graphing Calculators.

...mily of graphing calculators? To find the reduced row echelon form of a matrix, input the matrix, exit the matrix editor, and then paste the rref() function on the home screen with the name of the matrix. The example below will demonstrate this procedure. For Example: Find the rref() of matrix A ...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34713

Solution 13006: Using the TI-Presenter™ Video Adapter.

... The TI-Presenter video adapter is an interface between TI graphing calculators and video display/recording devices such as TVs, VCRs, video cameras, computer projectors with video input, or other such devices.TI-Presenter allows educators to display images of the calculator on a screen for class...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/13006

Solution 34656: Resolving the TI Connect™ Software Error "Access Denied" When Transferring Apps/OS Files to the TI-83 Plus and TI-84 Plus Family of Graphing Calculators.

... TI Connect™ Software Error "Access Denied" When Transferring Apps/OS Files to the TI-83 Plus and TI-84 Plus Family of Graphing Calculators. global Solution 34656: Resolving the TI Connect™ Software Error "Access Denied" When Transferring Apps/OS Files to the TI-83 Plus and TI-84 Plus Famil...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34656

Solution 38335: Transferring Calculator Files to the TI-SmartView™ CE Emulator Software for the TI-84 Plus Family.

...calculator you will receive a dialog stating "Something is already there" choose [REPLACE] to update the file with the one you are transferring or [CANCEL] to not transfer the file.You can also save a file you created within the TI-SmartView CE Emulator Software for the TI-84 Plus Family using th...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/38335

Solution 11134: Editing Programs and Typing Using the TI Keyboard Without Using the NoteFolio™ App.

...However, when using the TI-89 family, TI-92 Plus, or Voyage™ 200 graphing calculator, the TI Keyboard can be used to type text and numbers anywhere, including the Home Screen, Program Editor, and all apps, like the CellSheet™ app. Solution 11134: Editing Programs and Typing Using the TI Keyboard...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/11134

Solution 11694: Algorithm Used for Calculating the Inverse of a Matrix on a Texas Instruments Graphing Calculator.

...xas 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, and Nash).If A is a square matrix and is the product of a lower triangular matrix (named ...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/11694

Solution 13925: Re-Enabling TI-84 Plus Family of Graphing Calculator Apps That Have Been Disabled With TI TestGuard™ 2.0.

...ile to the calculator from a computer with TI Connect™ CE. To Transfer a file using TI-Connect: 1) Download and install TI Connect CE Software. 2) Launch TI Connect CE and connect your handheld. 3) Click on the “Program Editor” tab and create a new program.  4) Click on Actions and choose Send to...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/13925