summaryrefslogtreecommitdiff
path: root/3866/CH11/EX11.1/Ex11_1.sce
blob: 89754ed565936a1e6d165f4fd2c36382664f45ad (plain)
1
2
3
4
5
6
7
8
9
10
11
clc; clear; close;

t=10;//in years
A=2*(10^7);//in hr-cm^2/amp
delH=0.85;//in eV
T=398;//in kelvin
t50=10*t*365*24;
k=8.62*(10^(-5));
Jmax=sqrt(A*exp(delH/(k*T))/t50);
disp(Jmax,'max tolerable current density for electromigration(in A/cm^2)=');
//the answer given in the textbook is wrong