Method on @sym: fliplr (A)

Flip a symbolic matrix horizontally.

Example:

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

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

Package: symbolic