1、定义一个2维向量:在Mathematica的命令行中,输入t1={1,4},然后按Enter+Shift
2、求解2维向量的范数:在Mathematica的命令行中,输入Norm[t1],然后按Enter+Shift
3、定义一个4维向量:在Mathematica的命令行中,输入t2={2,45,1,4},然后按Enter+Shift
4、求解4维向量的范数:在Mathematica的命令行中,输入Norm[t2],然后按Enter+Shift
5、定义一个6维向量:在Mathematica的命令行中,输入t3={-2,-5,90,789,1,4},然后按Enter+Shift
6、求解6维向量的范数:在Mathematica的命令行中,输入Norm[t3],然后按Enter+Shift