• Seznámení s programovacím jazykem Python
• Moduly základní knihovny jazyka Python pro matematiku
• Implementace Euklidova algoritmu
• Implementace algoritmů řešení jednoduchých rovnic
• Implementace algoritmů pro maticový počet
• Implementace algoritmů pro numerickou integraci
• Matematické moduly třetích stran pro Python (matplotlib)
Basics of algorithms and programming
• Introduction to Python programming language
• Python base library modules used for math
• Implementation of Euclid's algorithm
• Implementation of algorithms for solving simple equations
• Implementation of matrix algorithms
• Implementation of algorithms for numerical integration
• Mathematical third-party modules for Python (matplotlib)
Basics of algorithms and programming• Introduction to Python programming language• Python base library modules used for math• Implementation of Euclid's algorithm• Implementation of algorithms for solving simple equations • Implementation of matrix algorithms• Implementation of algorithms for numerical integration• Mathematical third-party modules for Python (matplotlib)
The aim of the course of Programming is to familiarize students with the basic ideas of algorithms and programming in Python programming language and its syntax to the extent necessary to aquire the knowledge of creating simple programs used for mathematical calculations.