On Tuesday 16 November 2004 22:52, Raymond Toy wrote:
> >>>>> "Valery" == Valery Pipin <pip@iszf.irk.ru> writes:
>
> Valery> On Tuesday 16 November 2004 13:25, Valery Pipin wrote:
> >> On Tuesday 16 November 2004 08:48, Viktor T. Toth wrote:
> >> > Hello everyone,
>
> Valery> <<skipped> >
>
> >> There is a small bug in function show in itensor.lisp. It show
> >> covariant indices in upper case.
>
> Valery> It was a result of dowcasing the lisp code
> Valery> in itensor.lisp. Is it a bug or a feature?
> Valery> best regards,
>
> If you could describe how to load the package and give an example
> illustrating the upper case covariant indices, I might be able to help
> you track down the problem.
Please, do
load(itensor);
a([i],[n],j);
show(%)$
Viktor says that he already fixed it cvs. Yet another bug. The following did
work for me two days ago.
plot3d(float(aai[2](o,beta)),[o,0.01,10.],[beta,0.01,10.],[gnuplot_pm3d,
true],[gnuplot_preamble, "set pm3d at b"]);
Now it complains about option "set pm3d at b". You can simply try
sin(o)cos(beta) instead float(aai[2](o,beta)).
Valery