Changes between Initial Version and Version 1 of Ticket #4630
- Timestamp:
- 2017-11-16T08:27:51Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4630 – Description
initial v1 15 15 16 16 always correct simplifications 17 * ln(e^ (x)) = x18 * sin^2 (x)+cos^2(x) = 119 * cosh^2 (x) - sinh^2(x) = 120 * sin(acos(x)) = sqrt(1-x^2 )21 * cos(asin(x)) = sqrt(1-x^2 )17 * ln(e^x^) = x 18 * sin^2^(x)+cos^2^(x) = 1 19 * cosh^2^(x) - sinh^2^(x) = 1 20 * sin(acos(x)) = sqrt(1-x^2^) 21 * cos(asin(x)) = sqrt(1-x^2^) 22 22 23 23 problematic simplifications … … 32 32 * cos(acos(x)) = x (only true for -1<=x<=1) 33 33 * sin(asin(x)) = x (only true for -1<=x<=1) 34 * e^ln(x)^= x (only true for x>0)