summaryrefslogtreecommitdiff
path: root/3809/CH3/EX3.2/EX3_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3809/CH3/EX3.2/EX3_2.sce')
-rw-r--r--3809/CH3/EX3.2/EX3_2.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3809/CH3/EX3.2/EX3_2.sce b/3809/CH3/EX3.2/EX3_2.sce
new file mode 100644
index 000000000..0a1d8c68f
--- /dev/null
+++ b/3809/CH3/EX3.2/EX3_2.sce
@@ -0,0 +1,13 @@
+//Chapter 3, Example 3.2
+
+clc
+//Initialisation'
+v1=3 //voltage
+v3=3 //voltage
+e=12 //voltage
+
+//Calculation
+v2=v1+v3-e //voltage
+
+//Results
+printf("Voltage, V = %d V",v2)