How do I test these two vectors to see are they parallel?

a=(8,5,-6), b=(7,-1,5)

2 answers

To be parallel, one vector must be a scalar multiple of the other.
Yours are not.
Another way to test:
If they would have been parallel, then
7/8 = -1/5 = 5/-6
None of these relations is true, so they are not parallel

e.g. test if (1,2,3) and (5,10,15) are parallel
method 1
(5,10,15) = 5(1,2,3) so they are parallel
method 2
Is 5/1 = 10/2 = 15/3 ??
Yes, so they are parallel

my question to you: how can you tell if they are perpendicular?
I think they are perpendicular when they are not equal to each other.
Similar Questions
  1. For what value of t are these two vectors parallel?a) r = 4i + tj and s = 14i - 12j What I Know: vectors are parallel if one is
    1. answers icon 3 answers
  2. two vectors are defined as a=2i+xj and b=i-4j. find value of x ifa) the vectors are parallel b) the vectors are perpendicular
    1. answers icon 0 answers
  3. two vectors are defined as a=2i+xj and b=i-4j. find value of x ifa) the vectors are parallel b) the vectors are perpendicular
    1. answers icon 1 answer
  4. The sum of two vectors A and B is maximum when both vectors are :A)parallel B) opposite in direction C) perpendicular to each
    1. answers icon 1 answer
more similar questions