as list - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


verify/as_list

verify the relation between the operands as though they were lists

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

verify(expr1, expr2, as_list)

verify(expr1, expr2, as_list(ver))

verify(expr1, expr2, as_list(ver, f))

Parameters

expr1, expr2

-

anything

ver

-

verification for the operands

f

-

anything

Description

• 

The verify(expr1, expr2, as_list) calling sequence is equivalent to the call verify([op(expr1)], [op(expr2)], list).

• 

The verify(expr1, expr2, as_list(ver)) calling sequence is equivalent to the call verify([op(expr1)], [op(expr2)], list(ver)).

• 

The verify(expr1, expr2, as_list(ver, f)) calling sequence is equivalent to the call verify([op(expr1)], [op(expr2)], list(ver)) with op⁡0,expr1=f and op⁡0,expr2=f.

Examples

> 

verify⁡f⁡a,b,c,g⁡a,b,c,as_list

true

(1)
> 

verify⁡f⁡a,b,x2−2⁢x+1,g⁡a,b,x−12,as_list⁡expand

true

(2)
> 

verify⁡a,b,c,f⁡a,b,c,as_list⁡boolean,f

false

(3)
> 

verify⁡f⁡a,b,c,f⁡a,b,c,as_list⁡boolean,f

true

(4)

See Also

op

verify

verify/as_set

verify/list