,
,
.
Here's how to verify the double angle identity for
in
Exercise 10 above:
[fontsize=\scriptsize,fontfamily=courier,fontshape=tt,frame=single,label=\sage]
sage: theta = var("theta")
sage: tan(2*theta).expand_trig()
2*tan(theta)/(1 - tan(theta)^2)
david joyner 2008-08-11