summaryrefslogtreecommitdiff
path: root/257/CH10/EX10.3/example_10_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '257/CH10/EX10.3/example_10_3.sce')
-rw-r--r--257/CH10/EX10.3/example_10_3.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/257/CH10/EX10.3/example_10_3.sce b/257/CH10/EX10.3/example_10_3.sce
new file mode 100644
index 000000000..a5a181fec
--- /dev/null
+++ b/257/CH10/EX10.3/example_10_3.sce
@@ -0,0 +1,10 @@
+
+s=%s;
+G=10/(s*(s+10))
+T=G/(1+G)
+disp(T,"T = ")
+
+//compare A*sin(w*t) and 10*sin(8*t)
+A=10;
+w=8;
+disp("c(t) = A*10/(sqrt((10-w^2)^2 + 100*w))*(sin(8*t-atan(10*w/(10-w^2))))")