Sie sind auf Seite 1von 1

f[ξ_, x_] := Exp[- ξ * x] * (1 + x)

Critically Damped

parameters = {0.09, 0.15, 0.20, 0.25, 0.5};


Plot[Evaluate[f[#, x] & /@ parameters], {x, 0, 50},
PlotRange  {0, 5}, AxesLabel  {"Time(t)", "Displacement(x)"},
GridLines  Automatic, PlotLegends  Table[Row[{"ξ=", j}], {j, parameters}]]
Critically Damped

ξ=0.09
ξ=0.15
ξ=0.2
ξ=0.25
ξ=0.5

Das könnte Ihnen auch gefallen