diff options
Diffstat (limited to '3630/CH19/EX19.10/Ex19_10.sce')
-rw-r--r-- | 3630/CH19/EX19.10/Ex19_10.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3630/CH19/EX19.10/Ex19_10.sce b/3630/CH19/EX19.10/Ex19_10.sce new file mode 100644 index 000000000..85daea567 --- /dev/null +++ b/3630/CH19/EX19.10/Ex19_10.sce @@ -0,0 +1,5 @@ +clc;
+r=1200;
+c=0.0000001;
+PW=1.1*r*c;
+disp('ms',PW*1000000,"PW=");//The answers vary due to round off error
|