Content deleted Content added
Tags: Reverted 2017 wikitext editor |
Tags: Reverted Mobile edit Mobile web edit Advanced mobile edit |
||
Line 124:
The equation can be also solved in MATLAB symbolic toolbox as
<syntaxhighlight lang="matlab">
x = dsolve('D2x+c*Dx+k*x=0','x(0)=1', 'Dx(0)=0')
</syntaxhighlight>
although the solution looks rather ugly,
|