- Cell Phones 1586
- Desktop 761
- Editors 431
- Education, Science & Engineering 1093
- Architecture & Building 60
- CAD 50
- Education Programs 133
- Encyclopedias & Dictionaries 53
- Mathematics 94
- Medicine 28
- Nautics 16
- Scientific-&-Engineering Programs 98
- Tests 141
- Translators 3
- Others 417
- Games 2268
- Internet 4693
- Multimedia & Graphics 978
- Office software 755
- PC 474
- Programming 1877
- Security 948
- SEO 306
- Software for Pocket PC 187
- Utilities 3856
Differentiation
Refunds: 0
Uploaded: 24.07.2009
Content: differentiayion.exe 38 kB
Product description
The program differentiates function using sintaksichekogo analysis
but not always function appears in such a form as we would like.
For example the derivative of x * x will be peer like x + x, instead of 2 * x as we would like, the thing is
that parsing is not unlimited.
Here are some examples of differentiated functions of my program:
1. sin (x) - df = cos (x)
2. x ^ 2 (X squared) df = x * 2
3. sin (tg (x)) df = (1 / cos (x) ^ 2) * cos (tg (x))
4. arcctg (x) df = -1 / (x ^ 2 + 1)
5. sin (2 * x) df = 2 * cos (2 * x)
6. sin (x * x) df = (x + x) * cos (x * x)
But the whole point of the program is that it is possible to differentiate the function of any complexity in seconds.