File:Half-derivative.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

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

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

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[edit]

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.

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 (talk | contribs) {{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 }}

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata