Advertisement

Quick Start Guide

TM
TI-Nspire
CAS
Software
by
Bernhard Kutzler
(V1.4)

Advertisement

Table of Contents
loading

Summary of Contents for CAS TI-Nspire

  • Page 1: Quick Start Guide

    Quick Start Guide – TI-Nspire Software Bernhard Kutzler (V1.4)
  • Page 3: Table Of Contents

    Appendix: Factory Default TI-Nspire CAS ............... 109 Preface The purpose of this book is to make TI-Nspire CAS easily and quickly accessible, especially for teachers and students. Many thanks to David Stoutemyer who polished the language of this text and made valuable suggestions for improving the original manuscript.
  • Page 5: Introduction

    TI-Nspire CAS is a powerful mathematics tool suited for teaching and learning. It combi- nes several applications under one roof: A Computer Algebra System (CAS), a graphing soft- ware, an interactive geometry system, a spreadsheet, an interactive statistics system, a text editor, a data collection interface, and a programming environment.
  • Page 6 Have fun reading and discovering. For users of TI-Nspire™ : Most parts of this book do not use the CAS component of TI-Nspire ™ CAS. Therefore you can use this text also with TI-Nspire™. Only part of the “Introduction to the Calculator” is CAS specific.
  • Page 7: Starting Ti-Nspire Cas

    XP) will your screen images fully match those in this book. If you just installed TI- INDOWS Nspire CAS, it is a factory default version. If you use a version of TI-Nspire CAS that was used by someone else earlier, we recommend that you turn it into an almost factory default version now.
  • Page 8 … … you will see two more applications to choose from. application is a computer algebra system (CAS) as known from programs such Calculator as Derive or from handhelds such as the TI-89, TI-92, or Voyage200.
  • Page 9 The following chapters provide independent introductions to the five main applications. The two applications contained in the Graphs&Geometry application are treated separately. A major strength of TI-Nspire CAS is the “roof” that connects the individual applications. The first part of the “Introduction to Combining TI-Nspire CAS Applications” introduces you to this “roof”.
  • Page 10 Handheld Now you see a picture of the TI-Nspire CAS handheld. You could go through the exercises of this book in this mode. Press a key by moving the mouse pointer above the key, and then clicking the left mouse button. You can enter numbers, letters, and special symbols also via the computer keyboard.
  • Page 11: Introduction To The Calculator

    TI-Nspire applications. Start TI-Nspire CAS. Move the mouse pointer into the work area, and then click any of the two mouse buttons. Select by clicking the left mouse button on that text line.
  • Page 12 Introduction to the Calculator Start with the simple addition of two rational numbers. Input through the keyboard: 1 / 2 + 1 / 3 As you type them the symbols appear on the screen. End the input with the ‘Enter’-key E ¿ F . The entry is displayed in “2-dimensional”...
  • Page 13 Quick Start Guide – TI-Nspire CAS Software Delete the two symbols left of the cursor using the backspace key E ‹ | F two times. An alternative to entering a fraction as a linear input string is using the “2-dimensional” frac- tion template, which is similar to what equation editors offer.
  • Page 14 Most students strive to replace such an expres- sion by the corresponding floating point approximation 4.8989…. As explained later TI- Nspire CAS can do this as well. Any expression in the history area can be highlighted then auto-pasted into the entry line to be used to help build a new entry.
  • Page 15 Quick Start Guide – TI-Nspire CAS Software The symbols on the Calculator Toolbar’s second button, , indicate a conversion from an exact number to a floating point number (which may be an approximation). Open the menu by clicking the button with the left mouse button.
  • Page 16 Introduction to the Calculator The first input field in this dialog, , is set to , which stands for “floating Display Digits Float6 point number with six digits”. Open the selection menu of the input field by clicking the down arrow Display Digits button at the right end of the input field.
  • Page 17 Type: Once the letter ‘t’ is added, TI-Nspire CAS recognizes the input string as the name of the built-in function and does not display it in italics any longer. This feature helps avoiding s q r t name conflicts.
  • Page 18 This repeated the last example. Note that no expression was entered. If there is no expression in the entry line, TI-Nspire CAS uses the most recent entry. The keypad’s ‘Enter’-key shows the approximation symbol ≈ in blue color above the word ‘Enter’.
  • Page 19 E ` í ê ä F + E ¿ F 1 / 3 TI-Nspire CAS uses two types of numbers: exact (symbolic) numbers and floating point num- bers. Exact numbers are integers, symbolic constants such as π and e, and expressions built π...
  • Page 20 (which is next to ). Conclude the input. TI-Nspire CAS can handle very large numbers. Enter 123 factorial: 1 2 3 ! The result is larger than the width of this application window. Therefore the answer appears cut off, as is indicated by the small black triangle just before the window’s right end.
  • Page 21 10, the number has 205+1 = 206 digits. When using TI-Nspire CAS in a classroom for demonstration purposes, for example with a projector, it may be useful to use a larger font. For this, TI-Nspire CAS offers a special mode. Open the menu.
  • Page 22 Introduction to the Calculator Activate the command. Presentation The preview pane disappeared and the expressions are displayed in a larger font. There is also view in which the screen looks similar to the screen on a handheld. Handheld Screen This command is a toggle switch. Apply it again to switch back to standard viewing mode: Invoke View>Presentation Before starting with a group of examples on algebra and equation solving, delete all history...
  • Page 23 Intentionally input the argument x without parentheses around it: Type: The string sinx is displayed in italics. This indicates that TI-Nspire CAS considers this a four letter variable name. Add the sine of x, this times with parentheses around the argument:...
  • Page 24 Type: TI-Nspire CAS displays the exponent as a superscript like equation editors do. When you type the exponentiation operator ^ it goes into exponentiation/superscript mode. (An alternative is the exponentiation template from the Math Templates Toolbar.) Type: Oops! The new input, ‘...
  • Page 25 Quick Start Guide – TI-Nspire CAS Software Invoke the command. Solve A copy of the function name with a pair of parenthesis and the cursor positioned in s o l v e between was auto-pasted into the entry line. ⋅...
  • Page 26 Introduction to the Calculator x is the first solution, which currently is not available as an isolated expression, it only appears as a subexpression within the solution that was just generated. Highlight the respect- tive subexpression so that you can auto-paste it. This can be achieved with the arrow keys or the mouse.
  • Page 27 , is highlighted. Auto-paste this subexpression with E ¿ F . Conclude the input. TI-Nspire CAS rewrites the expression by putting it over a common denominator. To expand the two factors in the numerator, apply the command from the...
  • Page 28 Type the multiplication operator without a first argument. TI-Nspire CAS always tries to make sense to your input. An infix binary operator such as the multiply operator has to be entered as: “first argument * second argument”. If it is entered...
  • Page 29 Quick Start Guide – TI-Nspire CAS Software menu. It behaves as in most Windows programs, i.e. it undoes the most recent step – in this case the application of the ‘Enter’-key for entering the faulty input string. Undo the last keyboard input by clicking on Now you can edit the input: E ‹...
  • Page 30 S o l v e s o l v e ded by the letter ‘c’ for ‘complex’. When you enter names, TI-Nspire CAS does not distin- guish between upper and lower case letters. For the display, TI-Nspire CAS uses a built-in standard.
  • Page 31 Quick Start Guide – TI-Nspire CAS Software … simply by pressing the ‘Enter’-key E ¿ F without any new input. function is a “relative” of the function. Apply it to the same example after f a c t o r...
  • Page 32 Introduction to the Calculator While the function needs an equation as the first argument, the function can be s o l v e f a c t o r x − or the equation x − = . If you feed it with an equa- applied to either the expression tion, both sides of the equation will be factored.
  • Page 33 In the preview pane click on the upper page. This brought back the “old” calculator work area content – so it is still there! With TI-Nspire CAS you create documents. Each document is a collection of problems. Currently there is only one problem in the document, named P r o b l e m 1 Each problem is a collection of pages.
  • Page 34 Introduction to the Calculator User definitions such as storing an expression in a variable apply to all pages of a problem, but they don’t apply to any other problem. There is a decimal number in the upper right corner of the application window, above the work area and just right of the toolbar.
  • Page 35 Quick Start Guide – TI-Nspire CAS Software Starting with an initial value, then entering an expression using the most recent answer, and then repeatedly hitting the ‘Enter’-key is an easy way to produce an iteration. Try the same example, but this time start with a floating point 1 (rather than an integer 1), so that approxi- mate answers are enforced without having to use E ` í...
  • Page 36 Conclude this first round of examples by exiting TI-Nspire CAS: Exit TI-Nspire CAS using the command. File>Exit TI-Nspire CAS asks if the yet unnamed document should be saved. To exit without saving click on E | k ç | F .
  • Page 37: Introduction To Graphing

    Graphs&Geometry application. This text will get you started and you will learn the routine use of this application independent of any other TI-Nspire applications. Start TI-Nspire. Move the mouse pointer into the work area, and then click any of the two mouse buttons.
  • Page 38 Introduction to Graphing and a circle will be circular. The scale factor, it is 0.5 for both axes in the above picture, is chosen such that the distance between two tick marks is “neither too small nor too big”. Plot the graph of the function .
  • Page 39 Quick Start Guide – TI-Nspire CAS Software Open the menu by clicking on . Point at the text , and then Window Window Settings click the left mouse button to activate this command. In this menu you can choose ranges for both axes. You can leave the scale factors on automatic (default setting ) or enter a value.
  • Page 40 Introduction to Graphing While holding the shift key E Ÿ F , grab a vertical tick mark and drag it down. Resume to standard axes. An appropriate command for this can be found in the menu. Window Open the menu. Invoke the command.
  • Page 41 Quick Start Guide – TI-Nspire CAS Software This changed the curve – and with it the label, i.e. the algebraic expression belonging to the graph. Move the mouse pointer near the origin. The mouse pointer takes the shape of a four-headed arrow. This indicates that now you can translate the curve.
  • Page 42 Introduction to Graphing Click the double up arrow The expression defining has changed here too. is in bold, because it is user defined. in italics, because it is (still) undefined. The double down arrow at the right end of the entry line is for switching off the history display.
  • Page 43 Quick Start Guide – TI-Nspire CAS Software Click and hold the left mouse button (= grab the label), and then move it up. Release the button. See what you can do with the curve: Move the mouse pointer above the curve until it blinks.
  • Page 44 Introduction to Graphing Move to the second choice for line weight by clicking on the small black triangle (or by using E Ã F Now the graph is thicker, the text has changed to , and there is now (2/3) Line weight is medium also a small black triangle left of the first menu.
  • Page 45 ‘Enter’ or by clicking outside the menu. When using TI-Nspire in a classroom for demonstration purposes, for example with a pro- jector, it may be useful to use larger fonts. For this, TI-Nspire offers a special mode. Open the menu.
  • Page 46 Introduction to Graphing Invoke View>Presentation View Currently there is an algebraic and a graphic representation on the screen. How about a numeric representation? Display a function table: Open the menu. Choose the command. View Add Function Table = = = = = = = = = = = = = = Note from the menu text that E ` í...
  • Page 47 Quick Start Guide – TI-Nspire CAS Software Click and hold the left mouse button, and then drag it to the right until the table has the appropriate size. Release the mouse button. Change the table settings: Make sure that you see the Lists&Spreadsheet Toolbar. If not, click into the table to make the table window active.
  • Page 48 Conclude this set of exercises by exiting TI-Nspire. The command can be found in the Exit menu. File Exit TI-Nspire using the command. File>Exit TI-Nspire asks if the yet unnamed document should be saved. To exit without saving select E | k ç | F .
  • Page 49: Introduction To Interactive Geometry

    Graphs&Geometry application. This text will get you started. You will learn the routine use of this application independent of any other TI-Nspire applications. Start TI-Nspire. Move the mouse pointer into the work area, and then click any of the two mouse buttons.
  • Page 50 Introduction to Interactive Geometry The tool tip, which appears for about 3-4 seconds below the pointer indicates that this button is the entry into the menu. (Tool tips are available for all buttons.) View Open the menu by clicking on this button. View Among the many choices in this menu, the second option is for switching into Geometry mode.
  • Page 51 Quick Start Guide – TI-Nspire CAS Software the image of the button in the upper left corner of the empty page as an indication Point k ç í É that the tool is active and that you can now draw points using the mouse. Such an image...
  • Page 52 Introduction to Interactive Geometry Select the point by clicking the left mouse button. The point continues to flash and the hand has changed back to an arrow. There are three methods for deleting the point (or any other object). You can use the computer keyboard’s E a b i F key, the Command Toolbar’s button , or the menu command...
  • Page 53 Quick Start Guide – TI-Nspire CAS Software Press the tab key E ˆ F Press E ˆ F once more. You can draw a line either by choosing a point and a direction or by choosing two points. Use the tab key to select one of these two options.
  • Page 54 Introduction to Interactive Geometry The mouse pointer now has the shape of a hand, the text ‘line’ is displayed, and this end of the line now has an arrow head. Extend the line: Click and hold the left mouse button, thus “grabbing” the end of the line, and then move the mouse down and/or to the right.
  • Page 55 Quick Start Guide – TI-Nspire CAS Software Switch to the tool with E b p ` F . Point at the reflected point, and then display a Pointer menu of possible actions by clicking the right mouse button. = = = = = = = The appearance of the point is controlled via the command.
  • Page 56 Introduction to Interactive Geometry tion, size, or shape depend on position(s), size(s), or shape(s) of other object(s). In the above example the reflected point is dependent. There are also cases in which objects are partly dependent, such as a point on a line. The Geometry application allows you to move the independent objects and automatically all dependent objects are adjusted so that the properties that were enforced during the construc- tion (such as reflection, incidence, parallelism, etc.), are preserved.
  • Page 57 Quick Start Guide – TI-Nspire CAS Software Observe how the line moves and with it the reflected point. By grabbing the line at a location different from the point that was used to draw it, you change the line’s direction. This results in a rotation of the line around the line’s defining point.
  • Page 58 Introduction to Interactive Geometry Choose the line by clicking on it, and then move the pointer slightly away from the line. A tentative perpendicular line is shown passing through the tip of the pencil. Next you need a point to fix the line. Move the pointer, and with it the tentative line, to the original point.
  • Page 59 Quick Start Guide – TI-Nspire CAS Software Change to ‘ ’ by clicking twice on the small black triangle on the right. dashed Make the new line style permanent by leaving the menu with E ¿ F . Before starting with a new construction, delete all objects:...
  • Page 60 Conclude this chapter by exiting TI-Nspire. The command can be found in the menu. Exit File Exit TI-Nspire using the command. File>Exit TI-Nspire asks if the yet unnamed document should be saved. To exit without saving select E | k ç | F .
  • Page 61: Introduction To Lists&Spreadsheet

    This chapter is an introduction to the Lists&Spreadsheet application of TI-Nspire. It will get you started, and you will learn the routine use of this application independent of any other TI- Nspire applications. Start TI-Nspire. Move the mouse pointer into the work area, and then click any of the two mouse buttons. Select by clicking the left mouse button on that text line.
  • Page 62 Introduction to Lists&Spreadsheet as the status line. The address of a cell is composed of the label of the column it belongs to and the label of the row it belongs to, such as A1 for the cell in column A and row 1. Above the work area there are five buttons in the Lists&Spreadsheet Toolbar.
  • Page 63 Quick Start Guide – TI-Nspire CAS Software E ¿ F E ˆ F Enter 3 into cell A2 by typing: Type ‘ ’ into cell A3. Conclude with E ¿ F If you conclude an input with the ‘Enter’-key , the next cell waiting for an input is the cell below the current cell.
  • Page 64 Use the arrow keys to highlight the cell in the (diamond) row of column C. Column C should be the sum of columns A and B. Because TI-Nspire does not distinguish between upper and lower case letters, this can be entered as follows:...
  • Page 65 (as you can also see in the status line). If now you would try to highlight cell B4 as a prepara- tion for deletion, TI-Nspire would again take the definition for column C and the same error message would occur. The...
  • Page 66 ’ to avoid potential con- a [ ] flicts with objects from other TI-Nspire applications that might have the name ‘ ’ . When a column is highlighted, such as now, applying the left and right arrow keys moves the...
  • Page 67 Quick Start Guide – TI-Nspire CAS Software Highlight column B with E Ã F . You can highlight multiple adjacent columns by combining the arrow key with the shift key E Ÿ F . Highlight column A in addition to column B by holding down the shift key E Ÿ F , and then, with this key depressed, apply E ‹...
  • Page 68 Introduction to Lists&Spreadsheet Extend the highlighting to also include A2 and B2: E Ÿ F E ¼ F Press and hold , and then use All these selections also can be made with the mouse using the usual click-hold-drag method common to most Windows programs.
  • Page 69 List Editor on a TI-89, TI-92 or Voyage 200 handheld. Lists can also be used in the other TI-Nspire applications. In other applications lists are enclosed within curly braces. Consult the “Introduction to the Calculator” and the “Introduction to Combining TI-Nspire Applications”...
  • Page 70 Introduction to Lists&Spreadsheet Define (the contents of) cell B1 to be one more than (the contents of) cell A1. Type: Conclude with E ¿ F = a 1 + 1 As is customary in standard spreadsheet programs, you could click on cell A1 instead of typing ‘...
  • Page 71 Quick Start Guide – TI-Nspire CAS Software Conclude with E ¿ F . At first glance it appears as if defining column B to be “column A plus 1”, entered as ‘ ’ = a + 1 into the - cell of column B, would have produced the same result. However, the two methods are different.
  • Page 72 Conclude this chapter by exiting TI-Nspire. The command can be found in the menu. Exit File Exit TI-Nspire using the command. File>Exit TI-Nspire asks if the yet unnamed document should be saved. To exit without saving select E | k ç | F .
  • Page 73: Introduction To Notes

    Introduction to Notes This chapter is an introduction to using the Notes application of TI-Nspire CAS. It will get you started and you will learn the routine use of this application independent of any other TI- Nspire CAS applications. Start TI-Nspire CAS. Move the mouse pointer into the application window, and then click any of the two mouse buttons.
  • Page 74 Introduction to Notes Type: T h i s i s t h e N o t e s a p p l i c a t i o n i n s t a n d a r d m o d e . As with most word processors the ‘Enter’-key starts a new paragraph: Start a new paragraph by pressing the ‘Enter’-key E ¿...
  • Page 75 Quick Start Guide – TI-Nspire CAS Software Highlight the word ‘underline’ by double-clicking it. Underline it by applying the com- mand ), and then remove the highlighting by clicking somewhere Format>Underline else. Note that when you use double-clicking to highlight a word, a comma following the word will be highlighted too.
  • Page 76 Introduction to Notes There are geometric shape symbols for triangles, vectors, etc. available for your texts. Learn here how to use them. Put the cursor at the beginning of a potential new paragraph by clicking somewhere in the empty space below the text. Enter the following paragraph, using E ¿...
  • Page 77 Quick Start Guide – TI-Nspire CAS Software You can enter mathematical expressions the same way you would enter them in the Calculator application by using the command. This is comparable to using an equation Expression Box editor within a text processing program.
  • Page 78 Introduction to Notes Type an opening parenthesis: A closing parenthesis was included automatically. Next you need a source for the symbol for pi. Pi can be obtained from the Symbols Toolbar, which is accessed via the Command Toolbar’s button . You could also simply write ‘ ’...
  • Page 79 Quick Start Guide – TI-Nspire CAS Software The result of the evaluation replaced the original expression. If you want to see both, i.e. the expression and the result, then you should make a copy of the expression before evaluating it.
  • Page 80 Introduction to Notes...
  • Page 81: Introduction To Data & Statistics

    This chapter is an introduction to the Data&Statistics application of TI-Nspire. It will get you started and you will learn the routine use of this application. Start TI-Nspire. Move the mouse pointer into the work area, and then click any of the two mouse buttons.
  • Page 82 Introduction to Data&Statistics A selection menu appears with the (low contrast) text ‘ ’ as an indication that there is <none> no data available. Data for the Data&Statistics application must be generated by another application. The Data& Statistics application requires data in form of lists, therefore the “most natural” companion application is the Lists&Spreadsheet application.
  • Page 83 Quick Start Guide – TI-Nspire CAS Software Exit with E b p ` F Click into the name field of column A, and then type: E ˆ F = = = = = Enter, into the name field of column B, the name: Highlight B1, and then invoke the command.
  • Page 84 Introduction to Data&Statistics There are alternative options for displaying the data of column B/ . Find these alternatives in menu: Plot Type Open the menu by clicking on . Invoke the command. Plot Type Box Plot = = = = = = = = = = = Next try Finally go back to Plot Type>Histogram...
  • Page 85 Quick Start Guide – TI-Nspire CAS Software Point at the rightmost point. Click on it, and then hold the (left) mouse button. Clicking on the point changed its color from gray to red. Holding the mouse button depressed displays the numeric value that this point represents.
  • Page 86 ’ below the horizontal axis. C l i c k t o a d d v a r i a b l e A selection menu displays with all lists currently available in TI-Nspire. Choose This is a dot plot of the values in column c a (= column A).
  • Page 87: Introduction To Combining Ti-Nspire™ Cas Applications - Part 1

    This text will get you started and you will learn the routine use of combining the power of the individual applications of TI-Nspire CAS. It is assumed that you are familiar with using each individual application to the extent explained in the chapters “Introduction to the Calculator”, “Introduction to Graphing”, “Introduction to Interactive Geometry”, and “Introduction to...
  • Page 88 Introduction to Combining TI-Nspire CAS Applications – Part 1 Invoke Insert>Layout The first choice, a full page, is dimmed, because the current page is a full (i.e. unsplit) page. The next two options are a vertical and a horizontal split into two subpages. The next four options are different splits into three subpages.
  • Page 89 Quick Start Guide – TI-Nspire CAS Software Make the Calculator window active, and then enter: f 1 ( x ) Use the Calculator to define function In the Calculator enter: f 2 ( x ) : = x + 1 0 Make the Graphing window active by clicking into it.
  • Page 90 Introduction to Combining TI-Nspire CAS Applications – Part 1 Look at the preview pane and learn what you can do there: Select the one (and only) page by clicking on it. In the preview pane the selection of a page is indicated by a blue rectangle around the page.
  • Page 91 Quick Start Guide – TI-Nspire CAS Software Click on the upper page, and then click on the Command Toolbar’s button to delete it. Now you have one page comprising two applications. Suppose you want to have a full page for each application. This can be achieved as follows: Make the Calculator window active by clicking into it, and then invoke the Edit>Select...
  • Page 92 Introduction to Combining TI-Nspire CAS Applications – Part 1 Insert an empty page using the command. Insert>Page Insert the Calculator contents with the command (or with E ` í ê ä F + E s F ) . Edit>Paste Now you have two pages, one for each application.
  • Page 93 The most flexible application for making definitions is the Calculator. There you can define instances of all the data types that are available in TI-Nspire CAS. The least flexible applica- tion for defining and processing data is the Lists&Spreadsheet application.
  • Page 94 Introduction to Combining TI-Nspire CAS Applications – Part 1 as x+5+sin(y)). Simple assignments such as a:=5 are allowed. Lists and matrices cannot be cell objects. Insert a new Calculator page, and then make the following three assignments. is a list, so this can easily go into a column of a Lists&Spreadsheet page: Insert a new Lists&Spreadsheet page.
  • Page 95 Quick Start Guide – TI-Nspire CAS Software Open the selection menu, and then choose . Leave the dialog with Variable Reference E | l h | F . See what happens if you make the other choice: Enter into the definition field of column C:...
  • Page 96 Introduction to Combining TI-Nspire CAS Applications – Part 1 Now there is another conflict, because earlier you defined a variable in the Calculator. Therefore this dialog requests you to choose between a cell reference and a variable reference. Choose Cell Reference...
  • Page 97 Quick Start Guide – TI-Nspire CAS Software The Graphs&Geometry application has a function editor for entering and editing functions. Using the colon separator you can perform the following trick for using the function editor entry line for entering any statements or commands. Perform a dummy function definition, for example by defining the next function, , to be ‘...
  • Page 98 Introduction to Combining TI-Nspire CAS Applications – Part 1 Prepare for storing this measurement in a variable by using the command Tools>Variables or clicking on the button Variables Choose Store Var The text box with the measurement now shows an assignment operation with a suggested variable name .
  • Page 99: Calculator And Graphing

    Learn here how to use the Graphing application to overcome this. Start TI-Nspire CAS, add a Calculator page, and then enter a list of x-values and a list of y-values as shown in the picture.
  • Page 100 Introduction to Combining TI-Nspire CAS Applications – Part 1 Apply Statistics>Stat Calculations>Linear Regression (mx+b) In the dialog choose Linear Regression listx X List listy Y List Note that the third input field, , specifies where the resulting regression line Save RegEqn to will be saved.
  • Page 101 Quick Start Guide – TI-Nspire CAS Software Open the selection menu for x. The menu lists all variables that qualify as an input for a scatter plot, i.e. all lists. listx listy are the two lists you entered. The four lists starting with ‘...
  • Page 102: Calculator And Lists&Spreadsheet

    Introduction to Combining TI-Nspire CAS Applications – Part 1 Scroll to f 1 with E ½ F Plot the graph of f 1 with E ¿ F That is a satisfactory fit for many purposes, but the points have one convex and one concave portion, which suggests trying a cubic regression.
  • Page 103 − Enter into the first column. Next challenge them with a fractional power for which TI-Nspire uses a special notation: Enter x into the first column. Again, this seems to not fit the pattern. But probably, encouraged by the previous examples, your students will look for ways to rewrite the expression appropriately.
  • Page 104: Geometry And Lists&Spreadsheet

    The Lists&Spreadsheet application is the ideal place for producing such lists. Start TI-Nspire, add a Graphs&Geometry page, and then switch to Plane Geometry View Split the screen, and then add a Lists&Spreadsheet application.
  • Page 105 Quick Start Guide – TI-Nspire CAS Software Turn on the tool, and then select the measurement. Apply the command Pointer Variables by clicking on Choose . Change the suggested variable name ‘ ’ to ‘ ’ . Store Var v a r l e n Prepare for collecting the length in the Lists&Spreadsheet application:...
  • Page 106 Introduction to Combining TI-Nspire CAS Applications – Part 1 Observe how your movement of the point generates new values in column A. The sampling rate is rather fast, so extensive movements put many numbers into column A. If you want to have explicit control over which measurements enter the spreadsheet, you need to do a manual data collection as follows: Highlight the definition of column A.
  • Page 107: Introduction To Combining Ti-Nspire Cas Applications - Part 2

    TI-Nspire CAS Applications – Part 2 Data Collection A great TI-Nspire feature is the support of collecting real world data. More than 30 different sensors are supported in the current version. Find a list of these sensors at the end of this chapter.
  • Page 108 Introduction to Combining TI-Nspire CAS Applications – Part 2 Choose by clicking E | l h | F . Data&Statistics An empty Data&Statistics page is displayed with the data collection console in the upper right corner showing the current temperature. The data collection console offers a green start button...
  • Page 109 0 1 . t i m e list . TI-Nspire uses two new lists for the next run. d c 0 1 . t e m p 1...
  • Page 110 Introduction to Combining TI-Nspire CAS Applications – Part 2 Store the previously collected data by clicking E | p í ç ê É | F . Start the new collection by clicking E | l h | F . Stop after a few seconds.
  • Page 111 0 1 . t i m e d c 0 1 . t e m p 1 Exit TI-Nspire. It follows a list of those 34 sensors from Vernier that can be used with TI-Nspire technology. Obtain more information about these sensors at www.vernier.com Two sensors can be connected directly to a computer: •...
  • Page 112 Introduction to Combining TI-Nspire CAS Applications – Part 2 • 25-g Accelerometer (ACC-BTA) • Low-g Accelerometer (LGA-BTA) • Barometer (BAR-BTA) • Charge Sensor (CRG-BTA) • Colorimeter (COL-BTA) • Conductivity Probe (CON-BTA) • Current Probe (DCP-BTA) • Differential Voltage Probe (DVP-BTA) •...
  • Page 113: Appendix: Factory Default Ti-Nspire Cas

    Here are instructions about how to restore near-factory default TI-Nspire CAS. In case the version of TI-Nspire CAS you are using with this book was used before or is likely to have been used before, it is recommended that you follow these instructions before you start going through this book.
  • Page 114 Appendix: Factory Default TI-Nspire CAS Invoke this command by moving the mouse pointer above the command name Settings This opens the submenu. Observe the command. Document Settings Select this command by moving the mouse pointer over the text Document Settings...
  • Page 115 Confirm that you want to proceed by exiting this dialog with E | l h | F . Now you have an almost factory default TI-Nspire. If former users have used the Catalog, then the entry which they highlighted will still be highlighted. This and similar cases will still be...

Table of Contents