from visual import* scene.range = 20; ############ Vector Snippet - uses "Arrow Objects" a = vector(5,6,0) #algebraic vector b = vector(2,-4,0) ######Now attach to arrows (ie - draw them as vectors) a1 = arrow(axis = a,shaftwidth = 0.25); b1 = arrow(pos = a,axis = b,shaftwidth = 0.25); ####Note where we positioned b1