Re: [sage-support] Re: Lambda functions vs. defining functions

2016-08-10 Thread Todd Zimmerman
, 2016 at 10:46 PM, Todd Zimmerman > > wrote: > > You can integrate and differentiate both types of functions in SageMath > as > > well as use them for solving differential equations. > > So, can you copy/paste us an example? It does work, if that small > python

[sage-support] Re: Lambda functions vs. defining functions

2016-08-10 Thread Todd Zimmerman
On Wednesday, August 10, 2016 at 1:51:38 PM UTC-5, Harald Schilly wrote: > > > > On Wednesday, August 10, 2016 at 8:37:18 PM UTC+2, Todd Zimmerman wrote: >> >> Is there any significant difference in SageMath between defining a >> function using lambda vs. defining it

[sage-support] Lambda functions vs. defining functions

2016-08-10 Thread Todd Zimmerman
Is there any significant difference in SageMath between defining a function using lambda vs. defining it using 'def ...:'? Both situations result in functions that can be differentiated, integrated, etc so I'm not sure if there is any functional difference between the two methods in SageMath.