1、定义第一个3维向量t1:在Mathematica的命令行中,输入t1={1,4,5},然后按Enter+Shift
2、定义第二个3维向量t2:在Mathematica的命令行中,输入t2={1,2,9},然后按Enter+Shift
3、定义第三个3维向量t3:在Mathematica的命令行中,输入t3={3,-3,-7},然后按Enter+Shift
4、求解t1在t2上的射影:在Mathematica的命令行中,输入Projection[t1,t2],然后按Enter+Shift
5、求解t1在t3上的射影:在Mathematica的命令行中,输入Projection [t1,t3],然后按Enter+Shift
6、求解t2在t3上的射影:在Mathematica的命令行中,输入Projection [t2,t3],然后按Enter+Shift