FUNCTION: weakly_nonneg - test a unitform for weak non-negativity

CALLING SEQUENCE:
weakly_nonneg(q)
weakly_nonneg(q,a1,a2,a3)

PARAMETERS:
q - a unit form
a1, a2, a3 - optional parameters evaluating to a name

SYNOPSIS:

EXAMPLES:

> a:=hypercritical_algd(4,1);

[Maple Math]

> q:=titsform(a);

[Maple Math]

> weakly_nonneg(q,'a1','a2','a3');

[Maple Math]

> print(a3);

[Maple Math]

> weakly_nonneg(q,'v');

[Maple Math]

> print(v);

[Maple Math]

> 1/2*innerprod(v,q,v);

[Maple Math]

SEE ALSO: unitform, weakly_positive, titsform, titsform_p

BACK TO: start page of the crep online manual, crep