Introduction to Numerical Analysis 1
数値解析序論1

Norbert Pozar // 2021

Lecture notes (レクチャーノート)

Syllabus

Part a

Part b

Class information

Goals

Programming is very important in modern science to perform computations, modeling, data analysis etc. Our goal is to develop basic programming skills for implementing important numerical methods for solving differential equations.

The best way to learn programming is to write programs yourself. To build larger programs, you need skills to implement simple algorithms. Please try to solve as many of the provided exercises as possible.

We will use the Fortran programming language. It is one of the oldest programming languages and it is still used to some extend in scientific computing. The skills that you learn should be applicable to other popular programming languages like C/C++ and Python.

Fortran reference (参考書)

Here are a few OK references for Fortran and programming in Fortran.

Text editor

To write programs, you need a text editor.