summaryrefslogtreecommitdiff
path: root/1223/CH15/EX15.2/Ex15_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1223/CH15/EX15.2/Ex15_2.sce')
-rwxr-xr-x1223/CH15/EX15.2/Ex15_2.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1223/CH15/EX15.2/Ex15_2.sce b/1223/CH15/EX15.2/Ex15_2.sce
new file mode 100755
index 000000000..792c3da8f
--- /dev/null
+++ b/1223/CH15/EX15.2/Ex15_2.sce
@@ -0,0 +1,7 @@
+clear;
+clc;
+//Example 15.2
+C=20*10^-6;
+Req=1000;
+fC=1/(C*Req);
+printf('\nclock frequency =%.2fKHz\n',fC)