diff options
Diffstat (limited to '995/CH3/EX3.2/Ex3_2.sce')
-rwxr-xr-x | 995/CH3/EX3.2/Ex3_2.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/995/CH3/EX3.2/Ex3_2.sce b/995/CH3/EX3.2/Ex3_2.sce new file mode 100755 index 000000000..f1a27f356 --- /dev/null +++ b/995/CH3/EX3.2/Ex3_2.sce @@ -0,0 +1,11 @@ +//Ex:3.2
+clc;
+clear;
+close;
+E1=6;
+E2=3;
+V2=E1-E2;
+V1=4.5;
+E3=V1-E2;
+printf("Value of V2 = %f A",V2);
+printf("\n Value of E3 = %f A",E3);
\ No newline at end of file |