Circuit Theory/Parallel Resistance/m-file
< Circuit Theory < Parallel ResistanceR=100; C=10^(-6); L = 2*10^(-3); s=i*22400; Z = 1/(1/R + 1/(s*L) +s*C) abs(Z),angle(Z),angle(Z)*180/pi s = -5000 + i*22400; Z = 1/(1/R + 1/(s*L) +s*C) abs(Z),angle(Z),angle(Z)*180/pi
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.