summaryrefslogtreecommitdiff
path: root/2102/CH1/EX1.18/exa_1_18.sce
blob: aab4351767f15ce9ebc5fbef115f9b5a72ab6095 (plain)
1
2
3
4
5
6
7
8
9
10
// Exa 1.18
clc;
clear;
close;
// Given data
miu= 35.2*10^-4;// in m^2/vs
n=7.87*10^28;
e= 1.6*10^-19;// in C
sigma= n*e*miu;// in s/m
disp(sigma,"Conductivity in s/m is : ")