You are on page 1of 1

Degrau wxmxima

wxplot2d([unit_step(x-1)]-[unit_step(x-2)], [x,-2,10], [y,0,2])$

Graficos
wxplot2d([%e^(-t)], [t,0,5])$
wxplot2d([cos(x)], [x,0,2*%pi], [y,-2,2])$

Outros exemplos
diff(sin(x),x,1);
integrate(sin(x), x, 0, %pi)
integrate(sin(x), x);
ilt(1/(s+1), s, t);
ilt(2/(s+10), s, t);
subst(0.01, t, 2*%e^(-10*t));

Diagrama Bode
load("bode")$
H1 (s) := (1000000*(s+10)*(s+100))/ ((s + 1)*(s + 1000)*(s + 1000000))
$
bode_gain (H1 (s), [w, 1/100, 100000])$
bode_phase (H1 (s), [w, 1/100, 10000])$

You might also like