Method on @sym: flipud (A)

Flip a symbolic matrix vertically.

Example:

A = sym([1 2 pi; 4 5 6]);
flipud (A)
  ⇒ (sym 2×3 matrix)
      ⎡4  5  6⎤
      ⎢       ⎥
      ⎣1  2  π⎦

See also: @sym/fliplr, @sym/reshape.

Package: symbolic