model_diagnostics(M_,options_,oo_)

Hi friends,
when I run my model, appear these errors:
Error using print_info (line 52)
One of the eigenvalues is close to 0/0 (the absolute value of
numerator and denominator is smaller than 1e-6)

Error in check (line 76)
print_info(info, options.noprint);

Error in MODEL (line 364)
oo_.dr.eigval = check(M_,options_,oo_);

Error in dynare (line 120)
evalin(‘base’,fname) ;

When I type message “model_diagnostics(M_,options_,oo_)” in MATLAB, appear this message:

model_diagnostic: the Jacobian of the static model is singular
there is 4 colinear relationships between the variables and the equations
Relation 1
Colinear variables:
c
r
pi
w
l
lt
kt
mct
pit
lg
kn
mcn
pin
nou
x
tx
pix
mcx
rer
im
tim
piim
mcim
i
k
y
Relation 2
Colinear variables:
lt
kt
lg
kn
x
tx
rer
im
tim
i
k
y
Relation 3
Colinear variables:
lt
kt
lg
kn
x
tx
rer
im
tim
i
k
y
Relation 4
Colinear variables:
lt
kt
lg
kn
x
tx
rer
im
tim
i
k
y
Relation 1
Colinear equations
5 6 10 11 22 25 36

Relation 2
Colinear equations
5 6 22 25 27 29 36

Relation 3
Colinear equations
5 6 10 11 22 25 36

Relation 4
Colinear equations
22 25 27 29 36

I can’t resolve this error; please help me to resolve this mistake.
thanks.
Untitled2.m (820 Bytes)
MODEL.mod (2.24 KB)

As the last line

[quote]The presence of a singularity problem typically indicates that there is one
redundant equation entered in the model block, while another non-redundant equation
is missing. The problem often derives from Walras Law.[/quote]

says, this is a problem with you model. People here won’t be able to help you as they don’t know your model and we rather provide technical support.