File:Graph of example function.svg
Summary
Gnuplot
# Author: Ika, 2013-07-25 set term svg size 600,600 enhanced font 'Times, 12' set output 'func.svg' set multiplot set xrange [-1:1.5] set yrange [-1:1.5] set xtics 0.2 set ytics 0.2 set xzeroaxis lt -1 lc rgb "blue" lw 1 set yzeroaxis lt -1 lc rgb "yellow" lw 1 unset label # Draw the exponential function set key off set linestyle 1 lt 2 lc rgb "gray" lw 12 set grid back ls 1.5 plot (4*(x**3)-6*x*x+1)*sqrt(x+1)/(3-x) lc rgb "red" lw 5 unset multiplot set term x11 set outputCategory:Algebraic functions Category:Images with Gnuplot source code Category:Local optimum
Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
![]() |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License. |
![]() ![]() ![]() |
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. | |
| ||
This licensing tag was added to this file as part of the GFDL licensing update. |
This file is licensed under the Creative Commons Attribution 2.5 Generic license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
You may select the license of your choice.