Circuit Theory/Phasors/Examples/example11/laplace solution/code3

From Wikibooks, open books for an open world
Jump to navigation Jump to search
syms t;
current = 2*sin(t-pi/3);
voltage = cos(t);
Scurrent = laplace(current)
Svoltage = laplace(voltage)