[sage-devel] Re: Issue with quick start

2017-11-28 Thread Emmanuel Charpentier
In French, we name that "les mathématiques"... ISTR that there are serious etymological reasons. The US's "math" sounds like carelessness (and the french "désinvolture" would be a better designation...). -- Emmanuel Charpentier Le mercredi 29 novembre 2017 01:03:05 UTC+1, Matthew Schroeder a

Re: [sage-devel] Issue with quick start

2017-11-28 Thread Dima Pasechnik
British spelling is also used in India, Australia and NZ, and to lesser extent in Singapore. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [sage-devel] Issue with quick start

2017-11-28 Thread David Joyner
On Tue, Nov 28, 2017 at 6:45 PM, Matthew Schroeder wrote: > In the headings of the quick start it says things like "Symbolic Maths" and > "Numerical Maths" > > It is MATH not MATHS. > In Great Britain "mathematics" is abbreviated "maths". In the US, "mathematics" is

[sage-devel] Issue with quick start

2017-11-28 Thread Matthew Schroeder
In the headings of the quick start it says things like "Symbolic *Maths*" and "Numerical *Maths*" It is MATH not MATHS. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an

[sage-devel] Re: solve and conjugate bug

2017-11-28 Thread Emmanuel Charpentier
Hmmm... sage: assumptions() [] sage: (z-4*conjugate(z)).simplify() -3*z sage: assume(z,"complex") sage: (z-4*conjugate(z)).simplify() z - 4*conjugate(z) Explicitly telling "var(z,"complex") has the same effect... This seems directly inherited from Maxima : (%i29) ratsimp(z-4*conjugate(z));

Re: [sage-devel] io_shapes_las missing in saga_cmd in fresh linux install

2017-11-28 Thread David Roe
I think you've asked the wrong list. This is for SageMath: www.sagemath.org. On Nov 28, 2017 08:03, "Michael Rademacher" wrote: > Hello everyone, > > First all, I am completely new to SAGA as well as GIS. However, I thinks > this perhaps just a configuration error on

[sage-devel] io_shapes_las missing in saga_cmd in fresh linux install

2017-11-28 Thread Michael Rademacher
Hello everyone, First all, I am completely new to SAGA as well as GIS. However, I thinks this perhaps just a configuration error on my side on my linux host. I am using arch linux with gcc 7.2.0 I have just cloned the recent version from git. [michael@moo:saga-gis-code|master]$ git remote

[sage-devel] Re: solve and conjugate bug

2017-11-28 Thread Eric Gourgoulhon
This is probably related to the following: sage: var('z') z sage: (z - 4*z.conjugate()).simplify() -3*z which is a bug, given that the documentation of var says: By default, var returns a complex variable Eric. -- You received this message because you are subscribed to the Google Groups

[sage-devel] solve and conjugate bug

2017-11-28 Thread Daniel Krenn
Is the following a known bug? sage: var('z') z sage: z0all = solve(z - 4*z.conjugate() == 1 + 3*I, z); z0all [z == (-I - 1/3)] sage: z0 = z0all[0].rhs(); z0 -I - 1/3 sage: (z0 - 4*z0.conjugate()) - (1 + 3*I) -8*I Clearly, the result of solve is not a solution of the given equation. -- You

Re: [sage-devel] conditionalise installation of many spkg's?

2017-11-28 Thread Dima Pasechnik
On Monday, November 27, 2017 at 12:39:22 PM UTC, Erik Bray wrote: > > On Mon, Nov 27, 2017 at 10:41 AM, Dima Pasechnik > wrote: > > We now have a good setup in place to make installation of an spkg > > conditional on presence of a compatible one > > on the