Outline of exercises
=====================
1)The basic use of computers and computer networks: access to documents on the Internet, the basics of HTML. Introduction to GeoGebra, variables, numerical operation, evaluating of expressions, math function. Logical and set operations. Root finding, numerical derivation.
Symbolic computations, simplification of expressions, evalution of limits, symbolic differentiation and integration, investigation of functions, finding of extremes, graphical representation of results.
2)Introduction to Matlab, interface, operations, variables, numerical and logical operators, evaluating of expressions, data structures (binary, text), data transport and formatting. Numeric computations: linear algebra problems (linear systems, inverse matrices, determinants, rank), accuracy (computer epsilon).
2D Graphics, plotting of graphs of functions and curves, standard functions for interpolation and approximation. 3D Graphics, graphs of functions of two variables, surfaces, processing and transmission of images (graphical formats).
3)Programming, script and function M-files, input and output of data, conditionally performed command 'if' and 'switch', loops 'while' and 'for'. Solving selected problems, iterative calculations, numerical integration, sorting.
=====================
1)The basic use of computers and computer networks: access to documents on the Internet, the basics of HTML. Introduction to GeoGebra, variables, numerical operation, evaluating of expressions, math function. Logical and set operations. Root finding, numerical derivation.
Symbolic computations, simplification of expressions, evalution of limits, symbolic differentiation and integration, investigation of functions, finding of extremes, graphical representation of results.
2)Introduction to Matlab, interface, operations, variables, numerical and logical operators, evaluating of expressions, data structures (binary, text), data transport and formatting. Numeric computations: linear algebra problems (linear systems, inverse matrices, determinants, rank), accuracy (computer epsilon).
2D Graphics, plotting of graphs of functions and curves, standard functions for interpolation and approximation. 3D Graphics, graphs of functions of two variables, surfaces, processing and transmission of images (graphical formats).
3)Programming, script and function M-files, input and output of data, conditionally performed command 'if' and 'switch', loops 'while' and 'for'. Solving selected problems, iterative calculations, numerical integration, sorting.