summaryrefslogtreecommitdiff
path: root/3769/CH3/EX3.33/Ex3_33.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH3/EX3.33/Ex3_33.sce')
-rw-r--r--3769/CH3/EX3.33/Ex3_33.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH3/EX3.33/Ex3_33.sce b/3769/CH3/EX3.33/Ex3_33.sce
new file mode 100644
index 000000000..ab12f92e0
--- /dev/null
+++ b/3769/CH3/EX3.33/Ex3_33.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+a=5*10**-6
+e=8.854*10**-12
+r=0.1
+
+//Calculation
+//
+b=-(a*%pi*r**2*(cos(60)*180/3.14))/(2*e)
+
+//Result
+printf("\n Electric flux through a circular area is %0.2f *10**3 Nm**2C-1",b*10**-5)