File:Absolute Value.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 375 × 227 pixels, file size: 20 KB)

Description
Deutsch: Verlauf der Absolutbetragsfunktion auf
Date
Source Own work
Author Lennart Kudling
Permission
(Reusing this file)
Released into the public domain (by the author).
SVG development
InfoField
 
The SVG code is valid.
 
This vector image was created with Asymptote.
Source code
InfoField

Asymptote code

import graph;
import settings;
outformat="pdf";

size(300,300);

// Function.
real f(real x) {return x > 0 ? x : -x; }
draw(graph(f,-4,4),red+2);
label(scale(1.3)*"$y=|x|$",(3,2),red);

// Axes.
xaxis( Label("$x$"), Ticks(new real[]{-3,-2,-1,1,2,3}), Arrow, xmin=-4, xmax=4);
yaxis( Label("$y$"), Ticks(new real[]{1,2,3}), Arrow, ymin=-0.5, ymax=4);
// Origin.
labelx("$O$",0,SW);

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

25 August 2007

image/svg+xml

1b51f1e18fb4e2a042a8f6e7ec9c03319633b9de

20,774 byte

227 pixel

375 pixel

File history

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

Date/TimeThumbnailDimensionsUserComment
current13:31, 26 October 2009Thumbnail for version as of 13:31, 26 October 2009375 × 227 (20 KB)LennyWikipedia~commonswikiDescription={{de|Verlauf der Absolutbetragsfunktion auf <math>\R</math><br/> Asymptote Source Code: <pre> import graph; import settings; outformat="pdf"; // size(300,300); // // Function. real f(real x) {return x > 0 ? x : -x; } draw(graph(f,-4,4),red+2);
09:32, 17 December 2008Thumbnail for version as of 09:32, 17 December 2008298 × 173 (28 KB)LennyWikipedia~commonswiki{{Information |Description={{de|Verlauf der Absolutbetragsfunktion auf <math>\R</math><br/> Asymptote Source Code: <pre> import graph; import settings; outformat="pdf"; size(300,300); real f(real x) {return x > 0 ? x : -x; } draw(graph(f,-4,4),red+2); lab
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage