Question: How to print cross-product instead of -delay?

After typing

with(LinearAlgebra):
avector:=Vector(3,symbol=a):
bvector:=Vector(3,symbol=b):
'a x b'=CrossProduct(avector,bvector)

Maple writes out

.

Is there some way to obtain a x b  instead of the left-hand-side?

Please Wait...