File:Half-derivative.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Original file(SVG file, nominally 434 × 434 pixels, file size: 22 KB)

Summary

Description Graph of the function, derivative, and half-derivative of f(x) = x. For the English Wikipedia article Fractional Calculus.
Date
Source

Generated in R using this code:

library(RSvgDevice)
x = seq(from=0, to=4, by=0.01)
derivative = x/x
half_derivative= 2 * sqrt(x) / sqrt(pi)

devSVG(file="half-derivative.svg", width=6, height=6)
par(lwd=4, mar=c(4,4,0,0))
plot(x, x, type="l", col="blue", xlab="",ylab="", frame.plot=FALSE)
lines(x, derivative,  col="red")
lines(x, half_derivative, col="purple")
dev.off()
Author GreenRoot (talk)
Other versions Redrawn to match Half-der.PNG from the English Wikipedia

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant 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

5 June 2009

File history

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

Date/TimeThumbnailDimensionsUserComment
current17:58, 5 June 2009Thumbnail for version as of 17:58, 5 June 2009434 × 434 (22 KB)GreenRoot {{Information |Description=For the English Wikipedia article Fractional Calculus. |Source=self-made |Date=2009-Jun-05 |Author= ~~~ |other_versions=Redrawn to match File:Half-der.PNG from the English Wikipedia }}
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

Metadata