# Example 1 -  Page 402
P = vector([4,0,2])
Q = vector([6,-1,2])
a = Q - P
print a

Kreyszig-8.1-1 (last edited 2010-12-15 12:26:52 by VenkataRamana)