Log in to edit a copy.
Download.
Other published documents...
New+Chp1+Prob8+MKJu
2413 days ago by jumin1046
var('x,y,z') var('t') P = vector([5,0,1]) Q = vector([0,2,6]) R= Q-P print "vector equation= ", P+R*t
vector equation= (-5*t + 5, 2*t, 5*t + 1)
vector equation= (-5*t + 5, 2*t, 5*t + 1)