I defined two functions - lets say<br>fa = lambda x: 2*x<br>fb = lambda x: 3*x<br>Now I would like to use fa*fb in terms of x<br>is there a way?<br>Thanks in advance<br>