summaryrefslogtreecommitdiff
path: root/226/CH19/EX19.26
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /226/CH19/EX19.26
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '226/CH19/EX19.26')
-rwxr-xr-x226/CH19/EX19.26/example26_sce.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/226/CH19/EX19.26/example26_sce.sce b/226/CH19/EX19.26/example26_sce.sce
new file mode 100755
index 000000000..6b3c04bac
--- /dev/null
+++ b/226/CH19/EX19.26/example26_sce.sce
@@ -0,0 +1,15 @@
+//chapter 19
+//example 19.26
+//page 882
+printf("\n")
+printf("given")
+f=1*10^6;Xc=120;Vce=.5;Vcc=30;Rl=1.2*10^3;O=100;
+Cp=1/(2*3.14*f*Xc)
+Cp=1300*10^-12;//use standard value
+Lp=1/(((2*3.14*f)^2)*Cp)
+Vp=Vcc-Vce
+Po=((Vp)^2) /(2*Rl)
+Idc=Po/Vp
+T=1/f
+t=(O*T)/360
+Ip=(Idc*T)/t \ No newline at end of file