1 | initial version |
This is a quartic polynomial in omega^2
, so make the substitution and solve:
var('omega_squared')
solve(omega_nf_eq.subs({omega : sqrt(omega_squared)}), omega_squared)
Take plusminus the square roots of these solutions to get the solutions for omega
.