Are these answers correct? Do we assume $p$ is created from $S$ twice? Binary relation $p$ on the set $S = \{a,b,c,d,e\}$ is defined as: $p = \{(a,c),(a,e),(b,a),(e,d)\}$. 
- What is the matrix representation of $p$?
- Is $p$ a reflexive relation?
Please explain. 
(1.) Would the matrix representation of $p$ be following: a $1$ placed at the intersections of $(a,c), (a,e), (b, a), (e,d)$ and the rest zeros where $a-e$ is listed for columns and rows?
(2.) $p$ is not a reflexive relation because for every element $a$ in $A$, there is not an ordered pair $(a,a)$ in the relation.