@show_y

show_y(q::Q, order::AbstractVector{<:Int})
@show_y(q, order)

Pretty print the condition q::Q using the variables of the dynamic system, i.e. y.

Arguments

  • q::Q: A transmission condition. See also Q.
  • order::AbstractVector{<:Int}: The order of variables defined by the transmission matrix.

Exa```{julia}es

s_y = "y_{1,0} | !y_{1,1}"
order = [3,1,2]

q = make_condition(s_y, order)
@show_y q $order