X2+X+1.svg


Summary

Description
English: A slice of the graph showing the function in the xz-plane at y= 1 and the tangent at point .
Date
Source Own work
Author Krishnavedala
SVG development
InfoField
The SVG code is valid .
This plot was created with Gnuplot .
Source code
InfoField

Gnuplot code

Source code using Maxima
load(draw);
draw2d(
    terminal= svg,
    xlabel  = "X",
    ylabel  = "Z",
    yrange  = [0,10],
    grid    = true,
    axis_top= false,
    axis_right=false,
    dimensions  = 100*[4,3.5],
    file_name   = "3D curve",
    line_width  = 2,
    color   = black,
    explicit(3*x,x,0,2.5),
    color   = red,
    explicit(x^2+x+1,x,-2.5,2.5)
);
The SVG code is valid .

Previous version had been created with Gnuplot

Please do not replace the simplified code of this file with a version created with Inkscape or any other vector graphics editor


Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication .
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

28 May 2014