Hello all.

Here is a simple three-liner in notebook:

r=var('rho')
A=matrix(2,[sqrt(3), 1, -1, sqrt(3)])/2
R=matrix(2,[1,r,r,1])
show(  simplify(expand(A*R*A.transpose()))  )

It does the math correctly, but instead of displaying actual rhos
( ρ ) in the final matrix, it displays accented capital Us ( Ú ).
What am I doing wrong?

TIA for your time.

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to