diff options
Diffstat (limited to '3866/CH10/EX10.1/Ex10_1.sce')
-rw-r--r-- | 3866/CH10/EX10.1/Ex10_1.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3866/CH10/EX10.1/Ex10_1.sce b/3866/CH10/EX10.1/Ex10_1.sce new file mode 100644 index 000000000..bce8fdcea --- /dev/null +++ b/3866/CH10/EX10.1/Ex10_1.sce @@ -0,0 +1,5 @@ +clc; clear; close;
+
+mprintf('T1=(R1*C1)+(R1*C2)+(R1*C3)\n\n');//for node 1
+mprintf(' T2=(R1*C1)+(R1*C3)+(R1+R2)*C2\n\n');//for node 2
+mprintf(' T3=(R1*C1)+(R1*C2)+(R1+R3)*C3\n\n');//for node 3
|