如何在Mathematica 11中引用卡塔兰常数
1、在Mathematica 11的命令行中,输入N[Catalan],然后按Enter+Shift,此时系统会输出卡塔兰常数的缺省数值,精确到小数点后6位

2、在Mathematica 11的命令行中,输入N[Catalan,15],然后按Enter+Shift,此时系统会输出卡塔兰常数精确到小数点后15位的数值

3、在Mathematica 11的命令行中,输入N[Catalan,50],然后按Enter+Shift,此时系统会输出卡塔兰常数精确到小数点后50位的数值

4、在Mathematica 11的命令行中,输入NumberLinePlot[Catalan],然后按Enter+Shift,此时系统会显示卡塔兰常数在数轴上的位置

5、在Mathematica 11的命令行中,输入5N[Catalan]+2803,然后按Enter+Shift,此时系统会引入卡塔兰常数的数值计算结果

6、在Mathematica 11的命令行中,输入N[Sin[5Catalan]],然后按Enter+Shift,此时系统会引入卡塔兰常数的函数计算结果
