File:N stetig diffb.png
Summary
Description |
Deutsch: Beispiel einer stetigen, nicht differenzierbaren Funktion English: Example of a continuous, non differentiable function |
|||
Date | 1 April 2005 (original upload date) | |||
Source |
selbst erstellt mit GNU R. R-Quelltext: x=seq(from=-0.3,to=1.1,length=10000)
png(filename = "n_stetig_diffb.png", width=800, height=800)
plot(x,2*x*cos(1/x)+sin(1/x),lwd=3,col="blue",bg="transparent",type="l",xlab="",ylab="")
lines(x,x^2*cos(1/x),lwd=4,col="red")
text(x=0.95,y=0.1,expression(f(x) == x^{2}*cos*frac(1,x)),col="red")
text(x=0.45,y=1.05,expression(2*x*cos*frac(1,x)+sin*frac(1,x)),col="blue")
title(main="Beispiel einer nicht stetig differenzierbaren Funktion")
dev.off()
|
|||
Author | Thomas Steiner | |||
Other versions |
|
Licensing
Thire at the German-language Wikipedia, the copyright holder of this work, hereby publishes it under the following license:
![]() |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License. |
![]() ![]() ![]() |
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. | |
Attribution: | ||
| ||
This licensing tag was added to this file as part of the GFDL licensing update. |
Original upload log
Transferred from de.wikipedia to Commons by Wdwdbot using CommonsHelper.
The original description page was here. All following user names refer to de.wikipedia.
- 2005-04-01 07:56 Thire 800×800× (8664 bytes)
- 2005-04-01 05:22 Thire 800×800× (8620 bytes)
- 2005-04-01 05:21 Thire 400×400× (3818 bytes)
Category:CC-BY-SA-3.0-migrated
Category:Continuity (functions)
Category:Differentiability (functions)
Category:GFDL
Category:Images with R source code
Category:License migration completed
Category:Pages using deprecated source tags
Category:Self-published work
Category:User-created GFDL images
Category:Vector version available