Programming with Spread Sheets Lecture 18: Supporting Material Dr Kathryn Merrick Tuesday 19 th May, 2009.

Slides:



Advertisements
Similar presentations
Boolean Algebra Lecture 7: Supporting Material Dr Kathryn Merrick Tuesday 24 th March, 2009.
Advertisements

Designing a Standard for Internet Bookmarks Carol Le, B.S. CSC Dr. Turner.
Introduction to Matlab. I use Matlab for: Data analysis Data plotting Image Analysis Also – Simulations (solving odes/pdes/finite element methods) – Minimisations,
General Computer Science for Engineers CISC 106 Final Exam Review Dr. John Cavazos Computer and Information Sciences 05/18/2009.
General Computer Science for Engineers CISC 106 Lecture 25 Dr. John Cavazos Computer and Information Sciences 04/20/2009.
General Computer Science for Engineers CISC 106 Lecture 23 Dr. John Cavazos Computer and Information Sciences 4/15/2009.
Презентація за розділом “Гумористичні твори”
Центр атестації педагогічних працівників 2014
Галактики і квазари.
Характеристика ІНДІЇ.
Процюк Н.В. вчитель початкових класів Боярської ЗОШ І – ІІІ ст №4
Lecture 24 Introduction to state variable modeling Overall idea Example Simulating system response using MATLAB Related educational modules: –Section 2.6.1,
© 2011 Xilinx, Inc. All Rights Reserved Intro to System Generator This material exempt per Department of Commerce license exception TSU.
Excel Review Weekend Executive MBA May Agenda  Efficiency  Key model-building features  Five-item model-building checklist  Model walk-through:
Input and Output in MATLAB Lecture 13: Supporting Material Dr Kathryn Merrick Tuesday 14 th April, 2009.
ZEIT2301 Design of Information Systems
Advanced Functions Lecture 14: Supporting Material Dr Kathryn Merrick Tuesday 21 st April, 2009.
Math Unit 5 Introduction to Ratios Cycle 51. Objective and Starter Objective: Today you will be introduced to ratios. Starter: Cycle 52.
Using MathCAD SCC Spring-08 Electronic Technology Wang Ng x-2638
MTH 161: Introduction To Statistics
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 2.
Chapter 1: Getting Started with MATLAB MATLAB for Scientist and Engineers Using Symbolic Toolbox.
Flow of Control: Loops Lecture 9: Supporting Material Dr Kathryn Merrick Tuesday 31 st March, 2009.
Introduction to MATLAB 7 Engineering 161 Engineering Practices II Joe Mixsell Spring 2010.
Introduction To this point MATLAB has been used to answer questions with a numeric value ▫Variables are assigned specific values ▫Answers are numbers MATLAB.
Algebra 1 Mini-Lessons Which graph shows a solution that is at least 7 and less than 11? MA.912.A.3.4: Solve and graph simple and compound inequalities.
MBAA 607- Operations Analysis & Decision Support Systems Spring 2008 Tuesday 4:25-7:05 Dr. Linda Leon.
Code Clichés and Conventions Lecture 10: Supporting Material Dr Kathryn Merrick Thursday 2 nd April, 2009.
Graphical Programming Languages Lecture 19: Supporting Material Dr Kathryn Merrick Thursday 21 st May, 2009.
Vectors Lecture 11: Supporting Material Dr Kathryn Merrick Tuesday 7 th April, 2009.
Lecture 1: Matlab Universe
Introduction to MATLAB 7 MATLAB Programming for Engineer Hassan Migdadi Spring 2013.
An Introduction to Straight Line Graphs Drawing straight line graphs from their equations. Investigating different straight line graphs.
Духовні символи Голосіївського району
Newton’s Method, Root Finding with MATLAB and Excel
Introduction to MATLAB 7 Engineering 161 Engineering Practices II Joe Mixsell Spring 2012.
Lecture 4. Matlab Basics Getting started 2D-Plots
Lecture 1: Matlab Universe Tom Rebold ENGR 52. Course Overview.
Krebs Cycle Analyzer Christopher Clement Ryan Miller BMES 546.
1 - CPRE 583 (Reconfigurable Computing): Streaming Applications Iowa State University (Ames) CPRE 583 Reconfigurable Computing Lecture 10: Fri 11/13/2009.
Introduction to Matlab
Instructor: Dr. Phillip Jones
9.3 – Graphing Linear Equations
Physics 111 Practice Problem Solutions 06 Work and Kinetic Energy SJ 8th Ed.: Ch. 7.1 – 7.5 Contents: 7-7E*, 7-15E, 7-19P, 7-22P, 7-23P, 7-25E*, 7-31E*,
Проф. д-р Васил Цанов, Институт за икономически изследвания при БАН
ЗУТ ПРОЕКТ на Закон за изменение и допълнение на ЗУТ
О Б Щ И Н А С И Л И С Т Р А П р о е к т Б ю д ж е т г.
Електронни услуги на НАП
Боряна Георгиева – директор на
РАЙОНЕН СЪД - БУРГАС РАБОТНА СРЕЩА СЪС СЪДЕБНИТЕ ЗАСЕДАТЕЛИ ПРИ РАЙОНЕН СЪД – БУРГАС 21 ОКТОМВРИ 2016 г.
Сътрудничество между полицията и другите специалисти в България
Съобщение Ръководството на НУ “Христо Ботев“ – гр. Елин Пелин
НАЦИОНАЛНА АГЕНЦИЯ ЗА ПРИХОДИТЕ
ДОБРОВОЛЕН РЕЗЕРВ НА ВЪОРЪЖЕНИТЕ СИЛИ НА РЕПУБЛИКА БЪЛГАРИЯ
Съвременни софтуерни решения
ПО ПЧЕЛАРСТВО ЗА ТРИГОДИШНИЯ
от проучване на общественото мнение,
Васил Големански Ноември, 2006
Програма за развитие на селските райони
ОПЕРАТИВНА ПРОГРАМА “АДМИНИСТРАТИВЕН КАПАЦИТЕТ”
БАЛИСТИКА НА ТЯЛО ПРИ СВОБОДНО ПАДАНЕ В ЗЕМНАТА АТМОСФЕРА
МЕДИЦИНСКИ УНИВЕРСИТЕТ – ПЛЕВЕН
Стратегия за развитие на клъстера 2015
Моето наследствено призвание
Правна кантора “Джингов, Гугински, Кючуков & Величков”
Безопасност на движението
INFM 718A / LBSC 705 Information For Decision Making
“Solve Word Problems in Exponential Functions using Microsoft Excel”
Instructor: Dr. Phillip Jones
the value of the variable that makes an equation true
Presentation transcript:

Programming with Spread Sheets Lecture 18: Supporting Material Dr Kathryn Merrick Tuesday 19 th May, 2009

Overview Introduction to spread sheet programming: Variables, types, values, operators Arrays Built-in functions Flow of control Plotting

Variables, Values and Types

Operators

Arrays and Built-in Functions

Flow of Control

Revision: From Problem to Program… 1.Understand the problem ‘in English’ 2.Develop a rough solution on paper 3.Implement the solution in MATLAB 4.Test your solution

A Problem…

Some Maths… Source: Gravitational potential energy

Demo 1: Energy simulator in Excel

Summary After today’s lecture you should be able to: Identify the key programming tools we used in MATLAB in spread sheets Solve a simple problem using a spread sheet