, 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
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
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.