summaryrefslogtreecommitdiff
path: root/3866/CH5/EX5.6/Ex5_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3866/CH5/EX5.6/Ex5_6.sce')
-rw-r--r--3866/CH5/EX5.6/Ex5_6.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3866/CH5/EX5.6/Ex5_6.sce b/3866/CH5/EX5.6/Ex5_6.sce
new file mode 100644
index 000000000..b9e0bd559
--- /dev/null
+++ b/3866/CH5/EX5.6/Ex5_6.sce
@@ -0,0 +1,7 @@
+clc; clear; close;
+
+C=50*(10^(-15));//in farad
+Vdd=1.8;//in volts
+f=250*10^(6);//in hertz
+P=C*Vdd*Vdd*f;
+disp(P,'dynamic power(in watts)=');