Circuit Theory/Phasors/Examples/Example 10/mfilev
< Circuit Theory < Phasors < Examples < Example 10current := Symbol::accentHat(K); voltage := Symbol::accentHat(V); linsolve([current = voltage/R + voltage/(I*w*L)],[voltage]); Re(voltage); Im(voltage); abs(voltage); angle(voltage); current := 120*sqrt(2)*(cos(2*pi/3) + I*sin(2*pi/3));
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.