File:Damped oscillation function plot.svg
From Wikipedia, the free encyclopedia
Original file (SVG file, nominally 1,439 × 748 pixels, file size: 1 KB)
Page Module:Message box/fmbox.css has no content.
This is a file from the Wikimedia Commons. Information from its description page there is shown below.
Commons is a freely licensed media file repository. You can help.
Commons is a freely licensed media file repository. You can help.
Summary
| DescriptionDamped oscillation function plot.svg |
English: Exponentially decaying cosine function
Español: Función coseno que decae exponencialmente
|
| Date | |
| Source | Own work |
| Author | Nicoguaro |
| SVG development InfoField | |
| Source code InfoField | Python codeimport numpy as np
import matplotlib.pyplot as plt
plt.rcParams["mathtext.fontset"] = "cm"
t = np.linspace(0, 35, 500)
y = np.exp(-0.1*t)*np.sin(t)
plt.plot(t, y)
plt.xlabel("$t$", fontsize=14, loc="right")
plt.ylabel("$y(t)$", fontsize=14)
plt.yticks([-1, -0.5, 0, 0.5, 1])
ax = plt.gca()
ax.spines['right'].set_color('none')
ax.spines['top'].set_color('none')
ax.xaxis.set_ticks_position('bottom')
ax.spines['bottom'].set_position(('data',0))
ax.yaxis.set_ticks_position('left')
ax.spines['left'].set_position(('data',0))
plt.savefig("Damped oscillation function plot.svg")
plt.show()
|
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution 4.0 International license.
- 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 license, 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
Exponentially decaying sine function.
Función coseno que decae exponencialmente.
Items portrayed in this file
depicts
26 February 2022
image/svg+xml
8d4fa7093d87b9c02aab7f0d4d999c90d4c2c8af
1,179 byte
748 pixel
1,439 pixel
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 17:25, 6 May 2024 | 1,439 × 748 (1 KB) | wikimediacommons>Д.Ильин | Optimization, fix xml-errors |
File usage
No pages on the English Wikipedia use this file (pages on other projects are not listed).
Metadata
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.
| Width | 406mm |
|---|---|
| Height | 211mm |
Retrieved from "https://cosmopedia.co/wiki/File:Damped_oscillation_function_plot.svg"