Solution 34847: Using the fMin( ) Function on the TI-83 Plus and TI-84 Plus Family of Graphing Calculators.
...aphing calculators? The fMin( ) function returns the value of variable where the local minimum of expression occurs, between lower and upper, with specified tolerance. Reference the example provided below. The syntax for the fMin( ) function is: fMin(expression,variable,lower,upper[,tolerance])...https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34847
Solution 34615: Using the fMax Function on the TI-83 Plus and TI-84 Plus Family of Graphing Calculators.
...g calculators? The fMax function returns the value of variable where the local maximum of expression occurs, between lower and upper bounds, with specified tolerance. The syntax for the fMax is listed below. fMax(expression, variable, lower, upper[,tolerance]) Example: Find the function maximu...https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34615
Solution 34598: Calculating Cubic Regressions on the TI-84 Plus Family of Graphing Calculators.
...To calculate the cubic Regression (ax3+bx2+cx+d): • Enter the STAT mode again by pressing [STAT]. • Select CALC. • Press [6] to select CubicReg • Specify which lists to use for the regression, press [2nd] [L1] for Xlist and [2nd] [ L2] for Ylist. ( The Xlist and Ylist should be populated by de...https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34598
Solution 34506: Calculating and Graphing a Linear Regression on the TI-84 Plus family of graphing calculators.
...wn to Calculate and press [ENTER]. The graphing calculator will display the form of the equation as (y=a+bx) and list the values for the two coefficients (a and b). It will store the regression equation to your Y1 function. The correlation coefficient (r and r^2) will be displayed if the diagn...https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34506
Solution 34775: Displaying Input and Output in Line Wrap on the TI-84 Plus Family of Graphing Calculators.
...aphing calculators the input and output may display across the screen instead of scrolling to the next line (line wrap). This is similar to the way scientific calculators (TI-30XS MultiView, TI-34 MultiView, etc) display the input and output as well. Below are screenshots with this feature enab...https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34775
Solution 34774: Using Boolean Logic on the TI-83 Plus and TI-84 Plus Family of Graphing Calculators.
...phing calculators? Boolean Operators are often used in programs to control program flow and in graphing to control the graph of the function over specific values. Values are interpreted as Zero (false) or nonzero (true). The Logic menu can be accessed by pressing [2ND] [TEST] [►]. LOGIC • a...https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34774
Solution 34812: Percent (%) Operator on the TI-83 Plus and TI-84 Plus Family.
...rm some percentage-related calculations: Example - Percentage: Calculate 5% of 250. 1) Press [5] [÷] [1] [0] [0] [ENTER] to find the percentage in decimal format. 2) Press [2] [5] [0] [×] [.] [0] [5] [ENTER]. Example - Ratio: Calculate the ratio of 250 to 5. 1) Press [2] [5] [0] [÷] [.] [0] [5]...https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34812
Solution 34715: Displaying Results in Fraction Format on the TI-84 Plus and TI-84 Plus C Silver Edition.
...raction format. Please Note: To disable this mode, choose AUTO or DEC instead. While in this mode, follow the steps below to convert answers to decimal format. 1) Press [math] [2] to select >Dec 2) Press [enter] to display the decimal result. Please see the TI-84 Plus and TI-84 Plus C S...https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34715
Solution 12660: Equations Used to Calculate Linear Regressions on TI Graphing Calculators.
... that tied into what was being used in the classroom. They found that mapping from the a+bx form to the ax+b form was a burden on their students, especially the introductory level students. NOTE: The TI-Nspire family offers linear regressions using either the mx+b or a+bx equation. Please see th...https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/12660
Solution 11366:Maximizing a Linear Function with the Inequality Graphing Application on the TI-83 Plus and TI-84 Plus.
...qual (or Inequalz). The Inequality Graphing application splash screen is displayed. • Press any key. The Y=Editor screen is displayed. Note that placing the cursor on the = symbol for any Y-variable displays the new relation symbols at the bottom of the screen. Press [ALPHA plus [F1]-[F5] to in...https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/11366
Solution 11362: Using the TI TestGuard™ Application to Clear the RAM and Archive Memory on the TI-83 Plus and TI-84 Plus Family of Graphing Calculators.
... TI TestGuard App deletes programs, lists, applications, and other stored data from a student's calculator. Teachers also have the option to leave specific Apps on student calculators. In addition, TI TestGuard App uses a password feature to confirm that the calculators have been cleared as setup...https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/11362
Solution 36978: Cannot transfer .ZIP files to and from the TI-84 Plus CE™ using the TI-Connect CE™ software
...ents is aware of the reported problem and may be resolved at the earliest in a future release. The current workaround is to unzip these files to a specific location such as your desktop and then transfer the unzipped files from that location to your TI-84 Plus CE handheld through the TI-Connect C...https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/36978
Solution 13342: Using the Exact() Function on the TI-89 Family, TI-92 Family and Voyage™ 200 Graphing Calculators.
...t mode arithmetic regardless of the Exact/Approx mode setting to return, when possible, the rational-number equivalent of the argument. Note: tol specifies the tolerance for the conversion; the default is set to 0(zero). Refer to the examples provided below. Ex.1 exact(.25) [ENTER] Ex.2 exa...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/13342
Solution 13323: Using the RandMat() Function on the TI-89 Family, TI-92 Family and Voyage™ 200 Graphing Calculators.
... the randMat() function is listed below. randMat(numRows,numColumns) The randMat() function returns a matrix of integers between -9 and 9 of the specified dimension. Reference the example provided below. Ex. Create a random generated matrix with 3 rows and 3 columns. • From the HOME screen pr...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/13323
Solution 13321: Using the Rand() Function on the TI-89 Family, TI-92 Family and Voyage™ 200 Graphing Calculators.
... TI-92 family and Voyage 200 graphing calculators? The syntax for the rand() function is listed below.rand([n])Where n is an integer ¹ 0 • With no specified n, rand() returns the next random number between 0 and 1 in the sequence. Ex. rand(6) may return the result of 5• When n is a positive value...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/13321
Solution 12648: Calculating Linear Regressions on the TI-81.
...ulator will display the form of the equation (y=a+bx) and then list the values for a and b (5.0256 and 1.2564 respectively) and the correlation coefficient (r) .9885.For more information regarding your Texas Instruments graphing calculator, please refer to the guidebooks section. Solution 12648:...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12648
Solution 13180: Sharing Applications Between the TI-89 Family Graphing Calculators.
...[2ND] [VAR-LINK] [F3] to access the link menu. 2) Select option 2:Receive and the bottom of the calculator screen will display VAR-LINK: WAITING TO RECIEVE BUSY. On the calculator that will be sending the App: 1) Press [2ND] [VAR-LINK] to access the link menu. 2) Press [2ND] [F7] to access the li...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/13180
Solution 10424: Degree, Minutes, Seconds (DMS) Conversions with the TI-85 or TI-86.
...grees, 12 minutes and 8 seconds. The ' symbol can be accessed by pressing [2nd] [MATH] [F3:ANGLE] [F3:']. To convert a number that is written in decimal degrees to DMS, use the [>DMS] function, found in the MATH, ANGLE menu. To convert an answer that is displayed on the screen in DMS format ...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/10424
Solution 11832: Correcting an "Undefined Variable" Error on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
...92 family, and Voyage 200 graphing calculators? An Undefined variable error occurs when the variable referenced is not defined. For example, referencing a statistics variable when a statistical analysis has not been performed. If the variable is defined, then refer to the following instructions...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11832
Solution 12172: Using the Ans() function on the TI-89 Titanium and Voyage™ 200 Graphing Calculators.
...graphing calculators? The ans() function returns a previous answer from the Home screen history area.If an integer is used as an argument, it will specify which answer to recall. The valid range of integer that can be used is 1 to 99 and cannot be an expression. The default is one, representing t...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12172
Solution 11815: Finding a Maximum or Minimum of a Function on a TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculator.
...tion -X2+X+6: 1) Press [◊] [Y=]. 2) In an open entry line, press [(-)] [X] [^] [2] [+] [X] [+] [6]. 3) Press [◊] [GRAPH]. 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) Pres...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11815
Solution 12093: Displaying Asymptotes on the TI-89 Family, TI-92 Plus, and Voyage™ 200 Graphing Calculators.
...mily, TI-92 Plus, or Voyage 200 units do not display asymptotes. The graph application plots a series of points, separated by the number of pixels specified in the "xres" variable on the window screen. As successive points are drawn, they are joined by a line. If two successive points lie on eith...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12093
Solution 12091: Creating a Histogram Using the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
... will demonstrate how to plot 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]...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12091
Solution 12090: Creating a Box Plot using the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
...s? The following example will demonstrate how to plot a box plot using the TI-89 family, TI-92 family, and Voyage 200. x values: 5, 8, 9, 12 Frequencies: 4, 1, 5, 2 Input the data: 1) Press [APPS] [6] [3]. If the Apps Desktop is on, press [APPS], select Data/Matrix Editor, and choose [3]. 2) ...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/12090
Solution 11795: Using the deSolve() Function on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.
...2 family, and Voyage 200. The syntax for deSolve() is: deSolve(ODE,independentvar,dependentvar) The deSolve function returns an equations that explicitly or implicitly specifies the general solution to the 1st or 2nd ordinary differential equation (ODE). Example: 1) Go to the home screen, p...https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11795