<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Uh... never mind. I should have looked for the obvious<div><br></div><div><div>&gt; (define (f x) (+ x 1))</div><div>&gt; (define (g x) (* x x))</div><div>&gt; ((compose f g) 1)</div><div>2</div><div>&gt; ((compose f g) &nbsp;2)</div><div>5</div><div>&gt;&nbsp;</div><div><br></div><div><div>On Oct 14, 2012, at 4:00 PM, Gregory Woodhouse &lt;<a href="mailto:gregwoodhouse@me.com">gregwoodhouse@me.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none; ">Now, my question is: is there a notation in Racket for representing composition that I should use, or am I better off writing a function that maps an operator</span><br style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none; ">A to p(A) where p is a polynomial?</span></blockquote></div><br></div></body></html>