TI-83 Plus:  Timeplots

 

Exercise 1.138 (IPS 5/e, p. 97):  Time plots

 

            Generate a sequence into a list.

 

            2nd [LIST]                     2nd STAT

            Right arrow                   Highlight OPS.

            5                                  seq(

            ALPHA [K]

            ,

            ALPHA [K]

            ,

            1966

            ,

            1981

            )

            STO

            2nd [L2]                                    seq(K,K,1966,1981)àL2

            ENTER

                (The second data set doesn’t have dates in sequence.  If it did, we could save time by, e.g., 2nd [ENTRY]

 (i.e., 2nd ENTER). Then edit the command (use the arrow and other keys) so that it reads seq(K,K,1967,1981)àL4.)

 

            Enter the mean # young into list L3.                    STAT 1 (EDIT) …

            Enter the dates of DDE measurement into list L4.

            Enter the DDE, divided by 100 (for parts per 108) into list L5.  (Rescaled data)

 

            WINDOW

                        Xmin=1966

                        Xmax=1981

                        Xscl=1

                        Ymin=0

                        Ymax=2

                        Yscl=1

                        Xres=1

 

            2nd [STAT PLOT]

            1                                  Plot1 should be highlighted.

                        Select On

                        Type:  second choice (time plot)

                        Xlist: L2

                        Ylist: L3

                        Mark: (little square)

            Highlight Plot2.

                        Select On

                        Type:  second choice (time plot)

                        Xlist: L4

                        Ylist: L5

                        Mark: +

            GRAPH