Specializations
Katedra se odborně zaměřuje na níže uvedené tématanumerical methods
Numerical methods are techniques used to solve mathematical problems that cannot be solved analytically or are too complex for exact solutions. These methods allow for obtaining approximate results for various tasks, such as calculating integrals, solving differential equations, or finding the roots of equations. They primarily focus on computations that can be implemented in computers and include algorithms for numerical approximation, interpolation, optimization, and error analysis. The goal is to achieve the most accurate result in the shortest time possible.
numerical methods for solving differential equations
Numerical methods for solving differential equations are techniques used to approximate the solutions of differential equations (which describe various physical phenomena) when their analytical solutions are complex or do not exist. These methods involve various algorithms that allow for finding approximate solutions to ordinary differential equations (ODEs) and partial differential equations (PDEs). They typically perform discretization of the equations, meaning replacing the continuum with a finite number of points where the equation holds. Some of the most well-known methods include Runge-Kutta methods and linear multistep methods for solving ODEs with initial conditions, finite difference methods and collocation methods for solving ODEs with boundary conditions, as well as grid methods and finite element methods for solving PDEs.