Help to build a function to approximate a expression when X >> Y
Subject: Help to build a function to approximate a expression when X >> Y
From: Javier Sanchez
Date: Tue, 02 Oct 2007 15:18:58 +0200
Greetings,
I can not solve this very simple problem.
I do have expressions of the form
(a + b + c + d)*x + (d + e )*y +f
I 'd like to approximate these expressions assuming x >> y in the form
(a + b + c)*x + (d + e )*y +f
but I can not build a function that does this approximation
automatically (with the expression to be approximated and the two
variables x and y with x >> y as input arguments)
Could you please help me?
Thanks
Javi