Vyxapedia

Element - Þ∴ - Elementwise Vectorised Dyadic Maximum

Characters: Þ,


Description

Elementwise vectorised dyadic maximum.


Overloads

  • lst-lst - [max(a[0], b[0]), max(a[1], b[1]), ...]

Examples

  • ⟨1|5|3⟩ ⟨4|2|6⟩ Þ∴ = ⟨4|5|6⟩
  • ⟨⟨1⟩|⟨5⟩⟩ ⟨⟨3⟩|⟨2⟩⟩ Þ∴ = ⟨⟨3⟩|⟨5⟩⟩
  • ⟨`a`|`f`⟩ ⟨`c`|`d`⟩ Þ∴ = ⟨`c`|`f`⟩
  • ⟨⟩ ⟨⟩ Þ∴ = ⟨⟩