Sponsored links: Algebra eBooks
 

Help Index

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

The Maxima on-line user's manual

Algebra Calculator

Search:

Reverse

Function: reverse (<list>) Reverses the order of the members of the <list> (not the members themselves). reverse also works on general expressions, e.g. reverse(a=b); gives b=a.

There are also some inexact matches for reverse. Try ?? reverse to see them.

(%o1)                                true
(%i2) 

Related Examples