summaryrefslogtreecommitdiff
path: root/1172/CH2/EX2.8/Example2_8.sce
blob: 5167ba5663a7677f1b854088c63c81d76f4d5c12 (plain)
1
2
3
4
5
6
7
8
9
10
clc
// Given That
E = 100 // magnitude of electric field perpendicular to X axis in N/C
r = 10 // radius of circle in cm
//Sample Problem 8 Page No. 83
printf("\n # Problem 8  # \n ")
ds = (r*1e-2)^2 //calculation of area of coil
phi = E*ds //calculation of Flux through coil
  printf("Flux through coil is  %d Nm/C \n", phi)