no lambda Var
HI just a remark
it is a pity to have removed the possible use of the Greek letter lambda for variable name because lambda is a reserved name. I would have preferred the lambda function named lambdaf .
HI just a remark
it is a pity to have removed the possible use of the Greek letter lambda for variable name because lambda is a reserved name. I would have preferred the lambda function named lambdaf .
This is a Python reserved keyword, not a Sage decision, so we can not do much about that. Perhaps could you use Lambda
instead ? If you use Sage compiled with Python 3, you can also use λ
as a variable name.
You can also use lambda_
as a variable name, whose latex expression will be indistinguishable from $\lambda$.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2019-09-04 10:32:43 +0100
Seen: 1,003 times
Last updated: Sep 04 '19
Combination of lambda function and plot3d(?)
Getting range from things which aren't integers yet, but will be
creating a group of similar functions with similar names
Use os SOS2 in Linear Optimization
what meanings about "xmrange_iter([[0, 1], [0, 1]], <function <lambda> at 0xb94ab1c>)"
desolve_rk4 cannot handle a piecewise function
how to use the function ord()?
Using a lambda expression in digraphs fails for len(G.sinks())?