summaryrefslogtreecommitdiff
path: root/3487/CH6/EX6.6
diff options
context:
space:
mode:
Diffstat (limited to '3487/CH6/EX6.6')
-rw-r--r--3487/CH6/EX6.6/Ex6_6.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3487/CH6/EX6.6/Ex6_6.sce b/3487/CH6/EX6.6/Ex6_6.sce
new file mode 100644
index 000000000..144ae7a04
--- /dev/null
+++ b/3487/CH6/EX6.6/Ex6_6.sce
@@ -0,0 +1,12 @@
+//Chapter 6,Example 6.6 Page 201
+clc
+clear
+w = 314
+E0 = 8.854*10^-12
+Er = 3.8
+tang = 0.0085
+E = 40*10^5
+sigE = w*E0*Er*tang*E^2
+printf (" σE^2 = %f Watts/m^3\n ",sigE)
+
+//Answers may vary due to round off