Variables in function definition problem
- Subject: Variables in function definition problem
- From: Thomas Widlar
- Date: Thu, 28 Jun 2007 10:11:49 -0500
Is there a function that will factor out a from an expression with
f(x) and g(x) arbitrary functions?
a*f(x) + a*b*g(x) --> a*( f(x) + b*g(x) )