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?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.