Programming on the TI-84 and TI-Nspire

Slides:



Advertisements
Similar presentations
An intro to programming concepts with Scratch Session 2 of 10 sessions I/O, variables, simple computing.
Advertisements

Texas Instruments TI-83 Plus Graphing Calculator Basic Operations.
7.2, 7.3 Solving by Substitution and Elimination
ROBOTS & GRAPHING CALCULATORS: DEVELOPING MATHEMATICAL CONCEPTS THROUGH HANDS-ON EXPERIENCES Stacy Reeder College of Education University of Oklahoma
3x3 matrices IB SL/HL maths 3x3 Matrices By the end of this lesson you will be able to: find the determinant of a 3x3 matrix without.
Objectives: 1. To identify quadratic functions and graphs 2. To model data with quadratic functions.
Microsoft® Small Basic
Section 8.1/8.2 Matrix Solutions to Linear Systems Inconsistent and Dependent Systems.
BASICS ON HOW TO USE TI-83 PLUS By: Joseph Jackson.
#30-1 March 28, 2011 Solve the equation 1) 4m = 6 2) 3) Find the area of the rectangle for each of the possible values of x.
IPC144 Introduction to Programming Using C Week 1 – Lesson 2
Solving Systems by Graphing Lesson Is (4, 1) on the line y = 2x − 5? 2. Is (0, −5) on the line 4x + 2y = 10? 3. Is (−2, 7) on the line y = 3(x.
CREATING A TEST IN WORD 2007 Also creating and using equations in Word 2007 Jeff Klamm Tec 539.
Solving systems of equations with 2 variables
Academy Algebra II 4.2: Building Linear Functions From Data HW: p (3-8 all,18 – by hand,20 – calc) Bring your graphing calculator to class on Monday.
Bill Stiggers Lisa M Suarez-Caraballo Cleveland Municipal School District Cleveland, Ohio Simple Programming on the TI-84.
ResponseCard XR Answering Questions. Polling The host computer must be able to receive your responses, but it can only do so when the polling is open.
Do Now: Add or subtract, if possible. 1.) 2.). Academy Algebra II/Trig 12.4: Matrix Algebra HW: p.889 (8, 9, 12, 13, 16, 17, 21)
1 Scatter Plots on the Graphing Calculator. 12/16/ Setting Up Press the Y= key. Be sure there are no equations entered. If there are any equations,
1 Scatter Plots on the Graphing Calculator. 12/16/ Setting Up Press the Y= key. Be sure there are no equations entered. If there are any equations,
Nonvisual Arrays by Chris Brown under Prof. Susan Rodger Duke University June 2012.
This formula finds the solution(s) for x in any quadratic equation.
Matrices on the Graphing Calculator I.. Entering a Matrix into the calculator. 1) Press MATRIX (2 nd Matrix) 2) Go  to EDIT (use scroll arrows) 3) Chose.
A new way to create a Factor tree using a TI-15 calculator.
Do Now Given h(t)= 3− x 1.What is the slope? 2.What is the y-intercept Given t(x)= - 3x − 1 1.What is the slope? 2.What is the y-intercept.
 A basic equation is made of three parts, coefficients, variables, and the constants.  The coefficient is the number before the variable  The variable.
Saving TI-83 List Data to a Program File. Saving TI-83 Lists to a Program Step 1: Create a New Program Press PRGM and arrow over to NEW Press ENTER and.
Intro to Exponents Assignment
Find Perimeter, Circumference, and Area Ch 1.7. Formulas.
5.1 Solving Systems of Equations Objectives: --To identify a system of equations --To determine if a point is a solution to a system --To use graphing.
Solving Systems by Using Matrices
Solve Problems Involving the Circumference and Area of Circles
Matrix. Matrix Matrix Matrix (plural matrices) . a collection of numbers Matrix (plural matrices)  a collection of numbers arranged in a rectangle.
Basics with the TI nspire
Systems of Multivariable Equations
Steps to solving a word problem
Using the Excel Creation Template to Create a Variable Parameter Problem (Macro Enabled “Alpha 1.4.2”) Getting started – Example 1 Note – You should be.
Matrix Equations Step 1: Write the system as a matrix equation. A three-equation system is shown below. First matrix are the coefficients of all the.
Basic operations in Matlab
Correct the following equation so that it makes sense – you can add numbers and operators to it. Challenge: Make the equation make sense by re-arranging.
Systems of Equations and Inequalities
Solving Systems Using Matrices
So you don’t know how to use a TI-89…
Solving Systems Using Matrices
(2x + 5) (2x -3) AREA = LENGTH X WIDTH AREA =
GRAPHING CALCULATOR Part 1
Warm-up: Simplify: Solve: 1) (3x + 2y) – 2(x + y) 2) y2 + (y – 2)2 = 2
Solving Equations Graphically
Use the substitution method to find all solutions of the system of equations {image} Choose the answer from the following: (10, 2) (2, 10) (5, - 2) ( -
3.2 Solving by Substitution and Elimination 3.3 Application
Scatter Plots on the Graphing Calculator
Graph and Write Equations of Circles
Hello World! Syntax.
TAKE THE MYSTERY OUT OF MATRICES WITH THE GRAPHING CALCULATOR!
Finding Solutions by graphing
A look at Small basic The Text Window 2017.
An intro to programming concepts with Scratch
Before we start: Find the following keys on your calculator:
3/7 Warm Up- Monday.
Saving TI-83 List Data to a Program File
CSCI N317 Computation for Scientific Applications Unit 1 – 1 MATLAB
Scatter Plots on the Graphing Calculator
Getting started – Example 1
Basic Lessons 5 & 6 Mr. Kalmes.
Lesson 12 – 4 Inverses of Matrices
Section 3.5 Systems of Nonlinear Systems
Solving systems of equations by graphing
Graphing linear equations
Mr. Peter Richard Complex Numbers Using the TI 83 Plus Calculator
Presentation transcript:

Programming on the TI-84 and TI-Nspire Sheryl Edwards sheredwa@gmail.com Cleveland Metropolitan School District Lisa M Suarez-Caraballo, PhD Lisa@LisaSuarez.net Cuyahoga Community College .

TI-84* Programming Basics Naming a program Writing a Program Editing a Program

Alpha Keys 2nd Alpha Lock (A-Lock) Space Quotes Question Mark

Naming a Program Press PRGM (Program) Arrow over to NEW and press ENTER Use the ALPHA Keys to name your program and press ENTER. Note: the calculator is automatically put into ALPHA lock mode.

Writing a Program Program Menu Mode Menu Alpha keys

Writing a Program To write basic programs today we will mostly use the PRGM (Program) I/O Menu. We will start the program with 8:ClrHome and press ENTER. From the MODE Menu choose 2 to fix the decimal and press ENTER.

Writing a Program-Asking User We’re going to write a program to find the area and the perimeter of a rectangle. We will use the Disp and Input commands that can be found in the PRGM I/O Menu. Use the Disp function and the ALPHA keys to ask the user for information like the length and width. Use Input to assign a variable to the number you just asked for. Make sure you press ENTER to move to the next line.

Writing a Program-Using Info Write the equations on a new line and STOre the answer into a variable. Press ENTER. Place the Disp command on the next line followed by the sentence you would like to have displayed along with the answer. Don’t forget the comma!!

Test Your Program Program automatically saves Press to EXIT Run your program by pressing select RECTANGL and press ENTER Find the area and perimeter of the following rectangles: a.) L=34 , W=27 b.)L=13 , W=15 c.) L=5.5 , W=6.28

Editing a Program We’re going to Edit the program to display the area and perimeter as a fraction. Arrow over to EDIT and press ENTER. Add the Frac function from the MATH menu to the program right after each Disp “PERIMETER” and “AREA” lines. Now Re-Do # 4C

TI-Nspire Programming Writing and Naming a Program. Open New Document and Add a Calculator page:

TI-Nspire Programming Press Menu and choose 9:Functions and Programs

TI-Nspire Programming You are ready! Choose New and you will get this screen. Let’s find the area of a rectangle! Name your program rectangle!

TI-Nspire Programming You can type all the letters in rectangle. The screen will come up like this: You can declare specific parameters (l,w)

TI-Nspire Programming Be sure to use := when declaring a variable!

TI-Nspire Programming Press Menu and select Check Syntax & Store

TI-Nspire Programming You can Test your Program right beside the editor or open a new Calculator page.

TI-Nspire Programming Edit the program to accept user input.: Take the parameters out of the first line. Use Menu I/O or type the word Request

TI-Nspire Programming Don’t forget hit Menu to Check Syntax and Store your program. Run this test on another page: This time do not put anything in the ()!

Write your own Programs Write a program to find the area and the circumference of a circle given its radius. Write a program to find the distance between two points given two points. Write a program to find the slope of a line when given two points. Challenge: Write a program to solve the quadratic equation. Give both solutions in a matrix.

Thank You