File:SlantAsymptoteError.svg

Uploaded by Krishnavedala
Upload date 2011-05-27T00:50:35Z
MIME type image/svg+xml
Dimensions 600 × 500 px
File size 25.1 KB

Summary

Description
English: The function is in black, the asymptote in red and the error between them in green.

Based on the raster image w:File: SlantAsymptoteError.jpg. File created in maxima.

f(x) := x + (x+1)^-1;
load(draw);
draw2d(terminal=svg,file_name="SlantAsymptoteError",
  color=black,font="Times",
  user_preamble="set termoption enhanced; set mxtics; set mytics;set key at 5.5,7",
  xtics_axis=true,ytics_axis=true,grid=true,yrange=[-1,7],
  xaxis=true,yaxis=true,axis_top=false,axis_bottom=false,axis_left=false,axis_right=false,
  line_width=2,label(["x",7,0.2],["y",0.2,7]),
  color=black,key="f(x) = x + (x+1)^{-1}",explicit( f(x) ,x,-1,7),
  color=red,key="asymptote",explicit(x,x,-1,7),
  color=green,points_joined=true,key="",
  points([1,1],[1,f(1)]),points([2,2],[2,f(2)]),points([3,3],[3,f(3)]),
  points([4,4],[4,f(4)]),points([5,5],[5,f(5)]),key="error",points([6,6],[6,f(6)])
 );
Date
Source Own work
Author Krishnavedala

Licensing

I, the copyright holder of this work, hereby publish it under the following 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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

26 May 2011

25,664 byte

image/svg+xml

292dcb0d5905f7c2763267fdb56cbc3c7eb81b45

Category:CC-BY-SA-3.0 Category:Gnuplot graphics Category:Identity line Category:Self-published work