File:Cross section of Norton's dome.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 576 × 432 pixels, file size: 17 KB)

Summary

 
The SVG code is valid.
 
This vector image was created with another SVG tool.
Description
English: 2D cross section of Norton's dome, described by the equation with . Created with Matplotlib.
Date
Source Own work
Author Tercer
Source code
InfoField

SVG code

# Norton's dome
import numpy as np
import matplotlib.pyplot as plt 

def dome(x):
	return 1 - (1-(1-abs(x))**(2/3))**(3/2)

x = np.linspace(-1,1,201)
plt.plot(x, dome(x), 'b', linewidth=1)
plt.xlim(-1.05, 1.05)
plt.ylim(0, 1.05)
plt.xlabel("x")
plt.ylabel("1-h")
plt.tight_layout()
plt.savefig("norton_dome.svg")

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

6 January 2021

image/svg+xml

9ac3c2b5cfa1bed56334bddeee61d33909ac7788

17,809 byte

432 pixel

576 pixel

File history

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

Date/TimeThumbnailDimensionsUserComment
current09:19, 3 February 2022Thumbnail for version as of 09:19, 3 February 2022576 × 432 (17 KB)Tercerchanged label of y axis
10:59, 6 January 2021Thumbnail for version as of 10:59, 6 January 2021575 × 431 (19 KB)TercerUploaded own work with UploadWizard
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

Metadata