summaryrefslogtreecommitdiff
path: root/1757/CH5/EX5.29/EX5_29.sce
diff options
context:
space:
mode:
Diffstat (limited to '1757/CH5/EX5.29/EX5_29.sce')
-rwxr-xr-x1757/CH5/EX5.29/EX5_29.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1757/CH5/EX5.29/EX5_29.sce b/1757/CH5/EX5.29/EX5_29.sce
new file mode 100755
index 000000000..7ce3346b3
--- /dev/null
+++ b/1757/CH5/EX5.29/EX5_29.sce
@@ -0,0 +1,8 @@
+//Example5.29 // To find Slew rate of an op-amp
+clc;
+clear;
+close;
+Iq = 15 ; // uA // bias current
+Cm = 30 ; // pF // internal frequency compensated capacitor
+Slewrate = (Iq/Cm);
+disp('the Slew rate of an op-amp is = '+string(Slewrate)+' V/u sec');