summaryrefslogtreecommitdiff
path: root/1964/CH14/EX14.2/ex14_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1964/CH14/EX14.2/ex14_2.sce')
-rwxr-xr-x1964/CH14/EX14.2/ex14_2.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1964/CH14/EX14.2/ex14_2.sce b/1964/CH14/EX14.2/ex14_2.sce
new file mode 100755
index 000000000..6ab1bc806
--- /dev/null
+++ b/1964/CH14/EX14.2/ex14_2.sce
@@ -0,0 +1,11 @@
+//Chapter-14, Example 14.2, Page 458
+//=============================================================================
+clc
+clear
+//INPUT DATA
+V0=20;//voltage in volts
+t=4;//time in microsec
+//SLEW RATE
+SR=(V0)/t;//slewrate in V/us
+mprintf("slewrate is %d V/us",SR);
+//=================================END OF PROGRAM=======================================================================================================