diff options
Diffstat (limited to '2075/CH4/EX4.10/pe4_10.sce')
-rwxr-xr-x | 2075/CH4/EX4.10/pe4_10.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/2075/CH4/EX4.10/pe4_10.sce b/2075/CH4/EX4.10/pe4_10.sce new file mode 100755 index 000000000..e800e62b6 --- /dev/null +++ b/2075/CH4/EX4.10/pe4_10.sce @@ -0,0 +1,12 @@ +//example 4.10
+clc; funcprot(0);
+// Initialization of Variable
+D=1;
+I1=108;
+I2=95;
+P=1;
+//calculation
+I=I1-I2;
+Pr=P*10^(I/10);
+disp(Pr,"power provided in watt:")
+clear()
|