diff options
Diffstat (limited to '3673/CH1/EX1.7/Ex1_7.sce')
-rw-r--r-- | 3673/CH1/EX1.7/Ex1_7.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3673/CH1/EX1.7/Ex1_7.sce b/3673/CH1/EX1.7/Ex1_7.sce new file mode 100644 index 000000000..117e21c0b --- /dev/null +++ b/3673/CH1/EX1.7/Ex1_7.sce @@ -0,0 +1,5 @@ +//Example 1_7 page no:11
+clc
+clear
+v=30-2-1-3-5;//applying kirchof law to the given circuit
+disp(v,"unknown voltage drop(in volt)")
|