原始文件(SVG文件,尺寸为434 × 434像素,文件大小:22 KB)


摘要

描述 Graph of the function, derivative, and half-derivative of f(x) = x. For the English Wikipedia article Fractional Calculus.
日期
来源

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()
作者 GreenRoot (talk)
其他版本 Redrawn to match Half-der.PNG from the English Wikipedia

许可协议

Public domain 我,本作品著作权人,释出本作品至公有领域。这适用于全世界。
在一些国家这可能不合法;如果是这样的话,那么:
我无条件地授予任何人以任何目的使用本作品的权利,除非这些条件是法律规定所必需的。

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2009年6月5日 (五) 17:582009年6月5日 (五) 17:58版本的缩略图434 × 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 }}

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据