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

From Department of Mathematics at UTSA
Jump to navigation Jump to search

Original file(SVG file, nominally 575 × 449 pixels, file size: 20 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

 
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
current02:59, 13 March 2012Thumbnail for version as of 02:59, 13 March 2012575 × 449 (20 KB)InverseHypercubebetter

The following page uses this file:

Metadata