First time here? Check out the FAQ!
asked 13 years ago
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?