Page 1 sur 1

gramschmidt is missing in giacpy

Publié : ven. déc. 22, 2017 9:18 am
par jocaps
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

Re: gramschmidt is missing in giacpy

Publié : ven. déc. 22, 2017 2:17 pm
par frederic han
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.