I wrote a non-linear model and could find the steady states (and run it in levels). However, when I want to have a log-linearized solution, I cannot find the steady states of the same model. Here's what I did:
Convert all variables x as exp(x). Put the initial values of steady states as log(x_ss) where x_ss is the corresponding steady state from the level version. I considered when x includes both endogenous and exogenous variables and also a version where x includes only the endogenous variables leaving the exogenous variables that evolve in logs as they were. Please help.