-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Imported from SourceForge on 2024-07-09 19:41:45
Created by richardgobeli on 2021-10-15 00:29:01
Original: https://sourceforge.net/p/maxima/bugs/3877
The equation at the bottom should not have the last term using -ifri times itr.
It was shown few lines above from actual output, but having different dummy indices and ifrs are on the end and not the beginning. A sample of the correct text is here:
(%i7) ishow(ifb([a,b,c]))$
%3 %4
(%t7) (ifri - ifri ) ifr ifr
a %3,%4 a %4,%3 b c
This is the leading text before the wrong equation so it would be easier to find below.
This was copied from the manual.
The frame bracket itself is defined in terms of the frame field and frame metric. Two alternate methods of computation are used depending on the value of frame_bracket_form. If true (the default) or if the itorsion_flag is true:
This is in the gray box.
d e f
ifb = ifr ifr (ifri - ifri - ifri itr )
abc b c a d,e a e,d a f d e
Attachments: