summaryrefslogtreecommitdiff
path: root/3835/CH4/EX4.33/Ex4_33.sce
diff options
context:
space:
mode:
Diffstat (limited to '3835/CH4/EX4.33/Ex4_33.sce')
-rw-r--r--3835/CH4/EX4.33/Ex4_33.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3835/CH4/EX4.33/Ex4_33.sce b/3835/CH4/EX4.33/Ex4_33.sce
new file mode 100644
index 000000000..a0d8da52e
--- /dev/null
+++ b/3835/CH4/EX4.33/Ex4_33.sce
@@ -0,0 +1,12 @@
+clear
+//
+//the eqns are formed using the given diagram
+//the derivations from the eqns are obtained as below using matrices for their construction
+//the below eqns are in polar form
+delta=0.3165
+delta1=5.95
+delta2=6.82
+v1=delta1/delta
+printf("\n v1 at -47.63 is= %0.1f V",v1)
+v2=delta2/delta
+printf("\n v2 at -42.30 is= %0.1f V",v2)