If I have
t = var('t')
U = function('U', t).function(t)
what is the difference between the expression U and U(t). When should I use which?
1 | initial version |
If I have
t = var('t')
U = function('U', t).function(t)
what is the difference between the expression U and U(t). When should I use which?