Join Slack
Powered by
Every time I solve a problem in linear algebra on ...
# random
y
yoavst
10/08/2015, 5:14 PM
Every time I solve a problem in linear algebra on spaces, I think about Kotlin:
U = span({(1,0,1),(1,2,1)})
can be written as
U = span {(1,0,1),(1,2,1)}
, like Kotlin's lambdas 😄
3
Views
Open in Slack
Previous
Next