Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

Merchandise can be shipped only upon receipt of payment.


aus+uk / uk.tech.broadcast / Re: OT: Calling mathematicians (there may be some in this group)

SubjectAuthor
* OT: Calling mathematicians (there may be some in this group)NY
+* Re: OT: Calling mathematicians (there may be some in this group)Theo
|`* Re: OT: Calling mathematicians (there may be some in this group)NY
| `* Re: OT: Calling mathematicians (there may be some in this group)Liz Tuddenham
|  +* Re: OT: Calling mathematicians (there may be some in this group)Andy Burns
|  |`- Re: OT: Calling mathematicians (there may be some in this group)Liz Tuddenham
|  `* Re: OT: Calling mathematicians (there may be some in this group)Robin
|   `* Re: OT: Calling mathematicians (there may be some in this group)NY
|    `* Re: OT: Calling mathematicians (there may be some in this group)Adrian Caspersz
|     +* Re: OT: Calling mathematicians (there may be some in this group)NY
|     |`- Re: OT: Calling mathematicians (there may be some in this group)Robin
|     +- Re: OT: Calling mathematicians (there may be some in this group)Stephen Wolstenholme
|     `* Re: OT: Calling mathematicians (there may be some in this group)J. P. Gilliver
|      `- Re: OT: Calling mathematicians (there may be some in this group)NY
`* Re: OT: Calling mathematicians (there may be some in this group)jon
 `- Re: OT: Calling mathematicians (there may be some in this group)Robin

1
OT: Calling mathematicians (there may be some in this group)

<ua961b$3chqi$1@dont-email.me>

  copy mid

https://news.novabbs.org/aus+uk/article-flat.php?id=8751&group=uk.tech.broadcast#8751

  copy link   Newsgroups: uk.tech.broadcast
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: me@privacy.invalid (NY)
Newsgroups: uk.tech.broadcast
Subject: OT: Calling mathematicians (there may be some in this group)
Date: Mon, 31 Jul 2023 21:36:13 +0100
Organization: A noiseless patient Spider
Lines: 1
Message-ID: <ua961b$3chqi$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain;
format=flowed;
charset="Windows-1252";
reply-type=original
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 31 Jul 2023 20:37:00 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="0532469bec9fd81c60b53f950680887e";
logging-data="3557202"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/9oL0b9sSvRzWpPE88F4J/2teGxzsvNDM="
Cancel-Lock: sha1:gz6j3Wt2mzzRja7Yc5qQQ8Fyq6c=
X-Priority: 3
X-Newsreader: Microsoft Windows Live Mail 14.0.8089.726
X-Antivirus: Avast (VPS 230731-6, 31/7/2023), Outbound message
X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8089.726
Importance: Normal
X-MSMail-Priority: Normal
X-Antivirus-Status: Clean
 by: NY - Mon, 31 Jul 2023 20:36 UTC

I've seen a question which was apparently a Who Wants to be a Millionaire
question. It gives four answers for

-6² (or -6^2 if the superscript 2 character doesn't reproduce)

Without any brackets, how should this be parsed? -(6^2) or (-6)^2. In other
words, is the answer +36 or -36?

For what it's worth, three of the four answers were 12, -12 and 12i (I
presume they are using i as sqrt(-1)) so the correct answer stands out. It
would have been more cunning if the four answers had been 12, -12, 36, -36.

My gut feeling is that the expression should be parsed as (-6)^2 = 36, but
from comments in the Facebook posting where it is discussed, it seems I'm
wrong and the expression should be parsed as -(6^2) = -36. Of course, I
would never rely on implied rules and would always use brackets to indicate
my meaning, even if they were technically superfluous.

Re: OT: Calling mathematicians (there may be some in this group)

<I9j*cHGmz@news.chiark.greenend.org.uk>

  copy mid

https://news.novabbs.org/aus+uk/article-flat.php?id=8752&group=uk.tech.broadcast#8752

  copy link   Newsgroups: uk.tech.broadcast
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!nntp.terraraq.uk!nntp-feed.chiark.greenend.org.uk!ewrotcd!.POSTED.chiark.greenend.org.uk!not-for-mail
From: theom+news@chiark.greenend.org.uk (Theo)
Newsgroups: uk.tech.broadcast
Subject: Re: OT: Calling mathematicians (there may be some in this group)
Date: 31 Jul 2023 22:00:58 +0100 (BST)
Organization: University of Cambridge, England
Message-ID: <I9j*cHGmz@news.chiark.greenend.org.uk>
References: <ua961b$3chqi$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Info: chiark.greenend.org.uk; posting-host="chiark.greenend.org.uk:212.13.197.229";
logging-data="27403"; mail-complaints-to="abuse@chiark.greenend.org.uk"
User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (Linux/5.10.0-22-amd64 (x86_64))
Originator: theom@chiark.greenend.org.uk ([212.13.197.229])
 by: Theo - Mon, 31 Jul 2023 21:00 UTC

NY <me@privacy.invalid> wrote:
> I've seen a question which was apparently a Who Wants to be a Millionaire
> question. It gives four answers for
>
> -6² (or -6^2 if the superscript 2 character doesn't reproduce)
>
> Without any brackets, how should this be parsed? -(6^2) or (-6)^2. In other
> words, is the answer +36 or -36?

The order of precedence goes:

Brackets
Order (=exponents or powers)
Division
Multiplication
Addition
Subtraction

so the 'order' takes precedence over 'subtraction', and you would do (6*6)
and then make the result negative, ie -36.

Let's confirm that:

$ python3 -i
Python 3.10.6 (main, May 29 2023, 11:10:38) [GCC 11.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> -6**2
-36
>>> (-6)**2
36

** is the 'to the power of' operator in Python. In the second example the
brackets take precedence over order.

Theo

Re: OT: Calling mathematicians (there may be some in this group)

<ua985u$3cqjj$1@dont-email.me>

  copy mid

https://news.novabbs.org/aus+uk/article-flat.php?id=8753&group=uk.tech.broadcast#8753

  copy link   Newsgroups: uk.tech.broadcast
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: me@privacy.invalid (NY)
Newsgroups: uk.tech.broadcast
Subject: Re: OT: Calling mathematicians (there may be some in this group)
Date: Mon, 31 Jul 2023 22:13:05 +0100
Organization: A noiseless patient Spider
Lines: 1
Message-ID: <ua985u$3cqjj$1@dont-email.me>
References: <ua961b$3chqi$1@dont-email.me> <I9j*cHGmz@news.chiark.greenend.org.uk>
MIME-Version: 1.0
Content-Type: text/plain;
format=flowed;
charset="UTF-8";
reply-type=original
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 31 Jul 2023 21:13:34 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="0532469bec9fd81c60b53f950680887e";
logging-data="3566195"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18gUWbsV7n1R1SHxjnWYcM/MEzEFeZiSAc="
Cancel-Lock: sha1:FfI/vW3jZHTgxhjsvKJHKMafVIU=
X-Antivirus: Avast (VPS 230731-6, 31/7/2023), Outbound message
X-Newsreader: Microsoft Windows Live Mail 14.0.8089.726
X-Antivirus-Status: Clean
X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8089.726
X-MSMail-Priority: Normal
Importance: Normal
In-Reply-To: <I9j*cHGmz@news.chiark.greenend.org.uk>
X-Priority: 3
 by: NY - Mon, 31 Jul 2023 21:13 UTC

"Theo" <theom+news@chiark.greenend.org.uk> wrote in message
news:I9j*cHGmz@news.chiark.greenend.org.uk...
> NY <me@privacy.invalid> wrote:
>> I've seen a question which was apparently a Who Wants to be a Millionaire
>> question. It gives four answers for
>>
>> -6² (or -6^2 if the superscript 2 character doesn't reproduce)
>>
>> Without any brackets, how should this be parsed? -(6^2) or (-6)^2. In
>> other
>> words, is the answer +36 or -36?
>
> The order of precedence goes:
>
> Brackets
> Order (=exponents or powers)
> Division
> Multiplication
> Addition
> Subtraction
>
> so the 'order' takes precedence over 'subtraction', and you would do (6*6)
> and then make the result negative, ie -36.
>
> Let's confirm that:
>
> $ python3 -i
> Python 3.10.6 (main, May 29 2023, 11:10:38) [GCC 11.3.0] on linux
> Type "help", "copyright", "credits" or "license" for more information.
>>>> -6**2
> -36
>>>> (-6)**2
> 36
>
> ** is the 'to the power of' operator in Python. In the second example the
> brackets take precedence over order.

Ah, I wasn't sure whether the "-" as a prefix to the 6 was treated the same
as a minus operator (as in 6-4=2), or whether it was an unstated case that
was higher up the BODMAS list.

Re: OT: Calling mathematicians (there may be some in this group)

<1qes0hk.1vvjcqyic5668N%liz@poppyrecords.invalid.invalid>

  copy mid

https://news.novabbs.org/aus+uk/article-flat.php?id=8755&group=uk.tech.broadcast#8755

  copy link   Newsgroups: uk.tech.broadcast
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!3.eu.feeder.erje.net!feeder.erje.net!news.szaf.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: liz@poppyrecords.invalid.invalid (Liz Tuddenham)
Newsgroups: uk.tech.broadcast
Subject: Re: OT: Calling mathematicians (there may be some in this group)
Date: Tue, 1 Aug 2023 08:51:53 +0100
Organization: Poppy Records
Lines: 53
Message-ID: <1qes0hk.1vvjcqyic5668N%liz@poppyrecords.invalid.invalid>
References: <ua961b$3chqi$1@dont-email.me> <I9j*cHGmz@news.chiark.greenend.org.uk> <ua985u$3cqjj$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: individual.net sMhMJbGvRC9lG5Ev7+bXGwLKYsCeDcJM8jlUW+7UpLdIre8MAW
X-Orig-Path: liz
Cancel-Lock: sha1:Yk14A2XkXsG7Bq5+bhfVnwDBMRA= sha256:Sl3mOacb6pJMbx1w7FAi7fu4ES9RRTjlxafxBqD1PYw=
User-Agent: MacSOUP/2.4.6
 by: Liz Tuddenham - Tue, 1 Aug 2023 07:51 UTC

NY <me@privacy.invalid> wrote:

> "Theo" <theom+news@chiark.greenend.org.uk> wrote in message
> news:I9j*cHGmz@news.chiark.greenend.org.uk...
> > NY <me@privacy.invalid> wrote:
> >> I've seen a question which was apparently a Who Wants to be a Millionaire
> >> question. It gives four answers for
> >>
> >> -6Â" (or -6^2 if the superscript 2 character doesn't reproduce)
> >>
> >> Without any brackets, how should this be parsed? -(6^2) or (-6)^2. In
> >> other
> >> words, is the answer +36 or -36?
> >
> > The order of precedence goes:
> >
> > Brackets
> > Order (=exponents or powers)
> > Division
> > Multiplication
> > Addition
> > Subtraction
> >
> > so the 'order' takes precedence over 'subtraction', and you would do (6*6)
> > and then make the result negative, ie -36.
> >
> > Let's confirm that:
> >
> > $ python3 -i
> > Python 3.10.6 (main, May 29 2023, 11:10:38) [GCC 11.3.0] on linux
> > Type "help", "copyright", "credits" or "license" for more information.
> >>>> -6**2
> > -36
> >>>> (-6)**2
> > 36
> >
> > ** is the 'to the power of' operator in Python. In the second example the
> > brackets take precedence over order.
>
> Ah, I wasn't sure whether the "-" as a prefix to the 6 was treated the same
> as a minus operator (as in 6-4=2), or whether it was an unstated case that
> was higher up the BODMAS list.

I think the answer is to ask them to specify what system they are using
or tell them to write it properly with the appropriate brackets.
Without that information the answer is guesswork and the question is
just a waste of everyone's time.

--
~ Liz Tuddenham ~
(Remove the ".invalid"s and add ".co.uk" to reply)
www.poppyrecords.co.uk

Re: OT: Calling mathematicians (there may be some in this group)

<uaaeem$3jsgm$2@dont-email.me>

  copy mid

https://news.novabbs.org/aus+uk/article-flat.php?id=8757&group=uk.tech.broadcast#8757

  copy link   Newsgroups: uk.tech.broadcast
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: jon@nospam.cn (jon)
Newsgroups: uk.tech.broadcast
Subject: Re: OT: Calling mathematicians (there may be some in this group)
Date: Tue, 1 Aug 2023 08:06:46 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 5
Message-ID: <uaaeem$3jsgm$2@dont-email.me>
References: <ua961b$3chqi$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 1 Aug 2023 08:06:46 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="6dbe207fd81d4f9a2e5c1c07d807548c";
logging-data="3797526"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18QBMnjnaA18iX/Lw0tb1c5"
User-Agent: Pan/0.140 (Chocolate Salty Balls; Unknown)
Cancel-Lock: sha1:0dQDisPW0RLQcxpphCgaizEr1Y0=
 by: jon - Tue, 1 Aug 2023 08:06 UTC

On Mon, 31 Jul 2023 21:36:13 +0100, NY wrote:

> - 6²= 36
-(6)²= -36

Re: OT: Calling mathematicians (there may be some in this group)

<kirtjgFf5hjU1@mid.individual.net>

  copy mid

https://news.novabbs.org/aus+uk/article-flat.php?id=8758&group=uk.tech.broadcast#8758

  copy link   Newsgroups: uk.tech.broadcast
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: usenet@andyburns.uk (Andy Burns)
Newsgroups: uk.tech.broadcast
Subject: Re: OT: Calling mathematicians (there may be some in this group)
Date: Tue, 1 Aug 2023 09:21:06 +0100
Lines: 15
Message-ID: <kirtjgFf5hjU1@mid.individual.net>
References: <ua961b$3chqi$1@dont-email.me>
<I9j*cHGmz@news.chiark.greenend.org.uk> <ua985u$3cqjj$1@dont-email.me>
<1qes0hk.1vvjcqyic5668N%liz@poppyrecords.invalid.invalid>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net 2NqPFKI9wdgEMNc7tHnw2gRxrvoMF7QOZhAtx1+o5hkKxB4Scv
Cancel-Lock: sha1:y/IcFd+8ORuKJj8ZcgQZM62uW8M= sha256:Hu8dx2hq0tWwo2/G48kvbBtVV1QEBfFN+2kGujbtENU=
User-Agent: Mozilla Thunderbird
Content-Language: en-GB
In-Reply-To: <1qes0hk.1vvjcqyic5668N%liz@poppyrecords.invalid.invalid>
 by: Andy Burns - Tue, 1 Aug 2023 08:21 UTC

Liz Tuddenham wrote:

> NY wrote:
>
>> -6^2 Without any brackets, how should this be parsed? -(6^2) or (-6)^2.
>
> I think the answer is to ask them to specify what system they are using
> or tell them to write it properly with the appropriate brackets.
> Without that information the answer is guesswork and the question is
> just a waste of everyone's time.

With this type of question, *not* stating it clearly is a deliberate
ploy to generate argument and discussion.

Re: OT: Calling mathematicians (there may be some in this group)

<5e080482-3f3a-1ddd-9dbe-69e61671bedb@outlook.com>

  copy mid

https://news.novabbs.org/aus+uk/article-flat.php?id=8760&group=uk.tech.broadcast#8760

  copy link   Newsgroups: uk.tech.broadcast
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: rbw@outlook.com (Robin)
Newsgroups: uk.tech.broadcast
Subject: Re: OT: Calling mathematicians (there may be some in this group)
Date: Tue, 1 Aug 2023 09:48:43 +0100
Organization: A noiseless patient Spider
Lines: 62
Message-ID: <5e080482-3f3a-1ddd-9dbe-69e61671bedb@outlook.com>
References: <ua961b$3chqi$1@dont-email.me>
<I9j*cHGmz@news.chiark.greenend.org.uk> <ua985u$3cqjj$1@dont-email.me>
<1qes0hk.1vvjcqyic5668N%liz@poppyrecords.invalid.invalid>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Info: dont-email.me; posting-host="d3caf7765819cdf97741db62f3a40ad6";
logging-data="3806174"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+BoCZpcefI+v1aZg5c4y3tg0art5HJAMg="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.13.0
Cancel-Lock: sha1:pCBpPq1SU9G/vNv8qwsfrAN3xi4=
Content-Language: en-GB
In-Reply-To: <1qes0hk.1vvjcqyic5668N%liz@poppyrecords.invalid.invalid>
 by: Robin - Tue, 1 Aug 2023 08:48 UTC

On 01/08/2023 08:51, Liz Tuddenham wrote:
> NY <me@privacy.invalid> wrote:
>
>> "Theo" <theom+news@chiark.greenend.org.uk> wrote in message
>> news:I9j*cHGmz@news.chiark.greenend.org.uk...
>>> NY <me@privacy.invalid> wrote:
>>>> I've seen a question which was apparently a Who Wants to be a Millionaire
>>>> question. It gives four answers for
>>>>
>>>> -6Â" (or -6^2 if the superscript 2 character doesn't reproduce)
>>>>
>>>> Without any brackets, how should this be parsed? -(6^2) or (-6)^2. In
>>>> other
>>>> words, is the answer +36 or -36?
>>>
>>> The order of precedence goes:
>>>
>>> Brackets
>>> Order (=exponents or powers)
>>> Division
>>> Multiplication
>>> Addition
>>> Subtraction
>>>
>>> so the 'order' takes precedence over 'subtraction', and you would do (6*6)
>>> and then make the result negative, ie -36.
>>>
>>> Let's confirm that:
>>>
>>> $ python3 -i
>>> Python 3.10.6 (main, May 29 2023, 11:10:38) [GCC 11.3.0] on linux
>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>> -6**2
>>> -36
>>>>>> (-6)**2
>>> 36
>>>
>>> ** is the 'to the power of' operator in Python. In the second example the
>>> brackets take precedence over order.
>>
>> Ah, I wasn't sure whether the "-" as a prefix to the 6 was treated the same
>> as a minus operator (as in 6-4=2), or whether it was an unstated case that
>> was higher up the BODMAS list.
>
> I think the answer is to ask them to specify what system they are using
> or tell them to write it properly with the appropriate brackets.
> Without that information the answer is guesswork and the question is
> just a waste of everyone's time.
>

"Properly" is using brackets only where they are necessary. If you
don't then you'd better use brackets consistently in all such cases else
the reader can't be sure what you want.

E.g. if I saw -(6^2) I'd be unsure what was meant by 3/(136-6^2).

--
Robin
reply-to address is (intended to be) valid

Re: OT: Calling mathematicians (there may be some in this group)

<f57a3753-57f6-8bdf-7f7a-c537f7071d6b@outlook.com>

  copy mid

https://news.novabbs.org/aus+uk/article-flat.php?id=8761&group=uk.tech.broadcast#8761

  copy link   Newsgroups: uk.tech.broadcast
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: rbw@outlook.com (Robin)
Newsgroups: uk.tech.broadcast
Subject: Re: OT: Calling mathematicians (there may be some in this group)
Date: Tue, 1 Aug 2023 09:52:46 +0100
Organization: A noiseless patient Spider
Lines: 13
Message-ID: <f57a3753-57f6-8bdf-7f7a-c537f7071d6b@outlook.com>
References: <ua961b$3chqi$1@dont-email.me> <uaaeem$3jsgm$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Info: dont-email.me; posting-host="d3caf7765819cdf97741db62f3a40ad6";
logging-data="3806173"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Tq1DlisuiFI4a1Gb30T6pOk0QeYcYvNw="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.13.0
Cancel-Lock: sha1:JkxU8aI8dnPK2PNhv6oTk5kM4rY=
In-Reply-To: <uaaeem$3jsgm$2@dont-email.me>
Content-Language: en-GB
 by: Robin - Tue, 1 Aug 2023 08:52 UTC

On 01/08/2023 09:06, jon wrote:
> On Mon, 31 Jul 2023 21:36:13 +0100, NY wrote:
>
>> - 6²= 36
> -(6)²= -36
>

so what's 100 - 6² ?

--
Robin
reply-to address is (intended to be) valid

Re: OT: Calling mathematicians (there may be some in this group)

<1qes317.jr94kq1tgbc00N%liz@poppyrecords.invalid.invalid>

  copy mid

https://news.novabbs.org/aus+uk/article-flat.php?id=8762&group=uk.tech.broadcast#8762

  copy link   Newsgroups: uk.tech.broadcast
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: liz@poppyrecords.invalid.invalid (Liz Tuddenham)
Newsgroups: uk.tech.broadcast
Subject: Re: OT: Calling mathematicians (there may be some in this group)
Date: Tue, 1 Aug 2023 10:00:23 +0100
Organization: Poppy Records
Lines: 34
Message-ID: <1qes317.jr94kq1tgbc00N%liz@poppyrecords.invalid.invalid>
References: <ua961b$3chqi$1@dont-email.me> <I9j*cHGmz@news.chiark.greenend.org.uk> <ua985u$3cqjj$1@dont-email.me> <1qes0hk.1vvjcqyic5668N%liz@poppyrecords.invalid.invalid> <kirtjgFf5hjU1@mid.individual.net>
X-Trace: individual.net jqPxmvfV0mYTbr3ruSHE1AshkOVuGchSBU7QEZ1Q6r1r6DiIPv
X-Orig-Path: liz
Cancel-Lock: sha1:cO4Up+bZUEN5JxvfBuEfasqF2eQ= sha256:EJNP6JlRs+gI5QGrZH5metc4Zn9vuWmx7UO/rf/UiBo=
User-Agent: MacSOUP/2.4.6
 by: Liz Tuddenham - Tue, 1 Aug 2023 09:00 UTC

Andy Burns <usenet@andyburns.uk> wrote:

> Liz Tuddenham wrote:
>
> > NY wrote:
> >
> >> -6^2 Without any brackets, how should this be parsed? -(6^2) or (-6)^2.
> >
> > I think the answer is to ask them to specify what system they are using
> > or tell them to write it properly with the appropriate brackets.
> > Without that information the answer is guesswork and the question is
> > just a waste of everyone's time.
>
> With this type of question, *not* stating it clearly is a deliberate
> ploy to generate argument and discussion.

I appreciate that it is supposed to be entertainment, but that
particular question leaves no room for any real discussion. The answer
is indisputable once the system is known, so it is just a matter of
guessing which system the question-setter used. Tossing a coin would be
just as interesting.

As I was never very good a mathematics, I tend to use brackets quite
liberally in equations, so there is never any doubt about my intentions
(particularly as I am liable to forget what those were when I try to
read the programs a few days later). The down-side of this is the risk
of losing count of the depth of nesting and then having the program fail
because there was a bracket missing or duplicated.

--
~ Liz Tuddenham ~
(Remove the ".invalid"s and add ".co.uk" to reply)
www.poppyrecords.co.uk

Re: OT: Calling mathematicians (there may be some in this group)

<uaakoj$3kkgf$1@dont-email.me>

  copy mid

https://news.novabbs.org/aus+uk/article-flat.php?id=8763&group=uk.tech.broadcast#8763

  copy link   Newsgroups: uk.tech.broadcast
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: me@privacy.invalid (NY)
Newsgroups: uk.tech.broadcast
Subject: Re: OT: Calling mathematicians (there may be some in this group)
Date: Tue, 1 Aug 2023 10:53:34 +0100
Organization: A noiseless patient Spider
Lines: 1
Message-ID: <uaakoj$3kkgf$1@dont-email.me>
References: <ua961b$3chqi$1@dont-email.me> <I9j*cHGmz@news.chiark.greenend.org.uk> <ua985u$3cqjj$1@dont-email.me> <1qes0hk.1vvjcqyic5668N%liz@poppyrecords.invalid.invalid> <5e080482-3f3a-1ddd-9dbe-69e61671bedb@outlook.com>
MIME-Version: 1.0
Content-Type: text/plain;
format=flowed;
charset="UTF-8";
reply-type=response
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 1 Aug 2023 09:54:27 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="b6c2db233fc1c714cb83e73440319362";
logging-data="3822095"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+7Abw36BF6HtnCqKLsLda4WQmNTbGe+F4="
Cancel-Lock: sha1:yj32muFyXN833pR53abg9CUoXQ4=
X-Priority: 3
X-Antivirus: Avast (VPS 230731-6, 31/7/2023), Outbound message
X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8089.726
X-Antivirus-Status: Clean
In-Reply-To: <5e080482-3f3a-1ddd-9dbe-69e61671bedb@outlook.com>
Importance: Normal
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Windows Live Mail 14.0.8089.726
 by: NY - Tue, 1 Aug 2023 09:53 UTC

"Robin" <rbw@outlook.com> wrote in message
news:5e080482-3f3a-1ddd-9dbe-69e61671bedb@outlook.com...

> E.g. if I saw -(6^2) I'd be unsure what was meant by 3/(136-6^2).

I think 3/(136-6^2) is unambiguous by BODMAS rules: you square the 6 first
and then subtract it from the 136, because the "-" is the binary operator
between 136 and 6^2. -6^2 is more debatable: is the unary operator "-" a
property of the number 6, implying that you square -6, or is it a property
of the term 6^2?

I would make a distinction between the binary operator "-" in "136-36" and
the unary operator "-" in "-6". But evidently I'm wrong to do so. I'm guilty
of over-thinking things ;-)

It's probably one of those situations where you could make a strong case
either way and you need to be taught which way happens to be the convention.

Re: OT: Calling mathematicians (there may be some in this group)

<kis4obFfjhuU3@mid.individual.net>

  copy mid

https://news.novabbs.org/aus+uk/article-flat.php?id=8764&group=uk.tech.broadcast#8764

  copy link   Newsgroups: uk.tech.broadcast
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: email@here.invalid (Adrian Caspersz)
Newsgroups: uk.tech.broadcast
Subject: Re: OT: Calling mathematicians (there may be some in this group)
Date: Tue, 1 Aug 2023 11:23:07 +0100
Lines: 32
Message-ID: <kis4obFfjhuU3@mid.individual.net>
References: <ua961b$3chqi$1@dont-email.me>
<I9j*cHGmz@news.chiark.greenend.org.uk> <ua985u$3cqjj$1@dont-email.me>
<1qes0hk.1vvjcqyic5668N%liz@poppyrecords.invalid.invalid>
<5e080482-3f3a-1ddd-9dbe-69e61671bedb@outlook.com>
<uaakoj$3kkgf$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net WhXAdGvX4ba8NDDlbK5l1wEAFJXGQyM1Si2GOsz2OhpQB194pX
Cancel-Lock: sha1:P6mZE+co/gSOoO/R4O4HPj7/tKM= sha256:ullYECFhpKctpBWXYUNP8GqRyWZYJzy6OjCW5N7FpnI=
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.13.0
Content-Language: en-GB
In-Reply-To: <uaakoj$3kkgf$1@dont-email.me>
 by: Adrian Caspersz - Tue, 1 Aug 2023 10:23 UTC

On 8/1/23 10:53, NY wrote:
> "Robin" <rbw@outlook.com> wrote in message
> news:5e080482-3f3a-1ddd-9dbe-69e61671bedb@outlook.com...
>
>> E.g. if I saw -(6^2) I'd be unsure what was meant by 3/(136-6^2).
>
> I think 3/(136-6^2) is unambiguous by BODMAS rules: you square the 6
> first and then subtract it from the 136, because the "-" is the binary
> operator between 136 and 6^2. -6^2 is more debatable: is the unary
> operator "-" a property of the number 6, implying that you square -6, or
> is it a property of the term 6^2?
>
> I would make a distinction between the binary operator "-" in "136-36"
> and the unary operator "-" in "-6". But evidently I'm wrong to do so.
> I'm guilty of over-thinking things ;-)
>
> It's probably one of those situations where you could make a strong case
> either way and you need to be taught which way happens to be the
> convention.

Folks these days are "taught" by whatever their calculator tells them.

Pressing the keys in sequence gives 36.

It is fact, gospel, the unshakable truth ...

The square root of minus 1 is etched in my mind as "error".

--
Adrian C

Re: OT: Calling mathematicians (there may be some in this group)

<uaavof$3lnbq$1@dont-email.me>

  copy mid

https://news.novabbs.org/aus+uk/article-flat.php?id=8766&group=uk.tech.broadcast#8766

  copy link   Newsgroups: uk.tech.broadcast
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: me@privacy.invalid (NY)
Newsgroups: uk.tech.broadcast
Subject: Re: OT: Calling mathematicians (there may be some in this group)
Date: Tue, 1 Aug 2023 14:01:13 +0100
Organization: A noiseless patient Spider
Lines: 1
Message-ID: <uaavof$3lnbq$1@dont-email.me>
References: <ua961b$3chqi$1@dont-email.me> <I9j*cHGmz@news.chiark.greenend.org.uk> <ua985u$3cqjj$1@dont-email.me> <1qes0hk.1vvjcqyic5668N%liz@poppyrecords.invalid.invalid> <5e080482-3f3a-1ddd-9dbe-69e61671bedb@outlook.com> <uaakoj$3kkgf$1@dont-email.me> <kis4obFfjhuU3@mid.individual.net>
MIME-Version: 1.0
Content-Type: text/plain;
format=flowed;
charset="UTF-8";
reply-type=response
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 1 Aug 2023 13:02:07 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="b6c2db233fc1c714cb83e73440319362";
logging-data="3857786"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19VBuehqE8sfMX87/lTuPpN6pf+SMAehKE="
Cancel-Lock: sha1:l/I/4OMpnBO3DnHUYfhczdQzHW4=
X-Antivirus: Avast (VPS 230731-6, 31/7/2023), Outbound message
X-Priority: 3
Importance: Normal
In-Reply-To: <kis4obFfjhuU3@mid.individual.net>
X-Antivirus-Status: Clean
X-Newsreader: Microsoft Windows Live Mail 14.0.8089.726
X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8089.726
X-MSMail-Priority: Normal
 by: NY - Tue, 1 Aug 2023 13:01 UTC

"Adrian Caspersz" <email@here.invalid> wrote in message
news:kis4obFfjhuU3@mid.individual.net...
> The square root of minus 1 is etched in my mind as "error".

The word is divided into three types of people: mathematicians who call it
"i", electrical engineers who call it "j" and the rest who call it "error"
;-)

My head of department in an electronics firm was called Bill Taylor - James
William Taylor. It didn't take people long to realise that he was destined
for a job in electronics because his initials jwt spelled the mathematical
term that appears in equations of sinusoidal variation of electric currents.
He was referred to as "J Omega".

Re: OT: Calling mathematicians (there may be some in this group)

<b27917a1-e007-ba9a-54b8-b6bc7651291e@outlook.com>

  copy mid

https://news.novabbs.org/aus+uk/article-flat.php?id=8767&group=uk.tech.broadcast#8767

  copy link   Newsgroups: uk.tech.broadcast
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: rbw@outlook.com (Robin)
Newsgroups: uk.tech.broadcast
Subject: Re: OT: Calling mathematicians (there may be some in this group)
Date: Tue, 1 Aug 2023 14:43:15 +0100
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <b27917a1-e007-ba9a-54b8-b6bc7651291e@outlook.com>
References: <ua961b$3chqi$1@dont-email.me>
<I9j*cHGmz@news.chiark.greenend.org.uk> <ua985u$3cqjj$1@dont-email.me>
<1qes0hk.1vvjcqyic5668N%liz@poppyrecords.invalid.invalid>
<5e080482-3f3a-1ddd-9dbe-69e61671bedb@outlook.com>
<uaakoj$3kkgf$1@dont-email.me> <kis4obFfjhuU3@mid.individual.net>
<uaavof$3lnbq$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: dont-email.me; posting-host="d3caf7765819cdf97741db62f3a40ad6";
logging-data="3862597"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/9nDG0zxcK1wjKKteQiuX/UgEwR0KyF+4="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.13.0
Cancel-Lock: sha1:Z7Tu6wjWWTBgDGuLDFy7JUO9e8A=
Content-Language: en-GB
In-Reply-To: <uaavof$3lnbq$1@dont-email.me>
 by: Robin - Tue, 1 Aug 2023 13:43 UTC

On 01/08/2023 14:01, NY wrote:
> "Adrian Caspersz" <email@here.invalid> wrote in message
> news:kis4obFfjhuU3@mid.individual.net...
>> The square root of minus 1 is etched in my mind as "error".
>
> The word is divided into three types of people: mathematicians who call
> it "i", electrical engineers who call it "j" and the rest who call it
> "error" ;-)
>

I never knew a physicist call it "error".

--
Robin
reply-to address is (intended to be) valid

Re: OT: Calling mathematicians (there may be some in this group)

<sa4ici9tc57n95jsaa44cqa3l6dqf6ljkn@4ax.com>

  copy mid

https://news.novabbs.org/aus+uk/article-flat.php?id=8769&group=uk.tech.broadcast#8769

  copy link   Newsgroups: uk.tech.broadcast
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: steve@easynn.com (Stephen Wolstenholme)
Newsgroups: uk.tech.broadcast
Subject: Re: OT: Calling mathematicians (there may be some in this group)
Date: Tue, 01 Aug 2023 15:07:34 +0100
Organization: Neural Planner Software Ltd
Lines: 12
Message-ID: <sa4ici9tc57n95jsaa44cqa3l6dqf6ljkn@4ax.com>
References: <ua961b$3chqi$1@dont-email.me> <I9j*cHGmz@news.chiark.greenend.org.uk> <ua985u$3cqjj$1@dont-email.me> <1qes0hk.1vvjcqyic5668N%liz@poppyrecords.invalid.invalid> <5e080482-3f3a-1ddd-9dbe-69e61671bedb@outlook.com> <uaakoj$3kkgf$1@dont-email.me> <kis4obFfjhuU3@mid.individual.net>
Reply-To: steve@easynn.com
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: dont-email.me; posting-host="68a53cad017f1d9ed66997c5654056e1";
logging-data="3871007"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/hmmoiCKsq9Icz6/efG1s3Hpsu87Q73PM="
User-Agent: ForteAgent/8.00.32.1272
Cancel-Lock: sha1:YNpGRmbzUnCZ4Ni75XX8ojLDZQE=
 by: Stephen Wolstenholme - Tue, 1 Aug 2023 14:07 UTC

On Tue, 1 Aug 2023 11:23:07 +0100, Adrian Caspersz
<email@here.invalid> wrote:

>
>The square root of minus 1 is etched in my mind as "error".
>
>--
It can also be i or j

--
Neural Network Software for Windows http://www.npsnn.com

Re: OT: Calling mathematicians (there may be some in this group)

<T80jZasNQRykFwqN@255soft.uk>

  copy mid

https://news.novabbs.org/aus+uk/article-flat.php?id=8771&group=uk.tech.broadcast#8771

  copy link   Newsgroups: uk.tech.broadcast
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!69.80.99.22.MISMATCH!Xl.tags.giganews.com!local-2.nntp.ord.giganews.com!nntp.brightview.co.uk!news.brightview.co.uk.POSTED!not-for-mail
NNTP-Posting-Date: Tue, 01 Aug 2023 14:26:24 +0000
Message-ID: <T80jZasNQRykFwqN@255soft.uk>
Date: Tue, 1 Aug 2023 15:17:49 +0100
From: G6JPG@255soft.uk (J. P. Gilliver)
Newsgroups: uk.tech.broadcast
Subject: Re: OT: Calling mathematicians (there may be some in this group)
References: <ua961b$3chqi$1@dont-email.me> <I9j*cHGmz@news.chiark.greenend.org.uk> <ua985u$3cqjj$1@dont-email.me> <1qes0hk.1vvjcqyic5668N%liz@poppyrecords.invalid.invalid> <5e080482-3f3a-1ddd-9dbe-69e61671bedb@outlook.com> <uaakoj$3kkgf$1@dont-email.me> <kis4obFfjhuU3@mid.individual.net>
Organization: 255 software
MIME-Version: 1.0
Content-Type: text/plain;charset=us-ascii;format=flowed
User-Agent: Turnpike/6.07-M (<zX8iw7TZ8$K94DJVwWK+Q9sV4y>)
X-Antivirus: AVG (VPS 230801-6, 2023-8-1), Outbound message
X-Antivirus-Status: Clean
Lines: 43
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-pmAnLyyjN895nmoNZPmcl3gXSNtgszEDnb6RwjDKk/F4jkKz6uAnFXl0O8UGVt+T+BoU4sdRzcpNEzL!YGqG0HrR6l3cC/Jf7wbfMNW6ZKrRQTtIVngp9SN94luYUe8kzQcLCrMF6d4JxZa75Ec436JB
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Received-Bytes: 3483
 by: J. P. Gilliver - Tue, 1 Aug 2023 14:17 UTC

In message <kis4obFfjhuU3@mid.individual.net> at Tue, 1 Aug 2023
11:23:07, Adrian Caspersz <email@here.invalid> writes
>On 8/1/23 10:53, NY wrote:
>> "Robin" <rbw@outlook.com> wrote in message
>>news:5e080482-3f3a-1ddd-9dbe-69e61671bedb@outlook.com...
>>
>>> E.g. if I saw -(6^2) I'd be unsure what was meant by 3/(136-6^2).
>> I think 3/(136-6^2) is unambiguous by BODMAS rules: you square the 6
>>first and then subtract it from the 136, because the "-" is the binary
>>operator between 136 and 6^2. -6^2 is more debatable: is the unary
>>operator "-" a property of the number 6, implying that you square -6,
>>or is it a property of the term 6^2?
>> I would make a distinction between the binary operator "-" in
>>"136-36" and the unary operator "-" in "-6". But evidently I'm wrong
>>to do so. I'm guilty of over-thinking things ;-)
>> It's probably one of those situations where you could make a strong
>>case either way and you need to be taught which way happens to be the
>>convention.
>
>Folks these days are "taught" by whatever their calculator tells them.
>
>Pressing the keys in sequence gives 36.
>
>It is fact, gospel, the unshakable truth ...
>
>
>The square root of minus 1 is etched in my mind as "error".
>
Simple calculators implement the operations as you give them them.
"Scientific" ones _sometimes_ implement some degree of BODMAS. The one
in Windows can be set to various modes.

Even "pressing the keys" is open to interpretation, especially if your
calculator has a "change sign" key (often labelled "+/-") as well as a
"subtract" key. Would you enter -6^2 as subtract, six, squared, or six,
negate, squared, or six, squared, negate? (Assuming you have a "squared"
key. Same question applies if you have a ^ key [usually "xy" with the y
raised].)
--
J. P. Gilliver. UMRA: 1960/<1985 MB++G()AL-IS-Ch++(p)Ar@T+H+Sh0!:`)DNAf

How do you govern a country that seems to have decided that facts are the work
of the devil? - Andy Hamilton on HIGNFY, 2010

Re: OT: Calling mathematicians (there may be some in this group)

<uab9e9$3msnp$1@dont-email.me>

  copy mid

https://news.novabbs.org/aus+uk/article-flat.php?id=8772&group=uk.tech.broadcast#8772

  copy link   Newsgroups: uk.tech.broadcast
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: me@privacy.invalid (NY)
Newsgroups: uk.tech.broadcast
Subject: Re: OT: Calling mathematicians (there may be some in this group)
Date: Tue, 1 Aug 2023 16:47:05 +0100
Organization: A noiseless patient Spider
Lines: 1
Message-ID: <uab9e9$3msnp$1@dont-email.me>
References: <ua961b$3chqi$1@dont-email.me> <I9j*cHGmz@news.chiark.greenend.org.uk> <ua985u$3cqjj$1@dont-email.me> <1qes0hk.1vvjcqyic5668N%liz@poppyrecords.invalid.invalid> <5e080482-3f3a-1ddd-9dbe-69e61671bedb@outlook.com> <uaakoj$3kkgf$1@dont-email.me> <kis4obFfjhuU3@mid.individual.net> <T80jZasNQRykFwqN@255soft.uk>
MIME-Version: 1.0
Content-Type: text/plain;
format=flowed;
charset="iso-8859-1";
reply-type=response
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 1 Aug 2023 15:47:21 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="b6c2db233fc1c714cb83e73440319362";
logging-data="3896057"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Mk5GUl+WekME3bXMmQy3QghukDPi2XAs="
Cancel-Lock: sha1:Ki/5qdHKn0MWefl66UXufsUp0Uw=
X-Priority: 3
In-Reply-To: <T80jZasNQRykFwqN@255soft.uk>
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8089.726
X-Newsreader: Microsoft Windows Live Mail 14.0.8089.726
X-MSMail-Priority: Normal
X-Antivirus-Status: Clean
X-Antivirus: Avast (VPS 230801-6, 1/8/2023), Outbound message
 by: NY - Tue, 1 Aug 2023 15:47 UTC

"J. P. Gilliver" <G6JPG@255soft.uk> wrote in message
news:T80jZasNQRykFwqN@255soft.uk...
> Even "pressing the keys" is open to interpretation, especially if your
> calculator has a "change sign" key (often labelled "+/-") as well as a
> "subtract" key. Would you enter -6^2 as subtract, six, squared, or six,
> negate, squared, or six, squared, negate? (Assuming you have a "squared"
> key. Same question applies if you have a ^ key [usually "xy" with the y
> raised].)

I can remember by dad bringing home from work a Hewlett Packard calculator
with reverse Polish notation. That confused the crap out of anyone who tried
to use it:

7 ENTER 3 *

rather than

7 * 3 =

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor