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:

Properties

Function: properties (<a>) Returns a list of the names of all the properties associated with the atom <a>.

foo: aa;
 bar: bb;
 baz: cc;
 put (foo, bar, baz);
 properties (aa);
 get (aa, cc);
 qput (foo, bar, baz);
 properties (foo);
 get (

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

(%o1)                                true
(%i2) 

Related Examples

properties

? properties;

Calculate

properties

? properties;

Calculate