1 / 8

Tier 2: Case Studies

Tier 2: Case Studies. Case Studies. Table of Contents Chapter 1 Introduction Useful Computer Tools for Data Reconciliation Chapter 2 Case Study #1 Steady-State Nonlinear DR and Detection of Gross Errors through Analysis Chapter 3 Case Study #2

madison
Télécharger la présentation

Tier 2: Case Studies

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. Tier 2: Case Studies

  2. Case Studies Table of Contents Chapter 1 Introduction Useful Computer Tools for Data Reconciliation Chapter 2 Case Study #1 Steady-State Nonlinear DR and Detection of Gross Errors through Analysis Chapter 3 Case Study #2 A Gross Error Detection Problem Using Observability and Redundancy Analysis Chapter 4 Case Study #3 An Unsteady-State Problem

  3. Introduction: Useful Computer Tools for Data Reconciliation

  4. Introduction Jumping Jiminy Cricket! Excel and MATLAB!?

  5. Introduction Matrix Algebra Data Reconciliation MATLAB EXCEL

  6. Introduction Some useful syntax in MATLAB: A = AB AT A-1 QR factorization of A QR factorization with permutation A = [1 0 0 1; 0 1 1 0; 1 0 1 1] A*B A’ inv(A) [Q,R] = qr(A) [Q,R,E] = qr(A)

  7. Introduction Some useful syntax in Excel: Suppose A = (cells A1:B2) B = (cells D1:E2) Then AB AT A-1 MMULT(A1:B2, D1:E2) TRANSPOSE(A1:B2) MINVERSE(A1:B2)

  8. Introduction A (2x2), B (2x2) AB = C C (2x2) • In order to calculate C and place it in cells G1:H2: • Highlight cells G1:H2 • Type “= MMULT(A1:B2, D1:E2)” • Press Control, Shift and Enter simultaneously

More Related