blob: 1a08f0eed59d8251641178b98775f66a76388cb0 (
plain)
1
2
3
4
5
6
7
|
//Example 15.10//
a=17;//A //current along the long dimension
b=1*10^-6;//m //thin strip with dimension
c=1*10^-3;//m //thin strip wide dimension
d=a/(b*c)
mprintf("d = %e A/m^2",d)
|