summaryrefslogtreecommitdiff
path: root/1184/CH2/EX2.29
diff options
context:
space:
mode:
Diffstat (limited to '1184/CH2/EX2.29')
-rwxr-xr-x1184/CH2/EX2.29/Ex2_29.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1184/CH2/EX2.29/Ex2_29.sce b/1184/CH2/EX2.29/Ex2_29.sce
new file mode 100755
index 000000000..26753029d
--- /dev/null
+++ b/1184/CH2/EX2.29/Ex2_29.sce
@@ -0,0 +1,10 @@
+//Example 2-29, Page No - 89
+
+clear
+clc
+
+bw= 200*10^3
+
+tr= 0.35/(bw*10^-3)
+
+printf('The fastest rise time of the circuit is %.2f microseconds',tr*10^3)