Cos(n)(X) : Interval = if X << [|0,pi_lb_est(n)|] then cos_0_pi(n)(X) elsif X << [|-pi_lb_est(n),0|] then cos_0_pi(n)(Neg(X)) elsif X << [|-pi_lb_est(n)/2,pi_lb_est(n)/2|] then cos_npi2_pi2(n)(X) else [|-1-(3.2^(4+4*n)/factorial(4+4*n)),1|] endif
Cos_fundamental: LEMMA
Proper?(X) AND
X << Y IMPLIES
Cos(n)(X) << Cos(n)(Y)
%%% The next function translates
Sin(n)(X) : Interval = LET Xpos = Intersection(X,[|0,ub(X)|]),
Xneg = Intersection(X,[|lb(X),0|]),
CosXpos = Cos(n)(Add(Xpos,[|-pi_ubn(n)/2,-pi_lbn(n)/2|])),
CosXneg = Neg(Cos(n)(Add(Neg(Xneg),[|-pi_ubn(n)/2,-pi_lbn(n)/2|]))) INIF Proper?(Xpos) AND Proper?(Xneg) THEN
Union(CosXpos,CosXneg) ELSIF Proper?(Xpos) THEN CosXpos ELSIF Proper?(Xneg) THEN CosXneg ELSE [| 1, 0 |] ENDIF
Sin_fundamental: LEMMA
Proper?(X) AND
X << Y IMPLIES
Sin(n)(X) << Sin(n)(Y)
tan_0_pi2(n)(X) : Interval = let cos_ub_lb = cos_ub(lb(X),n) in let cos_lb_ub = cos_lb(ub(X),n) in if cos_ub_lb > 0AND cos_lb_ub > 0then
[|sin_lb(lb(X),n)/cos_ub_lb,sin_ub(ub(X),n)/cos_lb_ub|] else
EmptyInterval endif
tan_npi2_pi2(n)(X) : Interval = let cos_lb_lb = cos_lb(lb(X),n) in let cos_lb_ub = cos_lb(ub(X),n) in if cos_lb_lb > 0AND cos_lb_ub > 0then
[|sin_lb(lb(X),n)/cos_lb_lb,sin_ub(ub(X),n)/cos_lb_ub|] else
EmptyInterval endif
tan_npi2_pi2_union: LEMMA
n>=5AND 0 ## X AND X << [|-pi_lb_est(n)/2,pi_lb_est(n)/2|] IMPLIES
tan_npi2_pi2(n)(X) =
Union(Neg(tan_0_pi2(n)(Neg(Intersection(X,[|-pi_lb_est(n)/2,0|])))),
tan_0_pi2(n)(Intersection(X,[|0,pi_lb_est(n)/2|])))
Tan(n)(X) : Interval = let n = n+Cos_pos_n in if X << [|0,pi_lb_est(n)/2|] then tan_0_pi2(n)(X) elsif X << [|-pi_lb_est(n)/2,0|] then Neg(tan_0_pi2(n)(Neg(X))) elsif X << [|-pi_lb_est(n)/2,pi_lb_est(n)/2|] then tan_npi2_pi2(n)(X) else EmptyInterval endif
Tan_proper: LEMMA
Proper?(X) AND X << [|-pi_lb_est(n+Cos_pos_n)/2,pi_lb_est(n+Cos_pos_n)/2|] IMPLIES
Proper?(Tan(n)(X))
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.