(* Author: Johannes Hoelzl <hoelzl@in.tum.de> 2009 *)
theory Approximation_Ex imports Complex_Main "../Approximation" begin
text‹
are some examples how to use the approximation method.
approximation method has the following syntax:
"prec" (splitting: "x" = "depth" and "y" = "depth" ...)? (taylor: "z" = "derivates")?
"prec" specifies the precision used in all computations, it is specified as
of bits to calculate. In the proposition to prove an arbitrary amount of
can be used, but each one need to be bounded by an upper and lower
.
specify the bounds either term‹l1≤ x ∧ x ≤ u1›, term‹x ∈ { l1 .. u1 }› or term‹x = bnd› can be used. Where the
specification are again arithmetic formulas containing variables. They can
connected using either meta level or HOL equivalence.
use interval splitting add for each variable whos interval should be splitted
the "splitting:" parameter. The parameter specifies how often each interval
be divided, e.g. when x = 16 is specified, there will be term‹65536 = 2^16›
to be calculated.
use taylor series expansion specify the variable to derive. You need to
the amount of derivations to compute. When using taylor series expansion
one variable can be used.
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.