Is this recursive?

28 Views Asked by At

I came across this formula in a neuroscience journal:

$x = [sigma(y - z)] - w$

where:

$z = a + \max(x)$

My question is, can you solve for $x$ if $x$ is a constituent of $z$?