summaryrefslogtreecommitdiff
path: root/2045/CH12/EX12.6/Ex12_6.sce
blob: 3cd8e85611426030dee55ab7373278dcc09150e0 (plain)
1
2
3
4
5
6
//pagenumber 555 example 6
clear
c1=20*10^-12;//farad
limcur=16*10^-3;//ampere
w=(limcur/c1)*10^-6;//convert second to microsecond
disp("change of voltage   =   "+string((w))+"volt per microsecond");