| Hosted by CoCalc | Download
Kernel: SageMath 9.0
v1=vector([1,2,3]) v2=vector([4,5,6]) p1=plot(v1) p2=plot(v2,color='red') p1+p2