This is a file from the Wikimedia Commons

File:Step function, 1 if x less than 0, -1 if x less than or equal to 0.svg

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Original file(SVG file, nominally 575 × 449 pixels, file size: 20 KB)

Summary

 
This diagram was created with SageMath.
Description
English: The step function

,

similar to the signum function. Created using the following Sage code:

def k(x):        
    if x > 0:                                        
        return 1
    return -1

plot(k, xmax=2, xmin=-2, ymax=2, ymin=-2, exclude=[0], thickness=2.5) + 
point([0, -1], size=80, zorder=4) + point([0, 1], size=80, faceted=True, rgbcolor='white', zorder=4)
Date
Source Own work
Author Eviatar Bach

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

13 March 2012

File history

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

Date/TimeThumbnailDimensionsUserComment
current08:59, 13 March 2012Thumbnail for version as of 08:59, 13 March 2012575 × 449 (20 KB)InverseHypercubebetter
08:45, 13 March 2012Thumbnail for version as of 08:45, 13 March 2012575 × 449 (20 KB)InverseHypercubesmaller domain and range
08:43, 13 March 2012Thumbnail for version as of 08:43, 13 March 2012575 × 449 (26 KB)InverseHypercubesmaller domain and range
08:35, 13 March 2012Thumbnail for version as of 08:35, 13 March 2012575 × 449 (22 KB)InverseHypercube

The following 2 pages use this file:

Global file usage

The following other wikis use this file:

Metadata