From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 446/CH5/EX5.3/5_3.sce | 6 ++++++ 446/CH5/EX5.3/5_3.txt | 3 +++ 2 files changed, 9 insertions(+) create mode 100755 446/CH5/EX5.3/5_3.sce create mode 100755 446/CH5/EX5.3/5_3.txt (limited to '446/CH5/EX5.3') diff --git a/446/CH5/EX5.3/5_3.sce b/446/CH5/EX5.3/5_3.sce new file mode 100755 index 000000000..890ff505c --- /dev/null +++ b/446/CH5/EX5.3/5_3.sce @@ -0,0 +1,6 @@ +clear +clc +disp('Ex-5.3'); +x1=0;x2=L; +xavg=(2/L)*integrate('sin(%pi*x/L)^2','x',x1,x2); +printf('The average value of x is found out to be L/2 which apparently is independent of Qunatum state.'); \ No newline at end of file diff --git a/446/CH5/EX5.3/5_3.txt b/446/CH5/EX5.3/5_3.txt new file mode 100755 index 000000000..2d67566fa --- /dev/null +++ b/446/CH5/EX5.3/5_3.txt @@ -0,0 +1,3 @@ + + Ex-5.3 +The average value of x is found out to be L/2 which apparently is independent of Qunatum state. \ No newline at end of file -- cgit