File:Cusp at (0,0.5).svg

From Vigyanwiki

Original file(SVG file, nominally 499 × 348 pixels, file size: 26 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

Description
Español: Function displaying a cusp at (0,1/2).
Date
Source Own work
Author Nicoguaro
SVG genesis
InfoField
 The SVG code is valid.
 This plot was created with Matplotlib
Source code
InfoField

Python code

import numpy as np
import matplotlib.pyplot as plt

plt.rcParams["font.family"] = "serif"
plt.rcParams["font.size"] = 14
plt.rcParams["mathtext.fontset"] = "cm"
plt.rcParams["axes.facecolor"] = "white"
plt.rcParams["axes.linewidth"] = 0
plt.rcParams["xtick.direction"] = "in"
plt.rcParams["ytick.direction"] = "in"


npts = 100
x = np.geomspace(1e-6, 3, npts//2)
x = np.hstack((-x[::-1], [0], x))
y = np.sqrt(np.abs(x)) + 0.5
plt.figure(figsize=(6, 4))
plt.plot(x, y, label=r"$\sqrt{

Licensing

I, the copyright holder of this work, hereby publish it under the following licence:
w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 4.0 International licence.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the licence, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

Captions

Add a one-line explanation of what this file represents
Function displaying a cusp at (0,1/2).

Items portrayed in this file

depicts

7 March 2019

image/svg+xml

ffc662911bfef7a91993c940db5fae10b6bd3907

26,796 byte

348 pixel

499 pixel

File history

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

Date/TimeThumbnailDimensionsUserComment
current21:52, 7 March 2019Thumbnail for version as of 21:52, 7 March 2019499 × 348 (26 KB)wikimediacommons>NicoguaroUser created page with UploadWizard

The following page uses this file:

Metadata