summaryrefslogtreecommitdiff
path: root/257/CH4/EX4.19/example_4_19.sce
diff options
context:
space:
mode:
Diffstat (limited to '257/CH4/EX4.19/example_4_19.sce')
-rw-r--r--257/CH4/EX4.19/example_4_19.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/257/CH4/EX4.19/example_4_19.sce b/257/CH4/EX4.19/example_4_19.sce
new file mode 100644
index 000000000..21d4919cf
--- /dev/null
+++ b/257/CH4/EX4.19/example_4_19.sce
@@ -0,0 +1,6 @@
+syms B1 x1 x2 B2 K M s
+disp("differential equations are")
+F=B1*s*(x1-x2)
+disp(F)
+zero=B1*s*(x2-x1)+M*s^2*x2+K*x2+B2*s*x2
+disp(zero) \ No newline at end of file