|
[Date Index]
[Thread Index]
[Author Index]
Decompose function into one function for each variable
- To: mathgroup at smc.vnet.net
- Subject: [mg80781] Decompose function into one function for each variable
- From: tomfabtastic at hotmail.com
- Date: Sat, 1 Sep 2007 00:33:48 -0400 (EDT)
Hello,
I have a function :
k[lgd_, pd_] := A[lgd] * B[pd] * C[pd] - D[lgd] * E[pd] * C[pd]
and I woulud like to decompose the function into :
k[lgd_, pd_] = Y[lgd] + Z[pd]
Any ideas how I can make this decomposition ?
Thanks,
Tom
Prev by Date:
Re: Mathematica 6.0 CSV export with ";" as delimiter?
Next by Date:
plotting equations with units
Previous by thread:
Animation of a rotating object. (Mathematica 6)
Next by thread:
plotting equations with units
|