linuxgus 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 ( Ú ).
> What am I doing wrong?
> 


Let me guess: you're running this in Firefox 3.5 on linux, using the 
jsmath tex fonts, right?

You need to download the new jsmath fonts for firefox 3.5 here: 
http://www.math.union.edu/~dpvc/jsMath/download/TeX-fonts-linux.tgz

Delete the ones you currently have installed and replace it with these. 
  Alternatively, if you have ubuntu, I believe the new fonts are in the 
most current version of the jsmath ttfonts package.

Thanks,

Jason



-- 
Jason Grout


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