1 / 10

CEE 3702 Numerical Analysis Lecture 2 Dr. David W. Dinehart

CEE 3702 Numerical Analysis Lecture 2 Dr. David W. Dinehart. Lesson Objectives. Identify the necessary steps of creating a program Review flowcharts Introduce algorithms and pseudocode Review of Excel - example problem. Chapter 2 - Computers and Software. Numerical Derivative.

nalani
Download Presentation

CEE 3702 Numerical Analysis Lecture 2 Dr. David W. Dinehart

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CEE 3702Numerical AnalysisLecture 2Dr. David W. Dinehart

  2. Lesson Objectives • Identify the necessary steps of creating a program • Review flowcharts • Introduce algorithms and pseudocode • Review of Excel - example problem

  3. Chapter 2 - Computers and Software Numerical Derivative What is the slope of the line?

  4. Programming • Any engineering equation can be expressed as a function • This course will allow us to solve these functions • Numerical analysis techniques lend themselves to computer programming Where do we start?

  5. Revisions/Improvements Your plan of attack (includes equations) Nuts and bolts *VERY IMPORTANT*

  6. Algorithms, Flowcharts, and Pseudocode

  7. Flowchart Symbols

  8. Fundamental Control Structures 1. Sequence 2. Selection 3. Repetition *Any program can be constructed using only these three operations

  9. Selection

  10. Repetition

More Related