Homework Statement
Find all vectors that are perpendicular to (1,4,4,1) and (2,9,8,2)
The Attempt at a Solution
Create matrix A = [[1,4,4,1],[2,9,8,2]]
Set Ax = 0
Reduce by Gauss elimination
Produces basis of (-4,0,1,0) and (-1,0,0,1)
I don't know what the correct solution to...