Why doesn't f(alpha) act like a function?
var('t,alpha,beta,gamma')
sage: i [ 0 -I] [-I 0]
sage: f(alpha) = cos(alpha)*i
sage: f(alpha) [ 0 -Icos(alpha)] [-Icos(alpha) 0]
sage: f(0) [ 0 -Icos(alpha)] [-Icos(alpha) 0]
To display blocks of code or error messages, skip a line above and below, and do one of the following (all give the same result):
For instance, typing
produces:
Please edit your question to do that.