summaryrefslogtreecommitdiff
path: root/Working_Examples/154/CH7/EX7.3/ch7_3.sce
diff options
context:
space:
mode:
Diffstat (limited to 'Working_Examples/154/CH7/EX7.3/ch7_3.sce')
-rwxr-xr-xWorking_Examples/154/CH7/EX7.3/ch7_3.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/Working_Examples/154/CH7/EX7.3/ch7_3.sce b/Working_Examples/154/CH7/EX7.3/ch7_3.sce
new file mode 100755
index 0000000..122832e
--- /dev/null
+++ b/Working_Examples/154/CH7/EX7.3/ch7_3.sce
@@ -0,0 +1,12 @@
+clc
+disp("Example 7.3")
+printf("\n")
+
+t1=-10:0.05:10
+v=5*cos (%pi*t1/6+%pi/6)
+figure
+a= gca ();
+plot(t1,v)
+xtitle ('v vs %pi*t/6','%pi*t/6','v ');
+a. thickness = 2;
+