Example 1 (p. 732)

> F := [ x, y]/sqrt(x^2+y^2);

F := [x, y]/(x^2+y^2)^(1/2)

> fieldplot( evalm(F), x=-1..1, y=-1..1 );

[Maple Plot]

>