Menu

#3857 Ctensor - leinstein does not use lfg when cframe flag is true.

None
closed
5
2021-11-25
2021-09-18
No

this is the original 2 lines that always uses lg, which is wrong if cframe_flag is true.

lein[i,j]:if diagmetric then ein[i,j]*lg[j,j]
          else sum(ein[i,k%]*lg[k%,j],k%,1,dim),

This is the corrected 2 lines where lg is replaced with lg() function that return either lg or lfg depending on that state of the cframe_flag.

lein[i,j]:if diagmetric then ein[i,j]*_lg()[j,j]
          else sum(ein[i,k%]*_lg()[k%,j],k%,1,dim),

Update the ctensor version number.

Related

Bugs: #3857

Discussion

  • Viktor Toth

    Viktor Toth - 2021-09-18
    • status: open --> pending
    • assigned_to: Viktor Toth
     
  • Viktor Toth

    Viktor Toth - 2021-09-18

    Fixed by commit #78c6e2.

     
  • Richard Gobeli

    Richard Gobeli - 2021-11-24

    How do you close the ticket?

     
  • Jaime E. Villate

    To close it, you can ask a Maxima developer. In this case, since Viktor has already fixed this bug, I think he just forgot to close it, so I'm going to do it.

     
    • Viktor Toth

      Viktor Toth - 2021-11-27

      Thank you, Jaime. I was going to do it but I had an insane busy two days, so Richard's e-mails were still sitting in my TODO folder.

      Viktor

      -----Original Message-----
      From: Jaime E. Villate via Maxima-bugs maxima-bugs@lists.sourceforge.net
      Sent: Thursday, November 25, 2021 6:41 AM
      To: maxima-bugs@lists.sourceforge.net
      Cc: Jaime E. Villate villate@users.sourceforge.net
      Subject: [Maxima-bugs] [maxima:bugs] #3857 Ctensor - leinstein does not use lfg when cframe flag is true.

      To close it, you can ask a Maxima developer. In this case, since Viktor has already fixed this bug, I think he just
      forgot to close it, so I'm going to do it.


      [bugs:#3857] https://sourceforge.net/p/maxima/bugs/3857/ Ctensor - leinstein does not use lfg when cframe flag is
      true.

      Status: pending
      Group: None
      Labels: share packages ctensor
      Created: Sat Sep 18, 2021 01:30 AM UTC by Richard Gobeli
      Last Updated: Wed Nov 24, 2021 11:57 PM UTC
      Owner: Viktor Toth

      this is the original 2 lines that always uses lg, which is wrong if cframe_flag is true.

      lein[i,j]:if diagmetric then ein[i,j]lg[j,j]
      else sum(ein[i,k%]
      lg[k%,j],k%,1,dim),

      This is the corrected 2 lines where lg is replaced with lg() function that return either lg or lfg depending on that
      state of the cframe_flag.

      lein[i,j]:if diagmetric then ein[i,j]_lg()[j,j]
      else sum(ein[i,k%]
      _lg()[k%,j],k%,1,dim),

      Update the ctensor version number.


      Sent from sourceforge.net because maxima-bugs@lists.sourceforge.net is subscribed to
      https://sourceforge.net/p/maxima/bugs/

      To unsubscribe from further messages, a project admin can change settings at
      https://sourceforge.net/p/maxima/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the
      mailing list.

       

      Related

      Bugs: #3857

  • Jaime E. Villate

    • status: pending --> closed
     

Log in to post a comment.