How to express the relation between two matrices (or two vectors)?

32 Views Asked by At

If a=5 and b=12 then I can can express the relation between a and b as: a<b or b=a+7

But, if a=[2 5 17 29] and b=[2 3 30 15]

How can I express the relation between a and b?