summaryrefslogtreecommitdiff
path: root/3637/CH1/EX1.7/Ex1_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '3637/CH1/EX1.7/Ex1_7.sce')
-rw-r--r--3637/CH1/EX1.7/Ex1_7.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3637/CH1/EX1.7/Ex1_7.sce b/3637/CH1/EX1.7/Ex1_7.sce
new file mode 100644
index 000000000..b2cfd6627
--- /dev/null
+++ b/3637/CH1/EX1.7/Ex1_7.sce
@@ -0,0 +1,11 @@
+//Example 7 Page No: 1.86
+//given
+sr=35e6;//volt/sec
+vsat=15;//volt
+//determine time to change from 0 to 15V
+c=100e-12;//farad
+i=150e-6;//A
+w=vsat/sr;
+w1=i/c;format(6);
+disp('Time to change from 0 to 15 = '+string(w*1e6)+' μsec');
+disp('Slew rate = '+string(w1/1000000)+' volt/μsec');