summaryrefslogtreecommitdiff
path: root/995/CH1/EX1.16/Ex1_16.sce
blob: ee1c9c336da9d956ee249465fa20a603704fe148 (plain)
1
2
3
4
5
6
7
8
//Ex:1.16
clc;
clear;
close;
v=15;//in volts
i=0.001;//in amp
r=v/i;
printf("Resistance = %d ohms",r);