summaryrefslogtreecommitdiff
path: root/75/CH3/EX3.6/ex_6.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /75/CH3/EX3.6/ex_6.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '75/CH3/EX3.6/ex_6.sce')
-rwxr-xr-x75/CH3/EX3.6/ex_6.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/75/CH3/EX3.6/ex_6.sce b/75/CH3/EX3.6/ex_6.sce
new file mode 100755
index 000000000..4e3b01821
--- /dev/null
+++ b/75/CH3/EX3.6/ex_6.sce
@@ -0,0 +1,18 @@
+ // PG (142)
+
+// Values of Bessel Function Jo(x)
+
+// x Jo(x)
+
+// 2.0 0.2238907791
+// 2.1 0.1666069803
+// 2.2 0.1103622669
+// 2.3 0.0555397844
+// 2.4 0.0025076832
+// 2.5 -0.0483837764
+// 2.6 -0.0968049544
+// 2.7 -0.1424493700
+// 2.8 -0.1850360334
+// 2.9 -0.2243115458
+
+// Calculate the value of x for which Jo(x) = 0.1 \ No newline at end of file