From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 380/CH4/EX4.14/4_14.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 380/CH4/EX4.14/4_14.txt (limited to '380/CH4/EX4.14/4_14.txt') 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 -- cgit