Question: How to dislay few phaseportraits

If I have two different plots constructed with plot command I can display them simultaneously: > F:=plot(...); G:=plot(...); display(F,G); However, if I try > with(DEtools): F:=phaseportrait(...); G:=phaseportrait(...); display(F,G); Maple 10 returns an error that display requires plot! Is there a way to display simultaneously two phaseportraits? Thank you in advance Victor Ivrii
Please Wait...