1 / 4

CIS 541 – Numerical Methods

CIS 541 – Numerical Methods. Roger Crawfis Ohio State University. Course Topics. Mathematical Preliminaries Computer Representation of real numbers Algorithms for finding the roots of a function, i.e., where f(x,y,z) = 0 Functional approximation via interpolation

taylor
Télécharger la présentation

CIS 541 – Numerical Methods

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. CIS 541 – Numerical Methods Roger Crawfis Ohio State University

  2. Course Topics • Mathematical Preliminaries • Computer Representation of real numbers • Algorithms for finding the roots of a function, i.e., where f(x,y,z) = 0 • Functional approximation via interpolation • Numerical differentiation of functions. OSU/CIS 541

  3. Course Topics • Numerical integration of functions • also termed quadrature • Monte-Carlo and other randomized techniques • Numerical solution of linear systems • Motivation for algorithms • Examples from CIS or IT related problems OSU/CIS 541

  4. Tools You Should Know • xxgdb – a graphical debugger • gnuplot – a curve plotting package • gprof – a code profiling (timing) util. • Matlab – a system for performing many numerical tasks. • Maple – a system for performing many analytical tasks. OSU/CIS 541

More Related