Foundations and Exercises
Institute for Mathematical Science, Waseda University
The 2nd period “Foundations of Numerical Analysis” and 3rd period “Exercises in Numerical Analysis” are designed to be taken together.
It is possible to take only the 2nd period class, but it is very cost-ineffective.
| Week | Topic |
|---|---|
| 1st | Orientation and Guidance |
| 2nd-3rd | Errors in Numerical Computation / Floating-Point Numbers |
| 4th | Vector Norms and Matrix Norms |
| 5th-6th | System of Linear Equations |
| 7th-8th | Nonlinear Equations |
| 9th | Midterm Examination (June 12th) |
| 10th | Review and Feedback |
| 11th-14th | Numerical Integration / Discussion for final presentation |
| Evaluation Items | Foundations | Exercises |
|---|---|---|
| Exercises (including Homework) | 20% | 40% |
| Midterm Examination | 40% | 20% |
| Group Project & Presentation or Alternative Assignment | 40% | 40% |
| Total (Base points) | 100% | 100% |
Note: Some extra points or deductions will be applied.
AI is extremely powerful and useful, but keep these in mind.
https://class.s-top.dev/Numerical Analysis 2026)clone (download) → edit → commit (save) → push (upload)Cmd+Shift+X / Ctrl+Shift+X)Repository: github.com/waseda-num-analysis-2026/materials
Assignment Link: Ex 1.1 — GitHub Classroom | Deadline: Apr 17, 23:59
README.md (add your Student ID and Name)Assignment Link: Ex 1.2 — GitHub Classroom | Deadline: Apr 23, 23:59
tex & pdf, md, qmd, html / NG: docx, xlsx, pptxStep 1. Ask a browser-based AI to draft a summary
Prompt example:
“Explain how to use Git and GitHub step by step: clone, commit, push, pull. Write it as a beginner-friendly guide.”
Step 2. Save the output as a local file (e.g. draft.txt or draft.md)
Step 3. Open it in VS Code and ask GitHub Copilot to enhance it with diagrams
Prompt examples:
github-beginners-guide.md with sections and the diagram.”(An example I ran is in ex1.2-sample/ in this repository.)