Re: [sage-support] v3 (3d vector gives an error) solve

2017-02-05 Thread Henri Girard
I had to declare c ? var("c") ? Why this one and not the others ? Le 06/02/2017 à 08:10, Henri Girard a écrit : Yes, I didn't know exactly the name, but thinking about it I came to the same conclusion, thank. But my concern is why doesn't it display and gives an error ? Le 06/02/2017 à

Re: [sage-support] v3 (3d vector gives an error)

2017-02-05 Thread Henri Girard
Yes, I didn't know exactly the name, but thinking about it I came to the same conclusion, thank. But my concern is why doesn't it display and gives an error ? Le 06/02/2017 à 03:03, Jorge Garcia a écrit : V3 is a scalar = -60... On Feb 5, 2017 5:38 PM, "Henri Girard"

Re: [sage-support] Can sage's palp decompress these polytopes?

2017-02-05 Thread Justin C. Walker
On Feb 5, 2017, at 21:32 , Brian Fitzpatrick wrote: > Kreuzer has a list of five-dimensional reflexive polytopes at this link: > > http://quark.itp.tuwien.ac.at/~kreuzer/d5/ > > I want to read these compressed files. Is this possible in sage? I doubt that there's a way to say "read this file"

[sage-support] Can sage's palp decompress these polytopes?

2017-02-05 Thread Brian Fitzpatrick
Kreuzer has a list of five-dimensional reflexive polytopes at this link: http://quark.itp.tuwien.ac.at/~kreuzer/d5/ I want to read these compressed files. Is this possible in sage? -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe

Re: [sage-support] v3 (3d vector gives an error)

2017-02-05 Thread Jorge Garcia
V3 is a scalar = -60... On Feb 5, 2017 5:38 PM, "Henri Girard" wrote: > Thanks > > Le 05/02/2017 à 23:32, John Cremona a écrit : > > V3 is not a vector! > > On 5 Feb 2017 21:42, "Henri Girard" wrote: > >> The third vector is an error, is it a bug ? >> >> v1=vector([3,4,-6]) >> v2=vector([-4,3,1

Re: [sage-support] v3 (3d vector gives an error)

2017-02-05 Thread Henri Girard
Thanks Le 05/02/2017 à 23:32, John Cremona a écrit : V3 is not a vector! On 5 Feb 2017 21:42, "Henri Girard" > wrote: The third vector is an error, is it a bug ? v1=vector([3,4,-6]) v2=vector([-4,3,10]) v3=v1.dot_product(v2) p1=v1.plot(colo

Re: [sage-support] v3 (3d vector gives an error)

2017-02-05 Thread John Cremona
V3 is not a vector! On 5 Feb 2017 21:42, "Henri Girard" wrote: > The third vector is an error, is it a bug ? > > v1=vector([3,4,-6]) > v2=vector([-4,3,10]) > v3=v1.dot_product(v2) > p1=v1.plot(color='red') > p2=v2.plot(color='green') > p3=v3.plot() > > ---

[sage-support] v3 (3d vector gives an error)

2017-02-05 Thread Henri Girard
The third vector is an error, is it a bug ? v1=vector([3,4,-6]) v2=vector([-4,3,10]) v3=v1.dot_product(v2) p1=v1.plot(color='red') p2=v2.plot(color='green') p3=v3.plot() --- AttributeError Traceba

[sage-support] Re: For those interested

2017-02-05 Thread slelievre
All I know about SageMath and audio/sound/music/noise is this: https://ask.sagemath.org/question/7607/is-there-a-way-to-make-an-audible-noise-when-a-computation-is-complete/ https://ask.sagemath.org/question/9997/music-in-sage/ https://ask.sagemath.org/question/10083/sound-how-is-it-d

Re: [sage-support] Re: this circuit used to work but it doesn't anymore ?

2017-02-05 Thread Henri Girard
r is resistance it 's a RC circuit. I got this from arachnoid : http://arachnoid.com/sage/differential1.html But while trying to make it work I probably mess it ! sorry ! Nothing to do with r ... I will remake it in a proper way jupyter notebook, sorry for the disturbance :) Henri Le 05

Re: [sage-support] Re: this circuit used to work but it doesn't anymore ?

2017-02-05 Thread Henri Girard
Sorry I didn't notice it. I believed I had delete all contents of previous message. Le 05/02/2017 à 10:28, Dima Pasechnik a écrit : This is merely to point out that this message has little to do with the original thread. And its subject is hidden from the reader, unless you click on the topi

[sage-support] Re: this circuit used to work but it doesn't anymore ?

2017-02-05 Thread Dima Pasechnik
On Sunday, February 5, 2017 at 12:27:51 AM UTC, HG wrote: > > Hi, > I can't find where are the mistakes ? > It says it's about floating ... It representes two waves > Any help ? > Best > Henri > > var("ct omega t") > y = function("y")(t) > de = y + r*ct*diff(y,t) == sin(omega * t) > wh

[sage-support] Re: this circuit used to work but it doesn't anymore ?

2017-02-05 Thread Dima Pasechnik
This is merely to point out that this message has little to do with the original thread. And its subject is hidden from the reader, unless you click on the topic about OpenBlas and see this:... Please make sure to post such things separately, not inside an irrelevant thread... On Sunday, Febru