File:Uniform continuity animation.gif
From Infogalactic: the planetary knowledge core
Uniform_continuity_animation.gif (288 × 177 pixels, file size: 12 KB, MIME type: image/gif, looped, 16 frames, 2.4 s)
Summary
animation showing a discontinuous function as a pointwise limit of <a href="//commons.wikimedia.org/wiki/Continuous_function" title="Continuous function">continuous functions</a>
mathematica source code:
f[n_, x_] := Which[x <= 0,
0, 0 < x < 1/n, n x, 1/n ≤ x, 1]; Table[Plot[f[n^2, x - 1] + 1, {x, -1, 3}, PlotRange -> {{-1, 3}, {0, 2.2}}, PlotStyle -> {Thickness[ 0.02]}, Ticks -> False], {n, 1, 10}]
Show[{Plot[f[100, x - 1] + 1, {
x, -1, 0.9}, PlotRange -> {{-1, 3}, {0, 2.2}}, PlotStyle -> {Thickness[0.02]}, \
Ticks -> False],
Plot[f[100, x - 1] + 1, {x, 1.1, 3}, PlotRange -> {{-1, 3}, {0, 2.2}}, PlotStyle -> {Thickness[0.02]}, Ticks -> False], Graphics[Circle[{1, 2}, 0.3]]} ];
Show[{Plot[f[100, x - 1] + 1, {x, -1, 0.9}, PlotRange -> {{-1, 3}, {0, 2.2}},
PlotStyle -> {Thickness[0.02]}, Ticks -> False], Plot[f[100, x - 1] + 1, {x, 1.1, 3}, PlotRange -> {{-1, 3}, {0, 2.2}}, PlotStyle -> {Thickness[0.02]}, Ticks -> False], Graphics[{ Disk[{1, 1}, 0.07], Circle[{1, 2}, 0.07]} ]} ];
Licensing
Lua error in package.lua at line 80: module 'strict' not found.
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 22:42, 13 January 2017 | ![]() | 288 × 177 (12 KB) | 127.0.0.1 (talk) | animation showing a discontinuous function as a pointwise limit of <a href="//commons.wikimedia.org/wiki/Continuous_function" title="Continuous function">continuous functions</a> <p>mathematica source code: </p> f[n_, x_] := Which[x <= 0, 0, 0 < x < 1/n, n x, 1/n ≤ x, 1]; Table[Plot[f[n^2, x - 1] + 1, {x, -1, 3}, PlotRange -> {{-1, 3}, {0, 2.2}}, PlotStyle -> {Thickness[ 0.02]}, Ticks -> False], {n, 1, 10}] Show[{Plot[f[100, x - 1] + 1, { x, -1, 0.9}, PlotRange -> {{-1, 3}, {0, 2.2}}, PlotStyle -> {Thickness[0.02]}, \ Ticks -> False], Plot[f[100, x - 1] + 1, {x, 1.1, 3}, PlotRange -> {{-1, 3}, {0, 2.2}}, PlotStyle -> {Thickness[0.02]}, Ticks -> False], Graphics[Circle[{1, 2}, 0.3]]} ]; Show[{Plot[f[100, x - 1] + 1, {x, -1, 0.9}, PlotRange -> {{-1, 3}, {0, 2.2}}, PlotStyle -> {Thickness[0.02]}, Ticks -> False], Plot[f[100, x - 1] + 1, {x, 1.1, 3}, PlotRange -> {{-1, 3}, {0, 2.2}}, PlotStyle -> {Thickness[0.02]}, Ticks -> False], Graphics[{ Disk[{1, 1}, 0.07], Circle[{1, 2}, 0.07]} ]} ]; |
- You cannot overwrite this file.
File usage
The following page links to this file: