From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1853/CH4/EX4.17/Ex4_17.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 1853/CH4/EX4.17/Ex4_17.sce (limited to '1853/CH4/EX4.17') diff --git a/1853/CH4/EX4.17/Ex4_17.sce b/1853/CH4/EX4.17/Ex4_17.sce new file mode 100755 index 000000000..1cafb3d28 --- /dev/null +++ b/1853/CH4/EX4.17/Ex4_17.sce @@ -0,0 +1,9 @@ + +//write the time equation for voltage and current +Vrms=150 +Vm=2*1.414*Vrms +f=50 +L=0.2 +X=2*3.14*f*L +Im=Vm/X +disp('current equation i=212.132sin(314)t' , 'voltage equation v=3.376sin(314t-90)' , ' Im= '+string(Im)+ ' ') -- cgit