summaryrefslogtreecommitdiff
path: root/3673/CH1/EX1.3/Ex1_3.sce
blob: 56fe9e9dc592a6abc4f04da71369a86c5aeaf6c6 (plain)
1
2
3
4
5
6
7
//Example 1_3 page no:3
clc
clear
E=50;//Energy in joules
t=2.5;//Time in second
P=E/t;
disp(P,"Power(in watts):")