diff options
Diffstat (limited to '3809/CH1/EX1.3/EX1_3.sce')
-rw-r--r-- | 3809/CH1/EX1.3/EX1_3.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3809/CH1/EX1.3/EX1_3.sce b/3809/CH1/EX1.3/EX1_3.sce new file mode 100644 index 000000000..f9eb2e0fe --- /dev/null +++ b/3809/CH1/EX1.3/EX1_3.sce @@ -0,0 +1,12 @@ +//Chapter 1, Example 1.3 + +clc +//Initialisation +v2=7 //voltage +e=12 //emf + +//Calculation +v1=e-v2 //voltage + +//Results +printf("Voltage, V = %.1f V",v1) |