pyperfectforesight.eliminate_static# pyperfectforesight.eliminate_static(static_eqs, dynamic_eqs)[source]# Eliminate static variables from dynamic equations Parameters:# static_eqslistList of static equations dynamic_eqslistList of dynamic equations Returns:# list : Dynamic equations with static variables substituted out