File:Cross section of Norton's dome.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 576 × 432 pixels, file size: 17 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

W3C grn 
The SVG code is valid.
OtherTool logo-V 
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[edit]

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.

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)Tercer (talk | contribs)changed label of y axis
10:59, 6 January 2021Thumbnail for version as of 10:59, 6 January 2021575 × 431 (19 KB)Tercer (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

File usage on other wikis

Metadata