float foo(int n){
if(n <= 2) return 1;
else return (2*foo(n-1) + 3*foo(n-2));
}
In the system shown below, $x(t)=\sin(t)u(t)$. In steady-state, the response $y(t)$ will be 
The time constant of the network shown in the figure is 
The parallel RLC circuit shown in the figure is in resonance. In this circuit, 