Re: Decompose function into one function for each variable
- To: mathgroup at smc.vnet.net
- Subject: [mg80803] Re: Decompose function into one function for each variable
- From: tomfabtastic at hotmail.com
- Date: Sun, 2 Sep 2007 02:54:58 -0400 (EDT)
- References: <fbaqnl$qba$1@smc.twtelecom.net>
On Sep 1, 2:44 pm, tomfabtas... at hotmail.com wrote: > Hello, > > I have a function : > > k[lgd_, pd_] := A[lgd] * B[pd] * C[pd] - D[lgd] * E[pd] * C[pd] > > and I would like to decompose the function so I can see the affect of each parameter. In other words I would like something like : > > k[lgd_, pd_] := Y[lgd] + Z[pd] > > Any ideas how I can make this decomposition ? I am using Mathematica v6. > > Thanks, > Tom