Am I doing this right?
If a plane contains the points A = (2, 2, 3), B = (1, 0, 1) and C = (−1, 3, 4), find a normal vector by using cross product.
- 1) First I find a cross product for AB
- 2) Find a cross product for BC
- 3) Then find a cross product for AB and BC
Is this correct way to do this?
I don't know what you mean with your first two steps. All you have to do is to compute $AB\times AC$.