Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Notes, solutions and anki cards for Numerical Analysis second edition, by Timothy Sauer

License

NotificationsYou must be signed in to change notification settings

mikael-ros/Numerical-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

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 :)

Running locally

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.

Chapters completed

  • 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)
  • 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)

[8]ページ先頭

©2009-2025 Movatter.jp