(1) Use the colon notation to generate a row vector with entries that are even numbers between 10 and 0 (including 10 and 0) in the decreasing order, then generate the same vector using the command linspace.
(2) Use the command linspace and the transpose operation to generate a column vector with 9 equally spaced entries between 0 and 1 (including 0 and 1), and then use the colon notation to generate the same vector.