summaryrefslogtreecommitdiff
path: root/3673/CH10/EX10.1
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH10/EX10.1')
-rw-r--r--3673/CH10/EX10.1/Ex10_1.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3673/CH10/EX10.1/Ex10_1.sce b/3673/CH10/EX10.1/Ex10_1.sce
new file mode 100644
index 000000000..aadced27a
--- /dev/null
+++ b/3673/CH10/EX10.1/Ex10_1.sce
@@ -0,0 +1,6 @@
+//Example 10_1 page no:436
+clc;
+//given
+I1=1;
+V2=3/2;
+disp(V2/I1,"the mutual impedence is (in ohm)");