diff options
Diffstat (limited to '1529/CH1/EX1.1/1_01.sce')
-rwxr-xr-x | 1529/CH1/EX1.1/1_01.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/1529/CH1/EX1.1/1_01.sce b/1529/CH1/EX1.1/1_01.sce new file mode 100755 index 000000000..670bf18b4 --- /dev/null +++ b/1529/CH1/EX1.1/1_01.sce @@ -0,0 +1,6 @@ +//Chapter 1, Problem 1
+clc;
+I=5; //current
+T=2*60; //time taken to flow current
+Q=I*T; //calculating quantity of electricity
+printf("Quantity of electricity Q = %f C \n\n\n",Q);
|