diff options
Diffstat (limited to '75/CH3/EX3.6/ex_6.sce')
-rwxr-xr-x | 75/CH3/EX3.6/ex_6.sce | 18 |
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 |