summaryrefslogtreecommitdiff
path: root/260/CH9/EX9.2
diff options
context:
space:
mode:
Diffstat (limited to '260/CH9/EX9.2')
-rw-r--r--260/CH9/EX9.2/9_2.sce14
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