summaryrefslogtreecommitdiff
path: root/995/CH1/EX1.15/Ex1_15.sce
blob: 5fad8fa74ff24bf4aaaec0ef3761662532334d88 (plain)
1
2
3
4
5
6
7
8
//Ex:1.15
clc;
clear;
close;
r=56;//in ohms
i=0.1;//in amp
v=i*r;
printf("Voltage dropped = %f volts",v);