gramschmidt is missing in giacpy

jocaps
Messages : 118
Inscription : lun. avr. 17, 2017 4:32 pm

gramschmidt is missing in giacpy

Message par jocaps » ven. déc. 22, 2017 9:18 am

Hi,

I just want to report that gramschmidt is missing in giacpy.

Edit: I got it working using the same trick Frederic taught me for using randseed (basically calling it using giac, so you can enclose "gramschmidt" in giac instead of Pygen)

Code : Tout sélectionner

from giacpy import Pygen, ranm
gramschmidt = Pygen("gramschmidt")
gramschmidt(ranm(4,4))

Jose

frederic han
Messages : 1137
Inscription : dim. mai 20, 2007 7:09 am
Localisation : Paris
Contact :

Re: gramschmidt is missing in giacpy

Message par frederic han » ven. déc. 22, 2017 2:17 pm

Yes I see it in a toremove list in giacpy. With older version of giac some keywords (ex: redim) didn't have a non evaluated form so
Pygen('thenameofthekeyword') was giving an error. So it seems to be fixed for gramschmidt. I wil try to reenable it.

Répondre