gnuplot_curve_titles?



Hello!
 As it is said in the manual this option is obsolleted by [legend, ' string']
How to insert the greek letters then? I could not found the answer in 
googling.
Could you please explain how to produce the following which I did 2 years ago?
[ gnuplot_curve_titles, ["ti'{/Symbol=26 j}_{/Times=16 3}'",
"ti '{/Symbol=26 j}_{/Times=16 1} ({/Symbol=20 e=0})'",
"ti '{/Symbol=26 j}_{/Times=16 1} ({/Symbol=20 e=1})'",
"ti '{/Symbol=26 j}_{/Times=16 2} ({/Symbol=20 e=0})'",
"ti '{/Symbol=26 j}_{/Times=16 2} ({/Symbol=20 e=1})'"]]

best regards
Valery



? ????????? ?? ??????????? 13 ???? 2010 04:35:24 ????? rene kaelin ???????:
> Hello
> 
> I'd like to compare two expressions p1 and p2 with powers:
> 
> p1: (2^100+1)^(1/2):
> p2: ((2^100+1)^2)^(1/4);
> is(p1=p2);
> 
> --> Maxima says: false
> 
> but:
> p1: (2^10+1)^(1/2):
> p2: ((2^10+1)^2)^(1/4);
> is(p1=p2);
> 
> --> Maxima says: true
> 
> Why does the first comparison end with the wrong answer?
> 
> 
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima