File: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
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.
Category:Valid SVG created with Text Editor
 
This vector image was created with a text editor by ElectroKid ().

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
Category:Gnuplot SVG substitution#%200

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.

Category:CC-Zero#X2+X+1.svg
Category:Self-published work Category:Differential calculus Category:Quadratic functions Category:Images with Maxima CAS source code Category:SVG x-y functions
Category:CC-Zero Category:Differential calculus Category:Gnuplot SVG substitution Category:Images with Maxima CAS source code Category:Quadratic functions Category:SVG x-y functions Category:Self-published work Category:Valid SVG created with Gnuplot code Category:Valid SVG created with Text Editor