Note that Pol(x, y) and Rec(r, theta) stores something to the variable $x and $y.
I think for Pol(x, y), r -> $x and theta -> $y
and for Rec(r, theta), x -> $x and y -> $y.
You might need to double check because I dont have the calculator with me as i type this.
Note that
Pol(x, y)
andRec(r, theta)
stores something to the variable$x
and$y
. I think forPol(x, y)
,r -> $x
andtheta -> $y
and forRec(r, theta)
,x -> $x
andy -> $y
. You might need to double check because I dont have the calculator with me as i type this.