diff options
Diffstat (limited to '569/CH3/EX3.12/3_12.sci')
-rwxr-xr-x | 569/CH3/EX3.12/3_12.sci | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/569/CH3/EX3.12/3_12.sci b/569/CH3/EX3.12/3_12.sci new file mode 100755 index 000000000..976675494 --- /dev/null +++ b/569/CH3/EX3.12/3_12.sci @@ -0,0 +1,8 @@ +// calculate the power loss and relative error
+clc;
+I=64*10^-3;
+R=3200;
+P=(I^2)*R;
+disp(P,'Power(W)=')
+Re=2*0.75+0.2;
+disp(Re,'Relative error (%)=')
\ No newline at end of file |