diff options
Diffstat (limited to '260/CH9/EX9.2/9_2.sce')
-rw-r--r-- | 260/CH9/EX9.2/9_2.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/260/CH9/EX9.2/9_2.sce b/260/CH9/EX9.2/9_2.sce new file mode 100644 index 000000000..958135b3a --- /dev/null +++ b/260/CH9/EX9.2/9_2.sce @@ -0,0 +1,14 @@ +//Eg-9.2
+//pg-387
+
+clear
+clc
+
+
+//zeros of T3(x)
+n=3;
+for i=1:3
+ lambda(i)=cosd((2*i-1)*180/(2*n));
+end
+disp("zeros of T3(x)")
+disp(lambda)
\ No newline at end of file |