summaryrefslogtreecommitdiff
path: root/3673/CH1/EX1.4/Ex1_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH1/EX1.4/Ex1_4.sce')
-rw-r--r--3673/CH1/EX1.4/Ex1_4.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3673/CH1/EX1.4/Ex1_4.sce b/3673/CH1/EX1.4/Ex1_4.sce
new file mode 100644
index 000000000..c0d7943ea
--- /dev/null
+++ b/3673/CH1/EX1.4/Ex1_4.sce
@@ -0,0 +1,7 @@
+//Example 1_4 page no:5
+clc
+clear
+R=10;//Resistance in ohm
+V=12;//Voltage in volt
+I=V/R;
+disp(I,"current flowing through resistor(in A):")