Compute the linear convolution of $x(n), n=0,1, \ldots$, and $h(n), n=0,1, \ldots$, using the DFT and IDFT and verify your answer by directly computing the convolution. Assume zero-padding at the ends.
(i) $x(n)=\{2,1,3\}$ and $h(n)=\{1,-2\}$.
(ii) $x(n)=\{-1,3\}$ and $h(n)=\{1,3,-2\}$.
*(iii) $x(n)=\{4,-1\}$ and $h(n)=\{-3,1,-2\}$.
(iv) $x(n)=\{-1,2,3\}$ and $h(n)=\{-2,3\}$.
(v) $x(n)=\{2,4\}$ and $h(n)=\{4,3,-2\}$.