summaryrefslogtreecommitdiff
path: root/2528/CH1/EX1.16/Ex1_16.sce
diff options
context:
space:
mode:
Diffstat (limited to '2528/CH1/EX1.16/Ex1_16.sce')
-rwxr-xr-x2528/CH1/EX1.16/Ex1_16.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2528/CH1/EX1.16/Ex1_16.sce b/2528/CH1/EX1.16/Ex1_16.sce
new file mode 100755
index 000000000..971ab1e5e
--- /dev/null
+++ b/2528/CH1/EX1.16/Ex1_16.sce
@@ -0,0 +1,10 @@
+// Chapter 1
+//Rise time
+//page 29
+//Example no 1-16
+//Given
+clc;
+//f2=0.35/Tr;
+f2=100*10^3; //in kHz
+Tr=0.35/f2;
+printf("\n The rise time for 90 degree lag network is %.7f sec",Tr);// Result