summaryrefslogtreecommitdiff
path: root/260/CH14/EX14.8/14_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '260/CH14/EX14.8/14_8.sce')
-rw-r--r--260/CH14/EX14.8/14_8.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/260/CH14/EX14.8/14_8.sce b/260/CH14/EX14.8/14_8.sce
new file mode 100644
index 000000000..db54e5322
--- /dev/null
+++ b/260/CH14/EX14.8/14_8.sce
@@ -0,0 +1,8 @@
+//Eg-14.8
+//pg-596
+
+clear
+clc
+close()
+
+printf('The general solution is of the form \n y(x) = A*sin(ax)+B*cos(ax)\n\nUsing the BC : at x = 0, y = 0 ; we get B = 0.\nUsing the other BC : at x = 1 y = 0 \n => sin(ax) = 0 which is valid for a = n*pie for n = 1,2,3,..\nThe eigen values are n*pie for n = 1,2,3,...\n') \ No newline at end of file