Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Difference between U and U(t)

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?