summaryrefslogtreecommitdiff
path: root/72/CH6/EX6.6.1
diff options
context:
space:
mode:
authorprashantsinalkar2017-10-10 12:38:01 +0530
committerprashantsinalkar2017-10-10 12:38:01 +0530
commitf35ea80659b6a49d1bb2ce1d7d002583f3f40947 (patch)
treeeb72842d800ac1233e9d890e020eac5fd41b0b1b /72/CH6/EX6.6.1
parent7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (diff)
downloadScilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.gz
Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.bz2
Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.zip
updated the code
Diffstat (limited to '72/CH6/EX6.6.1')
-rwxr-xr-x72/CH6/EX6.6.1/6_6_1.sce28
1 files changed, 14 insertions, 14 deletions
diff --git a/72/CH6/EX6.6.1/6_6_1.sce b/72/CH6/EX6.6.1/6_6_1.sce
index 77f3d572d..ac4b09ce8 100755
--- a/72/CH6/EX6.6.1/6_6_1.sce
+++ b/72/CH6/EX6.6.1/6_6_1.sce
@@ -1,15 +1,15 @@
-//CAPTION: Power_Dissipation_of_a_Three-Phase_CCD
-
-//chapter_no.-6, page_no.-278
-//Example_no.6-6-1
-clc;
-
-
-// Calculate_the_power_dissipation_per_bit
-n=3;
-f=10*(10^6);
-V=10;
-Qmax=.04*(10^-12);
-P=n*f*V*Qmax;
-P=P*(10^6);
+
+
+//chapter_no.-6, page_no.-278
+//Example_no.6-6-1
+clc;
+
+
+// Calculate_the_power_dissipation_per_bit
+n=3;
+f=10*(10^6);
+V=10;
+Qmax=.04*(10^-12);
+P=n*f*V*Qmax;
+P=P*(10^6);
disp(P,'the_power_dissipation_per_bit(uW)is='); \ No newline at end of file