File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 6464 @acrule (cos (~ x)^ 2 + - 1 => sin (~ x)^ 2 )
6565
6666 @acrule (cos (~ x)^ 2 + - 1 * sin (~ x)^ 2 => cos (2 * ~ x))
67- @acrule (cos (~ x)^ 2 + - 1 * sin (~ x)^ 2 => cos (2 * ~ x))
67+ @acrule (sin (~ x)^ 2 + - 1 * cos (~ x)^ 2 => - cos (2 * ~ x))
6868 @acrule (cos (~ x) * sin (~ x) => sin (2 * ~ x)/ 2 )
6969
7070 @acrule (tan (~ x)^ 2 + - 1 * sec (~ x)^ 2 => one (~ x))
71+ @acrule (- 1 * tan (~ x)^ 2 + sec (~ x)^ 2 => one (~ x))
7172 @acrule (tan (~ x)^ 2 + 1 => sec (~ x)^ 2 )
7273 @acrule (sec (~ x)^ 2 + - 1 => tan (~ x)^ 2 )
7374
Original file line number Diff line number Diff line change 9191@testset " Double angle formulas" begin
9292 @syms r x
9393 @eqtest simplify (r* cos (x/ 2 )^ 2 - r* sin (x/ 2 )^ 2 ) == r* cos (x)
94+ @eqtest simplify (r* sin (x/ 2 )^ 2 - r* cos (x/ 2 )^ 2 ) == - r* cos (x)
9495 @eqtest simplify (2 cos (x)* sin (x)) == sin (2 x)
9596end
9697
You can’t perform that action at this time.
0 commit comments