Repository for Numerical Analysis course given by Assoc. Prof. Dr. Bora Canbula at Computer Engineering Department of Manisa Celal Bayar University.
We built a web application in this course as a side project to help student to understand the concepts and methods better.
In this course, students will learn the basic concepts of numerical analysis. In the first part of the course, students will learn the way that computers represent numbers and how to use them in calculations. In the second part, we will focus on the numerical methods for solving linear equations. In the following sections, we will learn about the numerical derivatives and integrals. In the end, we will use these skills to solve some nonlinear equations. In all applications, we will use Python to solve the problems. You can find some supplementary videos for this course on my YouTube channel.
Some concepts are emphasized in Wiki pages, you can find them in the following link.
You can find the codes that written in the laboratory in the folder WeekXX.
In the root folder there is a LectureNotes.pdf file, which is updated weekly after every lecture. At the end of the every chapter, you will also find a Problem Set.
Students are requested to submit their homeworks to folders WeekXX, as defined in the LectureNotes.pdf. The codes will be subject to certain GitHub action workflows to be tested automatically.
You can change the branch to see the codes from previous years. Also there is a YouTube playlist, which includes the supplementary videos for the course as given in 2021 and 2022.