summaryrefslogtreecommitdiff
path: root/3637/CH1/EX1.3/Ex1_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3637/CH1/EX1.3/Ex1_3.sce')
-rw-r--r--3637/CH1/EX1.3/Ex1_3.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3637/CH1/EX1.3/Ex1_3.sce b/3637/CH1/EX1.3/Ex1_3.sce
new file mode 100644
index 000000000..892fc5bb9
--- /dev/null
+++ b/3637/CH1/EX1.3/Ex1_3.sce
@@ -0,0 +1,11 @@
+//Example 3 Page No: 1.84
+//given
+V=20;
+t=4;
+//determine slew rate
+format(6);
+w=V/t;
+
+disp('slew rate = '+string(w)+' volt/μsec');
+
+