Jump to content

File:Half-derivative.svg

From DawoumWiki, the free Mathematics self-learning

Original file(SVG file, nominally 434 × 434 pixels, file size: 22 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 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
current02:58, 6 June 2009Thumbnail for version as of 02:58, 6 June 2009434 × 434 (22 KB)wikimediacommons>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 page uses this file:

Metadata