File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6060 @acrule (~ r* ~ x:: has_trig_exp + ~ r* ~ y => ~ r* (~ x + ~ y))
6161 @acrule (~ r* ~ x:: has_trig_exp + - 1 * ~ r* ~ y => ~ r* (~ x - ~ y))
6262 @acrule (sin (~ x)^ 2 + cos (~ x)^ 2 => one (~ x))
63- @acrule (sin (~ x)^ 2 + - 1 => cos (~ x)^ 2 )
64- @acrule (cos (~ x)^ 2 + - 1 => sin (~ x)^ 2 )
63+ @acrule (sin (~ x)^ 2 + - 1 => - 1 * cos (~ x)^ 2 )
64+ @acrule (cos (~ x)^ 2 + - 1 => - 1 * sin (~ x)^ 2 )
6565
6666 @acrule (cos (~ x)^ 2 + - 1 * sin (~ x)^ 2 => cos (2 * ~ x))
6767 @acrule (sin (~ x)^ 2 + - 1 * cos (~ x)^ 2 => - cos (2 * ~ x))
Original file line number Diff line number Diff line change 8686
8787 @eqtest simplify (1 + y + tan (x)^ 2 ) == sec (x)^ 2 + y
8888 @eqtest simplify (1 + y + cot (x)^ 2 ) == csc (x)^ 2 + y
89+ @eqtest simplify (cos (x)^ 2 - 1 ) == - sin (x)^ 2
90+ @eqtest simplify (sin (x)^ 2 - 1 ) == - cos (x)^ 2
8991end
9092
9193@testset " Double angle formulas" begin
You can’t perform that action at this time.
0 commit comments