How to increase the size of the root index?

Hi!
I have this equation where the α root looks much smaller than the α power.

How can I increase the size of all root indexes?
Thanks.

You can use any of the sizes functions.

$
  root(alpha, s^alpha) \
  root(script(alpha), s^alpha)
$

2 Likes

Thanks @Y.D.X! That solves it.

1 Like