File:HermiteBasis.svg

From Vigyanwiki

Original file(SVG file, nominally 600 × 480 pixels, file size: 12 KB)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Summary

Description Hermite spline basis functions.
Date
Source self-made in Gnuplot
Author Berland, ElectroKid ()
 
The SVG code is valid.
 
This 11.51 was created with a text editor by ElectroKid ().

Previous version had been created with Gnuplot (12691 bytes)     now 11.51% of previous size

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

Gnuplot source code

set terminal svg fname "Vera" fsize 18
set output 'HermiteBasis.svg'
set border 2
set xtics axis 1,1
set ytics nomirror 0.2
set xrange [0:1]
set key right center box linewidth 1
plot 2*x*x*x - 3*x*x + 1 with lines t 'h00' lt 1 lw 4, \
        x*x*x - 2*x*x + x with lines t 'h10' lt 2 lw 4, \
        -2*x*x*x + 3*x*x with lines t 'h01' lt 3 lw 4, \
        x*x*x - x*x with lines t 'h11' lt 4 lw 4, \
        0 with lines linetype -1 linewidth 1 notitle

Use at least version 4.2 of Gnuplot.

Licensing

Public domain This work has been released into the public domain by its author, I, Berland. This applies worldwide.
In some countries this may not be legally possible; if so:
I, Berland grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

26 June 2007

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current20:00, 23 February 2017Thumbnail for version as of 20:00, 23 February 2017600 × 480 (12 KB)wikimediacommons>Rainald62simpler code is no excuse for wrong shape of the curves

The following page uses this file:

Metadata