diff options
Diffstat (limited to '10/CH10/EX8/cha10_8.sce')
-rwxr-xr-x | 10/CH10/EX8/cha10_8.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/10/CH10/EX8/cha10_8.sce b/10/CH10/EX8/cha10_8.sce new file mode 100755 index 000000000..b7fa7df02 --- /dev/null +++ b/10/CH10/EX8/cha10_8.sce @@ -0,0 +1,7 @@ +V=120;Vo=50;Vo1=100;
+
+Angleshift=(Vo^2/V^2)*180
+
+Angleshift=(Vo1^2/V^2)*180
+
+
\ No newline at end of file |