Numerical Methods with Julia

Introduction

This tutorial presents the implementation (made by the author) in Julia programming language of some numerical methods applied in the course ‘Computational Numerical Calculus’ at UFMT. These numerical methods are part of the syllabus for the course. In some cases, this programs version may differ from those presented in the course, as identified bugs are fixed and other enhancements are incorporated, aiming to improve use by other readers. However, it is important to emphasize that this programs version has the academic purpose.

License

Permission is hereby granted, free of charge, to any person obtaining a copy of this tutorial and included algorithms, to personal or commercial use. This tutorial, as well as the algorithms contained in it, cannot be redistributed. Should be made reference to the author, when the algorithms are used as part of other work. As download the tutorial, the user recognizes the author algorithms copyright.

The tutorial and its algorithms is provided "as is", without warranty of any kind, express or implied. In no event shall the author be liable for any claim, damages or other liability, whether in an action of use, tort or otherwise, arising from, out of or in connection with the algorithms, the use or other dealings in the algorithms.

Download

Numerical Methods with Julia

History

nmj 09/2019:

  1. initial version containing 19 algorithms;

_______________________________________

home / ©2019 / CAMBarbosa