ስዕል:Damped oscillation function plot.svg

Page contents not supported in other languages.
ከውክፔዲያ

ዋና ፋይል(የSVG ፋይል፡ በተግባር 576 × 432 ፒክስል፤ መጠን፦ 20 KB)

ይህ ፋይል ከWikimedia Commons የተቀሰመ ነው እና በሌላ ዊኪ ላይ ሊጠቅም ይችላል። በhttps://commons.wikimedia.org/wiki/File:Damped_oscillation_function_plot.svg ላይ የሚገኘው የፋይሉ መግለጫ ከዚህ በታች ቀርቧል።

ማጠቃለያ

ማጠቃለያ
English: Exponentially decaying cosine function
Español: Función coseno que decae exponencialmente
ቀን
ምንጭ Own work
አቅራቢው Nicoguaro
SVG genesis
InfoField
 
The source code of this SVG is invalid due to an error.
 
This W3C-invalid plot was created with Matplotlib.
 
The file size of this SVG plot may be irrationally large because its text has been converted to paths inhibiting translations.
Source code
InfoField

Python code

import 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()

የፈቃድ አይነት፦

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution
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

Add a one-line explanation of what this file represents
Exponentially decaying sine function.

Items portrayed in this file

depicts እንግሊዝኛ

creator እንግሊዝኛ

some value

author name string እንግሊዝኛ: Nicoguaro
Wikimedia username እንግሊዝኛ: Nicoguaro

copyright status እንግሊዝኛ

copyrighted እንግሊዝኛ

inception እንግሊዝኛ

26 ፌብሩዌሪ 2022

source of file እንግሊዝኛ

original creation by uploader እንግሊዝኛ

media type እንግሊዝኛ

image/svg+xml

የፋይሉ ታሪክ

የቀድሞው ዕትም ካለ ቀን/ሰዓቱን በመጫን መመልከት ይቻላል።

ቀን /ሰዓትናሙናክልሉ (በpixel)አቅራቢውማጠቃለያ
ያሁኑኑ16:29, 26 ፌብሩዌሪ 2022በ16:29, 26 ፌብሩዌሪ 2022 የነበረው ዕትም ናሙና576 × 432 (20 KB)NicoguaroUploaded own work with UploadWizard

የሚከተለው ገጽ ወደዚሁ ፋይል ተያይዟል፦

ሌሎች ውኪዎች

የሚከተሉት ሌሎች ውኪዎች ይህን ፋይል ይጠቀማሉ፦

ተጨማሪ መረጃ