diff options
Diffstat (limited to 'Working_Examples/154/CH7/EX7.2')
-rwxr-xr-x | Working_Examples/154/CH7/EX7.2/ch7_2.sce | 12 | ||||
-rwxr-xr-x | Working_Examples/154/CH7/EX7.2/ch7_21.jpeg | bin | 0 -> 30838 bytes |
2 files changed, 12 insertions, 0 deletions
diff --git a/Working_Examples/154/CH7/EX7.2/ch7_2.sce b/Working_Examples/154/CH7/EX7.2/ch7_2.sce new file mode 100755 index 0000000..07e77b0 --- /dev/null +++ b/Working_Examples/154/CH7/EX7.2/ch7_2.sce @@ -0,0 +1,12 @@ +clc
+disp("Example 7.2")
+printf("\n")
+
+//Let wt=q
+q=-8:0.5:8
+v=5*cos (q)
+figure
+a= gca ();
+plot(q,v)
+xtitle ('v vs wt','wt','v ');
+a. thickness = 2;
diff --git a/Working_Examples/154/CH7/EX7.2/ch7_21.jpeg b/Working_Examples/154/CH7/EX7.2/ch7_21.jpeg Binary files differnew file mode 100755 index 0000000..9a9fcd6 --- /dev/null +++ b/Working_Examples/154/CH7/EX7.2/ch7_21.jpeg |