Syllabus

SubjectFUNDAMENTALS OF PROGRAMMING WITH SCRIPT LANGUAGES

Class Information

Faculty/Graduate School
POLICY MANAGEMENT / ENVIRONMENT AND INFORMATION STUDIES
Course Registration Number
27969
Subject Sort
B4005
Title
FUNDAMENTALS OF PROGRAMMING WITH SCRIPT LANGUAGES
Field
Fundamental Subjects - Subjects of Fundamentals of Information Technology
Unit
2 Unit
Year/Semester
2024 Spring
K-Number
FPE-CO-03102-211-60
Year/Semester
2024 Spring
Day of Week・Period
Thu 5th
Lecturer Name
Tatsuo Minohara
Class Format
Face-to-face
Language
Japanese
Location
SFC, Other
Class Style
*Please click here for more information on the correspondence between 'Class Style' and ’Active Learning Methods’.
Lecture, Seminar
GIGA Certificate
Not applied

Detail

Course Summary

In this lecture, we study on numerical analysis with python scripting language. We use Numpy, Scipy and Sympy library for numerical analysis. We analysis the real numerical data values including image data and audio data. The lecture introduces the concept and the algorithm for numerical analysis and then students make the program by themselves or with the libraries. The following items will be studied; the equation solving, the operations on matrices and vectors, the solutions of linear equation using Gaussian elimination, Fast Fourier Transform, regression analysis, interpolation, numerical integration, approximate solution of ordinary differential equation. While the level of the mathematical contents of this lecture is based on the mathematics for science course in university, the programming level is easier than the contents. We start this lecture with revising the Python scripting language briefly.