Re: Please Help Me with Composition of Functions UNit
- From: Robert Israel <israel@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 20 Jan 2008 16:23:13 -0600
russiandon <donalexpop@xxxxxxxxxxx> writes:
Let f(x) = x + 4 and h(x) = 4x - 1. Find a function 'g' such that f
o g = h; that is, f(g(x)) = h (x)
If you're asking this in the context of sci.math.symbolic, you could do
it as follows in Maple:
f:= x -> x + 4:h:= x -> 4*x - 1:
isolate(f(g(x)) = h(x), g(x));
--
Robert Israel israel@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Department of Mathematics http://www.math.ubc.ca/~israel
University of British Columbia Vancouver, BC, Canada
.
- References:
- Please Help Me with Composition of Functions UNit
- From: russiandon
- Please Help Me with Composition of Functions UNit
- Prev by Date: Re: Help with Mathematica 2
- Next by Date: Re: Help with Mathematica 2
- Previous by thread: Re: Please Help Me with Composition of Functions UNit
- Next by thread: Re: Please Help Me with Composition of Functions UNit
- Index(es):