A simple question, are multiples of r = [1 0]T solutions to the matrix below.
Shouldn't it be r = [0 1]T?
T = transpose.
matriceseigenvalues-eigenvectors
asked 2017-01-25
user id:394756
66
66bronze badges
1
The original problem was probably to find $(r_1,r_2)^T$ and row reduction has created the form you have with $r_1$ and $r_2$ interchanged. – 2017-01-25
0
@Paul Yes, that explained everything. Thanks. – 2017-01-25