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

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 .
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 .
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.
You may select the license of your choice.

Captions

Gooes

Items portrayed in this file

depicts

22 March 2007