如何在Mathematica中引用未定义
1、在Mathematica 11的命令行中,输入ConditionalExpress坡纠课柩ion[a, False],然后按Enter+Shift,此时系统会输出未定义符

2、在Mathematica 11的命令行中,输入% /. x -> 1,然后按Enter+Shift,此时系统会输出含有未定义符

3、在Mathematica 11的命令行中,输入a == Sin[y] + 1 || a == 2 /. %,然后按Enter+Shift,此时系统会输出为未定义的计算结果

4、在Mathematica 11的命令行中,输入Undefined / 1000,然后按Enter+Shift,此时系统会输出为未定义的计算结果

5、在Mathematica 11的命令行中,输入Undefined - 1000,然后按Enter+Shift,此时系统会输出为未定义的计算结果

6、在Mathematica 11的命令行中,输入Undefined + 1000,然后按Enter+Shift,,此时系统会输出为未定义的计算结果
