File:Damped Oscillation2.svg

Summary

Description
English: Damped oscillaions given by the equation
Date
Source Own work
Author Krishnavedala
Other versions
SVG development
InfoField
 The SVG code is valid.
 This vector image was created with an unknown SVG tool.
Category:Valid SVG created with Other tools#Damped%20Oscillation2.svg
SVG development
InfoField
Source code
InfoField

Python code

Source code
from numpy import *
from matplotlib.pyplot import *
from mpl_toolkits.axisartist import *
time = linspace(0,10)
fun = lambda a,b,t: exp(a*t) * (cos(b*t) - (a/b) * sin(b*t))

fig = figure(figsize=(5,5))
ax1 = Subplot(fig,"111")
ax1.axis["right"].set_visible(False)
ax1.axis["left"].set_axisline_style("-

Licensing

Krishnavedala, the copyright holder of this work, hereby publishes 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.

Category:CC-Zero#Damped%20Oscillation2.svgCategory:Self-published work
Category:Control engineering Category:Damped oscillations Category:Images with Python source code Category:SVG control theory Category:SVG created with Matplotlib
Category:CC-Zero Category:Control engineering Category:Damped oscillations Category:Images with Python source code Category:SVG control theory Category:SVG created with Matplotlib Category:Self-published work Category:Valid SVG created with Matplotlib code Category:Valid SVG created with Other tools