summaryrefslogtreecommitdiff
path: root/380/CH4/EX4.14
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /380/CH4/EX4.14
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '380/CH4/EX4.14')
-rwxr-xr-x380/CH4/EX4.14/4_14.txt11
-rwxr-xr-x380/CH4/EX4.14/4_14_R.txt11
-rwxr-xr-x380/CH4/EX4.14/Ex4_14.sce11
3 files changed, 33 insertions, 0 deletions
diff --git a/380/CH4/EX4.14/4_14.txt b/380/CH4/EX4.14/4_14.txt
new file mode 100755
index 000000000..fbddcd729
--- /dev/null
+++ b/380/CH4/EX4.14/4_14.txt
@@ -0,0 +1,11 @@
+//Caption:Find the line current,line voltage and power
+//Exa:4.14
+clc;
+clear;
+close;
+I_L=4*80/5;
+disp(I_L,'Line current (in Amperes)=');
+V_L=110*100/1;
+disp(V_L,'Line voltage (in Volts)=');
+P=(100/1)*(80/5)*352;
+disp(P,'Power on the transmission line (in Watts)='); \ No newline at end of file
diff --git a/380/CH4/EX4.14/4_14_R.txt b/380/CH4/EX4.14/4_14_R.txt
new file mode 100755
index 000000000..db3804ea0
--- /dev/null
+++ b/380/CH4/EX4.14/4_14_R.txt
@@ -0,0 +1,11 @@
+ Line current (in Amperes)=
+
+ 64.
+
+ Line voltage (in Volts)=
+
+ 11000.
+
+ Power on the transmission line (in Watts)=
+
+ 563200. \ No newline at end of file
diff --git a/380/CH4/EX4.14/Ex4_14.sce b/380/CH4/EX4.14/Ex4_14.sce
new file mode 100755
index 000000000..fbddcd729
--- /dev/null
+++ b/380/CH4/EX4.14/Ex4_14.sce
@@ -0,0 +1,11 @@
+//Caption:Find the line current,line voltage and power
+//Exa:4.14
+clc;
+clear;
+close;
+I_L=4*80/5;
+disp(I_L,'Line current (in Amperes)=');
+V_L=110*100/1;
+disp(V_L,'Line voltage (in Volts)=');
+P=(100/1)*(80/5)*352;
+disp(P,'Power on the transmission line (in Watts)='); \ No newline at end of file