diff options
Diffstat (limited to '3673/CH7/EX7.a.16/Example_a_7_16.sce')
-rw-r--r-- | 3673/CH7/EX7.a.16/Example_a_7_16.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3673/CH7/EX7.a.16/Example_a_7_16.sce b/3673/CH7/EX7.a.16/Example_a_7_16.sce new file mode 100644 index 000000000..8521c5c15 --- /dev/null +++ b/3673/CH7/EX7.a.16/Example_a_7_16.sce @@ -0,0 +1,7 @@ +//Example_a_7_16 page no:283
+clc;
+I2=0;
+Vmag=30*5/14.14;
+Vang=90-45;
+disp(Vmag,"the magnitude of voltage is (in V)");
+disp(Vang,"the angle of voltage is (in degree)");
|