Analytic functions |
This document contains simple examples using analytic functions within
Basic calculations are shown in continewz/test/analytic_test.cpp. The following sample of code shows how to constuct simple analytic functions operating on balls:
|
The following session shows basic operations available for constructing and studing :
Mmx] |
use "continewz"; type_mode? := true; |
Mmx] |
z == analytic (ball 0.0, ball 1.0) |
:
Mmx] |
l == log (1 - z) |
:
Mmx] |
l[20] |
:
Mmx] |
radius_bound l |
:
Mmx] |
upper_bound (l, 0.8) |
:
Mmx] |
lower_bound (l, 0.8) |
:
Mmx] |
tail_bound (l, 0.8, 20) |
:
Mmx] |
l # (complex ( 1.0, 1.0)) # (complex ( 1.0, -1.0)) # (complex (-1.0, -1.0)) # (complex (-1.0, 1.0)) |
:
The latter computation corresponds to the evaluation of along the following loop around the pole :