How to make W_hh weight dependent on W_ih weight

I have one layer RNN. And I need to make
h_t = ( I - W_ih * W_ih(transposed)) + W_ih * input