pg_utils.pg_model.equations.eqn_PG_to_conjugate

pg_utils.pg_model.equations.eqn_PG_to_conjugate(eqset_pg: CollectionPG, subs_map: dict) CollectionConjugate[source]

Convert a set of PG equations to transformed form

Parameters:
  • eqset_pg (CollectionPG) – set of PG equations;

  • subs_map (dict) – substitution map that maps PG variables to expressions in transformed variables

Returns:

set of transformed equations.