summaryrefslogtreecommitdiff
path: root/1026/CH6/EX6.2/Example6_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1026/CH6/EX6.2/Example6_2.sce')
-rwxr-xr-x1026/CH6/EX6.2/Example6_2.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1026/CH6/EX6.2/Example6_2.sce b/1026/CH6/EX6.2/Example6_2.sce
new file mode 100755
index 000000000..26309e656
--- /dev/null
+++ b/1026/CH6/EX6.2/Example6_2.sce
@@ -0,0 +1,11 @@
+//chapter6,Example6_2,pg 121
+
+Jc=1
+
+sig=5.8*10^7
+
+E=(Jc)/sig
+
+printf("electric field established\n")
+
+disp(E) \ No newline at end of file