File:Graph of example function.svg

Summary

Description Graph of for the range
Date
Source Produced by GNUPLOT 4.2 patchlevel 0 ; then curve replaced by custom smooth fit
Author KSmrq
Other versions

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 output
Category: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:
GNU head 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.
Category:License migration redundant#Graph%20of%20example%20function.svgCategory:GFDL#Graph%20of%20example%20function.svg
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported 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.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.
Category:CC-BY-SA-3.0-migrated#Graph%20of%20example%20function.svg
w:en:Creative Commons
attribution
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.
Category:CC-BY-2.5#Graph%20of%20example%20function.svg
You may select the license of your choice.
Category:Self-published work
Category:Algebraic functions Category:CC-BY-2.5 Category:CC-BY-SA-3.0-migrated Category:GFDL Category:Images with Gnuplot source code Category:License migration redundant Category:Local optimum Category:Self-published work