- Notifications
You must be signed in to change notification settings - Fork0
Notes, solutions and anki cards for Numerical Analysis second edition, by Timothy Sauer
License
mikael-ros/Numerical-Analysis
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
second edition, Timothy Sauer
This repository contains my attempts to solve the exercises given in the aforementioned book, during my enrolment in the Numerical Analysis course (FMNF05) at Lunds Tekniska Högskola (LTH) @ Lund University : Lund, Sweden - as part of my computer science program.
It also includes my notes, and you can find myanki cards here.
Feel free to submit an issue, or contact me, if you discover any errors or have intellectual property rights concerns.
This repository is part of a wider project of mine, to document my notes and exercises throughout my university degree. You can find morehere :)
If using this repository I strongly recommend installing MATLAB locally, and opening the repository in Visual Studio Code. Using the following command, after opening a terminal in Visual Studio Code, you can run MATLAB inside of Visual Studio Code:
matlab -nodesktop -nojvm -nosplash
Tip
Add the above command as some alias in Linux, by addingalias matlab-console = "matlab -nodesktop -nosplash"
to your~/.bashrc
(or applicable for your shell) and then runningsource ~/.bashrc
.
Additionally, using the recommended extensions, you can open relevant.pdf
files and split your view for efficiency.
To run any function, start your MATLAB terminal, thencd
into the directory and simply write the name of the file without the.m
extension.
- Chapter 0: Fundamentals (partially)
- 0.1 Evaluating polynomials
- Notes & anki cards
- Exercises
- Computer problems
- 0.2 Binary numbers
- Notes & anki cards
- Exercises
- 0.3 Floating Point Representation of Real Numbers
- Notes & anki cards
- Exercises
- 0.4 Loss of significance
- Notes & anki cards
Exercises(skipped)Computer problems(skipped)
- 0.5 Review of calculus
- Notes & anki cards
Exercises(skipped)
- 0.1 Evaluating polynomials
- Chapter 1: Solving equations
- 1.1 The bisection method
- Notes & anki cards
- Exercises
- Computer problems
- 1.2 Fixed-point iteration
- Notes & anki cards
- Exercises
Computer problems(skipped)
- 1.3 Limits of accuracy
- Notes & anki cards
- Exercises
Computer problems(skipped)
- 1.4 Newton's method
- Notes & anki cards
- Exercises
Computer problems(skipped)
- 1.5 Root-finding without derivatives
- Notes & anki cards
- Exercises
Computer problems(skipped)
- 1.1 The bisection method
About
Notes, solutions and anki cards for Numerical Analysis second edition, by Timothy Sauer