Solver (Function Analyzer): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Program to analyze the behavior of functions. | Program to analyze the behavior of functions. | ||
Solver is designed to analyze the behavior of functions. It allows you to: | Solver is designed to analyze the behavior of functions. It allows you to: | ||
* derive analytically | * derive analytically | ||
* display graphics | * display graphics | ||
Line 10: | Line 7: | ||
* calculate the definite integral | * calculate the definite integral | ||
* finding the roots of a function on a given interval. | * finding the roots of a function on a given interval. | ||
Note: The function is used to record the traditional programmer's notation: sin (x), tg (x), x ^ 2, and others. | Note: The function is used to record the traditional programmer's notation: sin (x), tg (x), x ^ 2, and others. | ||
[[image:solver.gif|400px]] | [[image:solver.gif|400px]] | ||
==License== | ==License== | ||
Line 24: | Line 16: | ||
==Author== | ==Author== | ||
* [[Joseph Shrago]] | * [[Joseph Shrago]] | ||
* [[Gregory | * [[Gregory Shrago]] | ||
==Links== | ==Links== | ||
Download | |||
* [https://web.archive.org/web/20051114200135/http://os2.in.ru/software/stuff/solver/solver.zip] | |||
* [http://www.os2site.com/sw/apps/analysis/solver.zip] | |||
[[Category:Software]] | [[Category:Software]] |
Revision as of 17:41, 11 June 2017
Program to analyze the behavior of functions.
Solver is designed to analyze the behavior of functions. It allows you to:
- derive analytically
- display graphics
- calculate the value of the function at the point
- calculate the definite integral
- finding the roots of a function on a given interval.
Note: The function is used to record the traditional programmer's notation: sin (x), tg (x), x ^ 2, and others.
License
- Freeware
Author
Links
Download