On Sep 1, 5:19 pm, linuxgus <[email protected]> wrote:
> 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 ( Ú ).

I see the right thing on my mac (Mac OS X 10.5, Sage 4.1.1, Safari or
Firefox).

> What am I doing wrong?

You're not telling us your operating system, browser, and version of
Sage.

--~--~---------~--~----~------------~-------~--~----~
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