• Home
  • Automate Reference Management
  • Big-O and other Asymptotic Notation
  • Cat1 Post
  • Cat1a Post
  • Cat1b Post
  • Cat2 Post
  • Cat2a Post
  • Confidence Intervals clarified
  • Coursework Results Processor 2013/14S2
  • Graph Theory Test Answers
  • Interpolation I
  • MAT113 2013-14S2 General Information
  • MAT113 Lesson 07: Gnuplot Basics
  • MAT113 Maxima Exercises
  • MAT113 Self-study Exercises
  • MAT113 Workshop 19th & 20th May
  • MAT113 Workshop 23th & 24th June
  • MAT113 Workshop 26th & 27th May
  • MAT210 Exam Review
  • MAT210 Lesson 15: Direct Interpolation
  • MAT210 Lesson 16: Newton’s Divided Difference
  • MAT210 Lesson 17: Lagrangian Interpolation
  • MAT210 Lesson 18: Splines I
  • MAT210 Lesson 19 & 20: Regression
  • MAT210 Lesson 21&22: Integration
  • MAT210 Lesson 25-27: Solving ODEs
  • MAT210 Test #1 Answers & Interpolation Problem
  • MAT210 Tutorial #1: Errors, Differentiation & Roots
  • MAT210 Workshop 13th-14th May
  • MAT210 Workshop 20th-21st May
  • MAT210 Workshop July 8 & 9
  • MAT210 Workshop June 03 & 04
  • MAT210 Workshop June 24 & 25
  • MAT211 Information
  • Metric Space Summary
  • PH209 Exam Review Questions
  • PH209 Heat Transfer Solutions
  • Reviving Applied Mathematics
  • Simplified Reference Management
    • Changing Paradigm
    • Simply Automatic
  • SJUT Courswork Results Processor Update
  • Statistical Distribution Resources
  • Statistics using spreadsheets
  • Supplementary Exam Prep: MAT310
  • Test answers
  • UE Preparation: ANOVA / Tukey HSD
  • St. John’s Univ. of Tanz.
  • Subjects
    • Linear Algebra
    • Probability & Statistics
  • Courses
    • MAT113 Computing
    • MAT201 Probability
    • MAT202 Real Analysis
    • MAT212 Mathematical Statistics
    • MAT302 Discrete
    • PH209 Pharma Tech
    • MAT210 Numerical
      • Interpolation: Direct
      • Newton's Divided Difference
      • Lagrangian Interpolation
      • Spline Interpolation I
      • Regression: Intro
      • Regression: Linear
      • Integration: Intro
      • Integration: Romberg
      • ODE: Euler's Method
      • MAT210 L26: Solving ODE: Runge-Kutta 2nd
      • MAT210 L27: Solving ODE: Boundary Value Problems
  • Old eMath Site
  • Workshops
    • Brief Intro to Matlab
  • Resources
  • About
    • Site Structure
SJUT eMath

SJUT eMath

St. John's University of Tanzania Mathematics eLearning Hub

  • Administrative
    • cat1
      • cat1a
      • cat1b
    • cat2
      • cat2a
  • Course Materials
    • Active Courses
      • MAT113
      • MAT201
      • MAT202
      • MAT210
      • MAT212
      • MAT302
      • PH209
    • Continuing Education
    • Past Courses
  • News
    • World
  • Resources
  • Topics
    • Computing
    • Discrete Mathematics
    • Linear Algebra
    • Numerical Analysis
    • Probability
    • Real Analysis
      • Metric Spaces
    • Statistics
  • Uncategorized

Numerical Computing with Matlab

Dr. Ham 2014/09/19 Numerical Computing with Matlab2014-09-19T18:03:46+03:00 No Comment
Being able to do rudimentary computer programming is essential for a mathematician. Executing numerical methods, for example, is tedious, if not impossible by hand. Fortunately, currently available programming tools, such…
Continue Reading »

MAT210 L27: Solving ODE: Boundary Value Problems

Dr. Ham 2014/07/18 MAT210 L27: Solving ODE: Boundary Value Problems2014-07-21T11:59:27+03:00 No Comment
Continue Reading »

MAT210 L26: Solving ODE: Runge-Kutta 2nd

Dr. Ham 2014/07/14 MAT210 L26: Solving ODE: Runge-Kutta 2nd2014-07-14T11:44:31+03:00 No Comment
Continue Reading »

MAT210 Lesson 25-27: Solving ODEs

Dr. Ham 2014/07/03 MAT210 Lesson 25-27: Solving ODEs2014-07-18T11:29:42+03:00 MAT210 No Comment
Three lessons on numerical solutions to ODEs are here: Euler: Lecture Slide for viewing (direct download here) Runge-Kutta: Lecture Slides for viewing (direct download here) Finite Difference: Lecture Slide for…
Continue Reading »

MAT210 L25: Solving ODE: Euler

Dr. Ham 2014/07/03 MAT210 L25: Solving ODE: Euler2014-07-03T13:13:02+03:00 No Comment
Continue Reading »

Confidence Intervals clarified

Dr. Ham 2014/07/03 Confidence Intervals clarified2014-07-03T10:56:23+03:00 MAT212 No Comment
Confidence intervals are very important in estimation and hypothesis testing, but understanding what they are and how to calculate them can be difficult. Part of the difficulty is in sorting…
Continue Reading »

MAT210 L22: Integration: Romberg

Dr. Ham 2014/06/30 MAT210 L22: Integration: Romberg2014-06-30T19:18:27+03:00 No Comment
Continue Reading »

MAT210 L21: Integration

Dr. Ham 2014/06/30 MAT210 L21: Integration2014-06-30T14:52:17+03:00 No Comment
Continue Reading »

MAT210 L20: Regression: Linear

Dr. Ham 2014/06/24 MAT210 L20: Regression: Linear2014-06-24T12:20:56+03:00 No Comment
Continue Reading »

MAT210 L19: Regression: Intro

Dr. Ham 2014/06/24 MAT210 L19: Regression: Intro2014-06-24T12:13:45+03:00 No Comment
Continue Reading »
123

Related Posts

  • Numerical Computing with Matlab
  • MAT210 L27: Solving ODE: Boundary Value Problems
  • MAT210 L26: Solving ODE: Runge-Kutta 2nd
  • MAT210 Lesson 25-27: Solving ODEs
  • MAT210 L25: Solving ODE: Euler

Related Pages

  • MAT210 L15: Interpolation: Direct
  • MAT210 L16: Interpolation: NDD
  • MAT210 L17: Interpolation: Lagrangian
  • MAT210 L18: Interpolation: Splines 1
  • MAT210 L19: Regression: Intro
  • MAT210 L20: Regression: Linear
  • MAT210 L21: Integration
  • MAT210 L22: Integration: Romberg
  • MAT210 L25: Solving ODE: Euler
  • MAT210 L26: Solving ODE: Runge-Kutta 2nd
  • MAT210 L27: Solving ODE: Boundary Value Problems
  • MAT210 Lesson 25-27: Solving ODEs

Links

  • St. John’s Univ. of Tanz.
  • Old eMath Site

Pages

  • About
    • Site Structure
  • Automate Reference Management
  • Big-O and other Asymptotic Notation
  • Cat1 Post
  • Cat1a Post
  • Cat1b Post
  • Cat2 Post
  • Cat2a Post
  • Confidence Intervals clarified
  • Workshops
    • Brief Intro to Matlab
  • Courses
    • MAT113 Computing
    • MAT201 Probability
    • MAT202 Real Analysis
    • MAT210 Numerical
      • Interpolation: Direct
      • Newton's Divided Difference
      • Lagrangian Interpolation
      • Spline Interpolation I
      • Regression: Intro
      • Regression: Linear
      • Integration: Intro
      • Integration: Romberg
      • ODE: Euler's Method
      • MAT210 L26: Solving ODE: Runge-Kutta 2nd
      • MAT210 L27: Solving ODE: Boundary Value Problems
    • MAT212 Mathematical Statistics
    • MAT302 Discrete
    • PH209 Pharma Tech
  • Coursework Results Processor 2013/14S2
  • Graph Theory Test Answers
  • Interpolation I
  • MAT113 2013-14S2 General Information
  • MAT113 Lesson 07: Gnuplot Basics
  • MAT113 Maxima Exercises
  • MAT113 Self-study Exercises
  • MAT113 Workshop 19th & 20th May
  • MAT113 Workshop 23th & 24th June
  • MAT113 Workshop 26th & 27th May
  • MAT210 Exam Review
  • MAT210 Lesson 15: Direct Interpolation
  • MAT210 Lesson 16: Newton’s Divided Difference
  • MAT210 Lesson 17: Lagrangian Interpolation
  • MAT210 Lesson 18: Splines I
  • MAT210 Lesson 19 & 20: Regression
  • MAT210 Lesson 21&22: Integration
  • MAT210 Lesson 25-27: Solving ODEs
  • MAT210 Test #1 Answers & Interpolation Problem
  • MAT210 Tutorial #1: Errors, Differentiation & Roots
  • MAT210 Workshop 13th-14th May
  • MAT210 Workshop 20th-21st May
  • MAT210 Workshop July 8 & 9
  • MAT210 Workshop June 03 & 04
  • MAT210 Workshop June 24 & 25
  • MAT211 Information
  • Metric Space Summary
  • Old eMath Site
  • PH209 Exam Review Questions
  • PH209 Heat Transfer Solutions
  • Resources
  • Reviving Applied Mathematics
  • Simplified Reference Management
    • Changing Paradigm
    • Simply Automatic
  • SJUT Courswork Results Processor Update
  • St. John’s Univ. of Tanz.
  • Statistical Distribution Resources
  • Statistics using spreadsheets
  • Subjects
    • Linear Algebra
    • Probability & Statistics
  • Supplementary Exam Prep: MAT310
  • Test answers
  • UE Preparation: ANOVA / Tukey HSD
  • Welcome

Admin

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Search

Recent Posts

  • Coursework Results Processor 2013/14S2
  • MAT210 Exam Review
  • PH209 Exam Review Questions
  • UE Preparation: ANOVA / Tukey HSD
  • Test answers

Pages

  • Automate Reference Management
  • Big-O and other Asymptotic Notation
  • Cat1 Post
  • Cat1a Post
  • Cat1b Post
  • Cat2 Post
  • Cat2a Post
  • Confidence Intervals clarified
  • Coursework Results Processor 2013/14S2
  • Graph Theory Test Answers
  • Interpolation I
  • MAT113 2013-14S2 General Information
  • MAT113 Lesson 07: Gnuplot Basics
  • MAT113 Maxima Exercises
  • MAT113 Self-study Exercises
  • MAT113 Workshop 19th & 20th May
  • MAT113 Workshop 23th & 24th June
  • MAT113 Workshop 26th & 27th May
  • MAT210 Exam Review
  • MAT210 Lesson 15: Direct Interpolation
  • MAT210 Lesson 16: Newton’s Divided Difference
  • MAT210 Lesson 17: Lagrangian Interpolation
  • MAT210 Lesson 18: Splines I
  • MAT210 Lesson 19 & 20: Regression
  • MAT210 Lesson 21&22: Integration
  • MAT210 Lesson 25-27: Solving ODEs
  • MAT210 Test #1 Answers & Interpolation Problem
  • MAT210 Tutorial #1: Errors, Differentiation & Roots
  • MAT210 Workshop 13th-14th May
  • MAT210 Workshop 20th-21st May
  • MAT210 Workshop July 8 & 9
  • MAT210 Workshop June 03 & 04
  • MAT210 Workshop June 24 & 25
  • MAT211 Information
  • Metric Space Summary
  • PH209 Exam Review Questions
  • PH209 Heat Transfer Solutions
  • Reviving Applied Mathematics
  • Simplified Reference Management
    • Changing Paradigm
    • Simply Automatic
  • SJUT Courswork Results Processor Update
  • Statistical Distribution Resources
  • Statistics using spreadsheets
  • Supplementary Exam Prep: MAT310
  • Test answers
  • UE Preparation: ANOVA / Tukey HSD
  • Welcome
  • St. John’s Univ. of Tanz.
  • Subjects
    • Linear Algebra
    • Probability & Statistics
  • Courses
    • MAT113 Computing
    • MAT201 Probability
    • MAT202 Real Analysis
    • MAT212 Mathematical Statistics
    • MAT302 Discrete
    • PH209 Pharma Tech
    • MAT210 Numerical
      • Interpolation: Direct
      • Newton's Divided Difference
      • Lagrangian Interpolation
      • Spline Interpolation I
      • Regression: Intro
      • Regression: Linear
      • Integration: Intro
      • Integration: Romberg
      • ODE: Euler's Method
      • MAT210 L26: Solving ODE: Runge-Kutta 2nd
      • MAT210 L27: Solving ODE: Boundary Value Problems
  • Old eMath Site
  • Workshops
    • Brief Intro to Matlab
  • Resources
  • About
    • Site Structure

Tags

    Computing Featured Math Numerical Analysis Statistics
Copyright ©2025. SJUT eMath
Mesocolumn Theme by Dezzain