The program is intended to multiply unit and load diagrams of internal forces of various shape for solving statically indeterminate systems by force method. Computation is made by three methods: Vereshchagin formula, Mohr integral and universal numerical method.
Linear algebra
The program is intended to solve main problems of linear algebra:
multiplying two matrices (vector);
computing the determinant of a matrix;
inverting a matrix;
determining eigenvalues and eigenvectors;
solving a set of linear equations.
Limitation to size of problems is 15.
Root of polynomial
The program is intended to determine complex root of polynomial that consists of real and imaginary components. Polynomial order is limited to 36.
Areas of plane figures, volumes and surface areas of solids
The program contains considerable set of frequently used plane figures and solids, for which with appropriate formulas it is possible to determine areas, volumes and surface areas respectively.
Interpolation of functions
The program is intended to interpolate on nonuniform mesh the function defined in tabular form and compute values of interpolated function from arbitrary defined arguments.
Advanced Calculator
This program enables you to make different calculations, such as:
computing expressions defined by the user as formulas;
converting different measurement units;
computing definite integral for arbitrary defined function;