I have two functions $f$ and $g$ defined as:
$f := \operatorname{Spline}(\operatorname{pointsBW}, t)$
$g:=x \rightarrow \frac{1}{x}\int_0^x f\;dt$
where $f$ is a functional form for a set of data points. I am trying to find the intersection of these using Maple 15. How would I do this?