Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.53 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.53 KB

Notes for MATH3036 Scientific Computation and Numerical Analysis

This document serves as an unofficial companion for the module MATH3036, Scientific Computation and Numerical Analysis, at the University of Nottingham. The material presented here is based on the available lecture slides from the academic year 2022-23. It is important to note that there might be slight variations in notation and the order of topics covered. As the course evolves, the content itself may also undergo changes at the instructor's discretion in subsequent academic years. Please be aware that this current version is provided with the caveat that it may contain typos, errors or inaccuracies. Your valuable contributions to enhance this resource are greatly appreciated. Feel free to get in touch by email or by submitting an issue or pull request on this repo.

Download the latest PDF

Please go to release and find the PDF file under assets of the lastest version.

Contribute to the repo

Clone the repo with git:

git clone https://github.com/EricWay1024/Scientific-Computation-Notes.git

To compile the typst source code to PDF, please install typst as described here. Then run

typst watch main.typ main.pdf

Based on