I would like to use e.g. Greek letters instead of the awful %A, %B in
finite fields:


(68) -> greekLetters := [index(i)$Character :: String :: Symbol for i in
946 .. 970]

   (68)  [α, β, γ, δ, ε, ζ, η, θ, ι, κ, λ, μ, ν, ξ, ο, π, ρ, ς, σ, τ, υ,
φ, χ, ψ, ω]
                                                                                
 
Type: List(Symbol)

However, this character obey not to the same fixed width rules as normal
ASCII characters:

(69) -> sCA_rb

          +         2           2   2    +  +   2                  2    
2        +
          |α + 1   α  + α + 1  α   α  + 1|  |  α  + 1    α + 1    α    
α  + α + 1|
   (69)  [|                              |,
|                                     |]
          | 2                            |  | 2                 
2         2      |
          +α  + α      α       α   α + 1 +  +α  + α + 1    1    α  +
1    α  + α  +
                                                        Type:
List(Matrix(FiniteFieldSymbol(2,3,α)))


This is how the normal output in FriCAS session occurs.

In the E-Mail I can switch to fixed width as follows and then it is o.k.
So is it only a question which fonts one has in the terminal in which
FriCAS runs? But all the ASCII character
work well without having set this:



(69) -> sCA_rb

          +         2           2   2    +  +   2                  2    
2        +
          |α + 1   α  + α + 1  α   α  + 1|  |  α  + 1    α + 1    α    
α  + α + 1|
   (69)  [|                              |,
|                                     |]
          | 2                            |  | 2                 
2         2      |
          +α  + α      α       α   α + 1 +  +α  + α + 1    1    α  +
1    α  + α  +
                                                        Type:
List(Matrix(FiniteFieldSymbol(2,3,α)))



Any idea how to fix this little problem?

-- 
Mit freundlichen Grüßen

Johannes Grabmeier

Prof. Dr. Johannes Grabmeier
Köckstraße 1, D-94469 Deggendorf
Tel. +49-(0)-991-2979584, Tel. +49-(0)-151-681-70756
Tel. +49-(0)-991-3615-141 (d),  Fax: +49-(0)-32224-192688

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to