Simple Programming for the TI calculator

download Simple Programming for the TI calculator

of 33

Transcript of Simple Programming for the TI calculator

  • 7/29/2019 Simple Programming for the TI calculator

    1/33

    Simple programming for your

    TI calculator

  • 7/29/2019 Simple Programming for the TI calculator

    2/33

    The four things you want your

    program to do: Prompt - to ask you for something

    Calculate and store perform whateveroperations need to be done on that

    something, and put it somewhere

    Display to tell you what was the result of

    those calculations on those somethings

  • 7/29/2019 Simple Programming for the TI calculator

    3/33

    Lets start simple:

    Well program the

    calculator to find the

    circumference of a

    circle:

  • 7/29/2019 Simple Programming for the TI calculator

    4/33

    Lets start simple:

    Well program the

    calculator to find the

    circumference of a

    circle: First click PRGM:

  • 7/29/2019 Simple Programming for the TI calculator

    5/33

    Lets start simple:

    Well program the

    calculator to find the

    circumference of a

    circle: First click PRGM:

    Cursor to NEW:

  • 7/29/2019 Simple Programming for the TI calculator

    6/33

    Lets start simple:

    Well program the

    calculator to find the

    circumference of a

    circle: First click PRGM:

    Cursor to NEW:

    Enter:

  • 7/29/2019 Simple Programming for the TI calculator

    7/33

    Lets start simple:

    Notice the cursor is a

    letter A, which means

    its in alpha mode.

  • 7/29/2019 Simple Programming for the TI calculator

    8/33

    Lets start simple:

    Notice the cursor is a

    letter A, which means

    its in alpha mode.

    The calculator iswaiting for you to type

    in the name of the

    program...call it

    CIRCMFNC

  • 7/29/2019 Simple Programming for the TI calculator

    9/33

    Lets start simple:

    Notice the cursor is a

    letter A, which means

    its in alpha mode.

    The calculator iswaiting for you to type

    in the name of the

    program...call it

    CIRCMFNC

    enter

  • 7/29/2019 Simple Programming for the TI calculator

    10/33

    Lets start simple:

    Click PRGM again

    This time you see a

    different menu than

    the last time youclicked PRGM:

  • 7/29/2019 Simple Programming for the TI calculator

    11/33

    Lets start simple:

    Click PRGM again

    This time you see a

    different menu than

    the last time youclicked PRGM:

    Cursor to I/O

  • 7/29/2019 Simple Programming for the TI calculator

    12/33

    Lets start simple:

    Click PRGM again

    This time you see a

    different menu than

    the last time youclicked PRGM:

    Cursor to I/O

    Select Prompt, hitenter:

  • 7/29/2019 Simple Programming for the TI calculator

    13/33

    Lets start simple:

    Now the calc is

    waiting for you to tell

    it what to prompt for

  • 7/29/2019 Simple Programming for the TI calculator

    14/33

    Lets start simple:

    Now the calc is

    waiting for you to tell

    it what to prompt for

    You have to get backinto alpha mode

    before you answer

  • 7/29/2019 Simple Programming for the TI calculator

    15/33

    Lets start simple:

    Now the calc is

    waiting for you to tell

    it what to prompt for

    You have to get backinto alpha mode

    before you answer

    So press ALPHA,

    then type R, then

    enter:

  • 7/29/2019 Simple Programming for the TI calculator

    16/33

    Lets start simple:

    Now we have to give

    the program a formula

    to calculate

    circumference, sotype in 2R

  • 7/29/2019 Simple Programming for the TI calculator

    17/33

    Lets start simple:

    Now we have to give

    the program a formula

    to calculate

    circumference, sotype in 2R

    Then STO>

    Then alpha C, then

    enter

  • 7/29/2019 Simple Programming for the TI calculator

    18/33

    Lets start simple:

    Now we have to give

    the program a formula

    to calculate

    circumference, sotype in 2R

    Then STO>

    Then alpha C, then

    enter

    You just asked the

    calculator to

    perform the

    calculation andcall the answer C!

  • 7/29/2019 Simple Programming for the TI calculator

    19/33

    Lets start simple:

    Now we have to ask

    the calculator to

    display the result of

    the calculation

  • 7/29/2019 Simple Programming for the TI calculator

    20/33

    Lets start simple:

    Click PRGM again,

    cursor to I/O as

    before, and this time

    select DISP

  • 7/29/2019 Simple Programming for the TI calculator

    21/33

    Lets start simple:

    Click PRGM again,

    cursor to I/O as

    before, and this time

    select DISP, thenenter

  • 7/29/2019 Simple Programming for the TI calculator

    22/33

    Lets start simple:

    Click PRGM again,

    cursor to I/O as

    before, and this time

    select DISP, thenenter

    Click 2ND ALPHA to

    lock into alpha mode

  • 7/29/2019 Simple Programming for the TI calculator

    23/33

    Lets start simple:

    Click PRGM again,

    cursor to I/O as

    before, and this time

    select DISP and enterto get this:

    Click 2ND ALPHA to

    lock into alpha mode

    Type C EQUALS, C

    then enter

  • 7/29/2019 Simple Programming for the TI calculator

    24/33

    Now lets execute the program:

    Click 2ND QUIT to exit

    this mode

  • 7/29/2019 Simple Programming for the TI calculator

    25/33

    Now lets execute the program:

    Click 2ND QUIT to exit

    this mode

    PRGM

  • 7/29/2019 Simple Programming for the TI calculator

    26/33

    Now lets execute the program:

    Click 2ND QUIT to exit

    this mode

    PRGM

    Enter:

  • 7/29/2019 Simple Programming for the TI calculator

    27/33

    Now lets execute the program:

    Click 2ND QUIT to exit

    this mode

    PRGM

    Enter:

    Enter:

  • 7/29/2019 Simple Programming for the TI calculator

    28/33

    Now lets execute the program:

    Click 2ND QUIT to exit

    this mode

    PRGM

    Enter:

    Enter:

    Prompting youfor R, just like

    you told it to

  • 7/29/2019 Simple Programming for the TI calculator

    29/33

    Now lets execute the program:

    Click 2ND QUIT to exit

    this mode

    PRGM

    Enter:

    Enter:

    Type 10 then enter:

  • 7/29/2019 Simple Programming for the TI calculator

    30/33

    Now lets execute the program:

    Click 2ND QUIT to exit

    this mode

    PRGM

    Enter:

    Enter:

    Type 10 then enter:

    Displaying whatyou told it to

    display!

  • 7/29/2019 Simple Programming for the TI calculator

    31/33

    Now lets execute the program:

    Click 2ND QUIT to exit

    this mode

    PRGM

    Enter:

    Enter:

    Type 10 then enter:

    Calculated 2rand now

    displaying the

    result!

  • 7/29/2019 Simple Programming for the TI calculator

    32/33

    You can use this prompt, store, display

    procedure to input programs for:

    Vertex formula

  • 7/29/2019 Simple Programming for the TI calculator

    33/33

    You can use this prompt, store, display

    procedure to input programs for:

    Quadratic formula to

    find zeros: