function [ys,check] = ar_with_unit_root_steadystate(ys,exe)

global M_

mu = M_.params(1);
check = 0;
ys =[0
 mu
 1];
