# Non-verified rank&Singular Jacobian of the static model

**URL:** https://forum.dynare.org/t/non-verified-rank-singular-jacobian-of-the-static-model/4881
**Category:** Dynare contributions and examples
**Created:** [3 August 2015 12:50 UTC](https://forum.dynare.org/t/non-verified-rank-singular-jacobian-of-the-static-model/4881 "2015-08-03T12:50:39Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![pinopino](https://forum.dynare.org/letter_avatar_proxy/v4/letter/p/71c47a/32.png) [@pinopino](https://forum.dynare.org/u/pinopino)
#### Post date: [3 August 2015 12:50 UTC](https://forum.dynare.org/t/non-verified-rank-singular-jacobian-of-the-static-model/4881/1 "2015-08-03T12:50:39Z")

</div>

**Dear All,  
In my log-linearized medium size DSGE model, I receive the following error messages:**

There are 23 eigenvalue(s) larger than 1 in modulus  
for 17 forward-looking variable(s)

The rank conditions ISN’T verified!

Error using print\_info (line 39)  
Blanchard Kahn conditions are not satisfied: no stable equilibrium

Error in stoch\_simul (line 71)  
print\_info(info, options\_.noprint);

Error in deneme\_stoch (line 580)  
info = stoch\_simul(var\_list\_);

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

**\>\> model\_diagnostics(M\_,options\_,oo\_)**  
The following endogenous variables aren’t present at the current period in the model:  
KN  
KD  
model\_diagnostic: the Jacobian of the static model is singular  
there is 1 colinear relationships between the variables and the equations  
Colinear variables:  
YN  
U  
KN  
L\_N  
YD  
KD  
LD  
RK  
WN  
pN  
WD  
pD  
K  
N  
C  
CT  
CN  
CD  
CM  
pT  
pM  
I  
ID  
IM  
p\_I  
LAMBDA  
Q  
CDSTAR  
X  
ZIE  
P  
S  
Uc  
AUX\_ENDO\_LAG\_6\_1  
AUX\_ENDO\_LAG\_9\_1  
Colinear equations  
21 22 65

\*\*As Blanchard Kahn conditions are not satisfied, I guess the problem is about the values of the parameters (I have checked each equation and log-linearization process several times).  
Any advice to handle the problem is appreciated!

Thanks,\*\*

---

<div class="post-metadata">

### Author: ![jpfeifer](https://forum.dynare.org/user_avatar/forum.dynare.org/jpfeifer/32/5044_2.png) [@jpfeifer](https://forum.dynare.org/u/jpfeifer)
#### Post date: [3 August 2015 15:17 UTC](https://forum.dynare.org/t/non-verified-rank-singular-jacobian-of-the-static-model/4881/2 "2015-08-03T15:17:27Z")

</div>

It’s not about the parameters but about your timing. As model\_diagnostics says:

`The following endogenous variables aren't present at the current period in the model:
KN 
KD 
`  
For at least those two variables, there is a timing problem. If the K stands for capital, take a look at Dynare’s timing convention for predetermined variables in the manual.
