====== Lecture plan ====== This section contains descriptions of the material covered in lectures, all of which are examinable unless explicitly exempted. === Laplace transforms and Fourier analysis. === The chapter numbers refer to the 10th edition of Kreyszig. ^ Week ^ Chapter ^ Content ^ ^ 34 | 6.1, 6.2 | Laplace transforms, transform of derivatives, ODE | ^ 35 | 6.3 - 6.5 | Heaviside function, delta function, convolution | ^ 36 | 6.6, 6.7, 11.1 | More ODEs, Fourier series [[https://wiki.math.ntnu.no/_media/tma4130/2019h/tma4130_h19_lecture_1.pdf|(lecture notes 1)]] and [[https://wiki.math.ntnu.no/_media/tma4130/2019h/tma4130_h19_lecture_2.pdf|(lecture notes 2)]] | ^ 37 | 11.2 - 11.4 | Fourier series: representations and convergence [[https://wiki.math.ntnu.no/_media/tma4130/2019h/tma4130_h19_lecture_3.pdf|(lecture notes 3)]] and {{ :tma4130:2019h:lecture_notes_20190912.pdf |(lecture notes 4)}} | ^ 38 | 11.7, 11.9 | Fourier integral and transform [[https://wiki.math.ntnu.no/_media/tma4130/2019h/tma4130_h19_lecture_4.pdf|(lecture notes 5)]] and [[https://wiki.math.ntnu.no/_media/tma4130/2019h/tma4130_h19_lecture_6.pdf|(lecture notes 6)]] | ^ 39 | 12.1 - 12.4 | Wave equation {{ :tma4130:2019h:lecture_notes_20190923_v2.pdf |(lecture notes 7)}} and {{ :tma4130:2019h:lecture_notes_20190926_v2.pdf |(lecture notes 8)}} | ^ 40 | 12.5 - 12.7 | Heat equation [[https://wiki.math.ntnu.no/_media/tma4130/2019h/tma4130_h19_lecture_9.pdf|(lecture notes 9)]] and {{ :tma4130:2019h:scanned_from_a_xerox_multifunction_device_2_.pdf |(lecture notes 10)}} | {{ :tma4130:2019h:mat4n_lectures.pdf |Pang's TMA4130 Part I Notes}} Not everything here was in lectures, and not everything said in lectures is included here, and non-examinable material are marked as such. === Numerical methods. === The curriculum is covered by the notes found in [[tma4135:2018h:jupyter_notes|Jupyter notes]] --- also found below. There are also pdf-versions of the notes available. Jupyterhub is used for running/viewing the .ipynb files, and can be accessed via this link: ([[https://tma4130.apps.stack.it.ntnu.no/hub/login|Jupyterhub]]). You can also use the .ipynb files by downloading Jupyter Notebook [[https://jupyter.org/| here]], or with Python [[https://www.anaconda.com/distribution/| here]] if you do not already have Python. About programming: You are supposed to be able to read and understand simple python code, and to do small modifications on a given code. Possible small syntax errors will have no influence on the grade. ^ Week ^ Content ^ Notes ^ Jupyter Notes ^ ^ 41 | Introduction to numerical methods. \\ Polynomial interpolation {{ :tma4130:2019h:scanned_from_a_xerox_multifunction_device_3_.pdf |(lecture notes 11)}} and [[https://wiki.math.ntnu.no/_media/tma4130/2019h/tma4130_h19_lecture_12.pdf|(lecture notes 12)]] | [[http://www.math.ntnu.no/emner/TMA4135/2018h/numerics/Preliminaries.pdf|Preliminaries.pdf]] , [[http://www.math.ntnu.no/emner/TMA4135/2018h/numerics/PolynomialInterpolation.pdf| PolynomialInterpolation.pdf]] | [[http://www.math.ntnu.no/emner/TMA4135/2018h/numerics/Preliminaries.ipynb|.ipynb]], [[http://www.math.ntnu.no/emner/TMA4135/2018h/numerics/PolynomialInterpolation.ipynb|.ipynb]] | ^ 42 | Numerical integration [[https://wiki.math.ntnu.no/_media/tma4130/2019h/tma4130_h19_lecture_13.pdf|(lecture notes 13)]] and {{ :tma4130:2019h:scanned_from_a_xerox_multifunction_device20191017.pdf |(lecture notes 14)}} | [[http://www.math.ntnu.no/emner/TMA4135/2018h/numerics/Quadrature.pdf|Quadrature.pdf]] | [[http://www.math.ntnu.no/emner/TMA4135/2018h/numerics/Quadrature.ipynb|.ipynb]] | ^ 43 | Numerical solution of nonlinear equations [[https://wiki.math.ntnu.no/_media/tma4130/2019h/tma4130_h19_lecture_15.pdf|(lecture notes 15)]] and [[https://wiki.math.ntnu.no/_media/tma4130/2019h/tma4130_h19_lecture_16.pdf|(lecture notes 16)]] | [[http://www.math.ntnu.no/emner/TMA4135/2018h/numerics/NonLinearEquations.pdf|NonlinearEquations.pdf]] | [[http://www.math.ntnu.no/emner/TMA4135/2018h/numerics/NonLinearEquations.ipynb|.ipynb]] | ^ 44 | Numerical solution of ordinary differential equations {{ :tma4130:2019h:lec21_20191028.pdf |(lecture notes 17)}} and {{:tma4130:2019h:lec22_20191031.pdf| (lecture notes 18)}} | [[http://www.math.ntnu.no/emner/TMA4135/2018h/numerics/ODE.pdf|ODEs.pdf]], [[http://www.math.ntnu.no/emner/TMA4135/2018h/numerics/StiffODE.pdf|StiffODEs.pdf]] | [[http://www.math.ntnu.no/emner/TMA4135/2018h/numerics/ODE.ipynb|.ipynb]], [[http://www.math.ntnu.no/emner/TMA4135/2018h/numerics/StiffODE.ipynb|.ipynb]] | ^ 45-46 | Numerical differentiation and numerical solution of partial differential equations [[https://wiki.math.ntnu.no/_media/tma4130/2019h/tma4130_h19_lecture_19.pdf|(lecture notes 19)]], {{ :tma4130:2019h:lec24_20191107v2.pdf |(lecture notes 20)}}, [[https://wiki.math.ntnu.no/_media/tma4130/2019h/tma4130_h19_lecture_21.pdf|(lecture notes 21)]] | [[http://www.math.ntnu.no/emner/TMA4135/2018h/numerics/PDE.pdf|PDEs.pdf]] | [[http://www.math.ntnu.no/emner/TMA4135/2018h/numerics/PDE.ipynb|.ipynb]] | ^ 47 | Revision [[https://wiki.math.ntnu.no/_media/tma4130/2019h/tma4130_h19_lecture_22.pdf|(lecture notes 22)]] | | | There are [[http://video.adm.ntnu.no/openVideo/serier/4fe2d4d3dbe03|video lectures]] from 2011, which should only be considered as support, and not as replacement of the class lectures. Note that the order in which the different topics were discussed in 2011 differs from the lectures, the curriculum has also been altered, in particular the numerics part. Holden's lectures are being [[https://mediasite.ntnu.no/Mediasite/Catalog/catalogs/tma4130_h19|video recorded]] (requires login).