diff options
Diffstat (limited to '2216/CH11/EX11.1/ex_11_1.sce')
-rwxr-xr-x | 2216/CH11/EX11.1/ex_11_1.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2216/CH11/EX11.1/ex_11_1.sce b/2216/CH11/EX11.1/ex_11_1.sce new file mode 100755 index 000000000..ed1cc9666 --- /dev/null +++ b/2216/CH11/EX11.1/ex_11_1.sce @@ -0,0 +1,11 @@ +//Example 11.1:interaction length +clc; +clear; +close; +format('v',6) +po=1;//assume +p1=po/2;// +p2=p1;// +kl=asin(sqrt(p1));//in degree +disp(kl,"interaction length is") +//answer is in the form of pi in the textbook |