diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-09-24 01:38:12 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-09-24 01:38:12 +0200 |
| commit | da71121f0f6aabbac30f961c77916ba0e982ac7f (patch) | |
| tree | 132725dfaa8e91f57fc16ab5ecd6279f4a3a99d8 /slides/presentations/basic-math-in-programming/kmplot.fkt | |
| parent | c18c7d1207361cb172f7a342819d594af6f26b04 (diff) | |
| download | mitjafelicijan.com-da71121f0f6aabbac30f961c77916ba0e982ac7f.tar.gz | |
content update
Diffstat (limited to 'slides/presentations/basic-math-in-programming/kmplot.fkt')
| -rw-r--r-- | slides/presentations/basic-math-in-programming/kmplot.fkt | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/slides/presentations/basic-math-in-programming/kmplot.fkt b/slides/presentations/basic-math-in-programming/kmplot.fkt new file mode 100644 index 0000000..85e4ec6 --- /dev/null +++ b/slides/presentations/basic-math-in-programming/kmplot.fkt | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | <!DOCTYPE kmpdoc> | ||
| 2 | <kmpdoc version="4"> | ||
| 3 | <axes tic-legth="0.5" color="#282828" width="0.2" tic-width="0.3"> | ||
| 4 | <show-axes>1</show-axes> | ||
| 5 | <show-arrows>1</show-arrows> | ||
| 6 | <show-label>1</show-label> | ||
| 7 | <xmin>-0.3319027181688177</xmin> | ||
| 8 | <xmax>6.615164520743903</xmax> | ||
| 9 | <ymin>-1.445161290322586</ymin> | ||
| 10 | <ymax>6.5032258064516</ymax> | ||
| 11 | </axes> | ||
| 12 | <grid color="#aeaeae" width="0.1"> | ||
| 13 | <mode>1</mode> | ||
| 14 | </grid> | ||
| 15 | <scale> | ||
| 16 | <tic-x-mode>0</tic-x-mode> | ||
| 17 | <tic-y-mode>0</tic-y-mode> | ||
| 18 | <tic-x>1</tic-x> | ||
| 19 | <tic-y>1</tic-y> | ||
| 20 | </scale> | ||
| 21 | <function f2-show-extrema="0" integral-show-plot-name="0" f2-gradient="0;#000000,1;#ffffff," f1-show-extrema="0" integral-show-tangent-field="0" f2-color="#191970" f0-show-tangent-field="0" integral-width="0.3" f0-visible="1" f1-color="#191970" f0-gradient="0;#000000,1;#ffffff," f1-width="0.3" f1-gradient="0;#000000,1;#ffffff," f2-style="SolidLine" f2-show-plot-name="0" f0-show-plot-name="0" integral-visible="1" integral-use-gradient="0" f1-show-tangent-field="0" use-parameter-slider="0" f1-show-plot-name="0" f0-show-extrema="0" f2-width="0.3" integral-show-extrema="0" f2-use-gradient="0" f0-color="#191970" integral-color="#191970" f1-visible="0" f0-style="SolidLine" type="cartesian" integral-style="SolidLine" f2-visible="0" f0-use-gradient="0" use-parameter-list="0" integral-gradient="0;#000000,1;#ffffff," f1-use-gradient="0" f2-show-tangent-field="0" f1-style="SolidLine" f0-width="0.3" parameter-slider="0"> | ||
| 22 | <equation-0 step="1">f(x) = 0<differential x="2" y="2"/> | ||
| 23 | </equation-0> | ||
| 24 | <arg-min use="0">0</arg-min> | ||
| 25 | <arg-max use="0">2π</arg-max> | ||
| 26 | </function> | ||
| 27 | <function f2-show-extrema="0" integral-show-plot-name="0" f2-gradient="0;#000000,1;#ffffff," f1-show-extrema="0" integral-show-tangent-field="0" f2-color="#ff4500" f0-show-tangent-field="0" integral-width="0.3" f0-visible="1" f1-color="#ff4500" f0-gradient="0;#000000,1;#ffffff," f1-width="0.3" f1-gradient="0;#000000,1;#ffffff," f2-style="SolidLine" f2-show-plot-name="0" f0-show-plot-name="0" integral-visible="0" integral-use-gradient="0" f1-show-tangent-field="0" use-parameter-slider="0" f1-show-plot-name="0" f0-show-extrema="0" f2-width="0.3" integral-show-extrema="0" f2-use-gradient="0" f0-color="#ff4500" integral-color="#ff4500" f1-visible="0" f0-style="SolidLine" type="polar" integral-style="SolidLine" f2-visible="0" f0-use-gradient="0" use-parameter-list="0" integral-gradient="0;#000000,1;#ffffff," f1-use-gradient="0" f2-show-tangent-field="0" f1-style="SolidLine" f0-width="0.3" parameter-slider="0"> | ||
| 28 | <equation-0 step="0.05">g(x) = 0</equation-0> | ||
| 29 | <arg-min use="1">0</arg-min> | ||
| 30 | <arg-max use="1">2π</arg-max> | ||
| 31 | </function> | ||
| 32 | <fonts> | ||
| 33 | <axes-font>Cantarell</axes-font> | ||
| 34 | <label-font>Cantarell</label-font> | ||
| 35 | <header-table-font>Cantarell</header-table-font> | ||
| 36 | </fonts> | ||
| 37 | </kmpdoc> | ||
