summaryrefslogtreecommitdiff
path: root/3769/CH13/EX13.4/Ex13_4.sce
blob: 6844acdf3a1fb3310e84e2d13557c437720e3c84 (plain)
1
2
3
4
5
6
7
8
9
10
clear
//Given
A=2

//Calculation
//
I=sqrt(A**2)

//Result
printf("\n r.m.s Value of current is %0.3f  A", I)