From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 1319/CH12/EX12.7/i_7.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 1319/CH12/EX12.7/i_7.sce (limited to '1319/CH12/EX12.7') diff --git a/1319/CH12/EX12.7/i_7.sce b/1319/CH12/EX12.7/i_7.sce new file mode 100644 index 000000000..c2b9785e6 --- /dev/null +++ b/1319/CH12/EX12.7/i_7.sce @@ -0,0 +1,13 @@ +// Power Rating Calculation + +clc; +clear; + +V=250; +I=15; + +// Power Equation or Watt's Law P=V*I. + +P=V*I; + +disp('watts',P,'The power rating of the device =') -- cgit