pyperfectforesight.eliminate_static#

pyperfectforesight.eliminate_static(static_eqs, dynamic_eqs)[source]#

Eliminate static variables from dynamic equations

Parameters:#

static_eqslist

List of static equations

dynamic_eqslist

List of dynamic equations

Returns:#

list : Dynamic equations with static variables substituted out