summaryrefslogtreecommitdiff
path: root/620/CH1/EX1.3/example1_3.sce
blob: 38a3ab667f7f1dfe9a1b4e59d82a087809356452 (plain)
1
2
3
4
5
ns=0.035;
ps=ns*10^3;
disp("the value (in ps) is"); disp(ps);
mus=ns*10^(-3);
disp("the value (in μs) is"); disp(mus);