First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 13 years ago

Ondra gravatar image

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?