- From: David Carlisle <davidc@nag.co.uk>
- Date: Tue, 28 Jul 2020 20:07:04 +0100
- To: Murray Sargent <murrays@exchange.microsoft.com>, Deyan Ginev <deyan.ginev@gmail.com>
- Cc: "public-mathml4@w3.org" <public-mathml4@w3.org>
- Message-ID: <04398070-46b9-610b-9a2b-8932afc928b4@nag.co.uk>
On 28/07/2020 19:55, Murray Sargent wrote: > David’s case > > <mrow><mo>|</mo> zzz <mo>|</mo> zzz <mo>|</mo></mrow> > > is a bit bizarre. How would you speak it? Do the outer |’s mean “absolute value”? In which case, what’s the inner | mean? I’ve struggled with the ambiguities of the vertical bar over the years. It’s true that with clever parsing of the <mrow>, you can figure out that the first | is an opener, the middle is binary of some sort and the final | is a closer. This example is clearly for illustration only, since it doesn’t appear to represent a mathematical construct. > > But getting back to my expectation-value example, how do you know what the vertical bars in ⟨Ψ|ℋ|Ψ⟩ mean? Are they separators or absolute values? As a physicist, I’d recognize this expression as a quantum mechanical expectation value and know that the vertical bars are separators, but without that context, the vertical bars have to have an attribute like separator=”true” to be unambiguous. yes my last example is meaningless so hard to vocalize. the point is though that the fence=true in mathml3 doesn't affect the spacing just a hint to speak the expression. The unfinished semantic attribution proposals for mathml4 would have something like <mrow semantics="quantum mechanical expectation(#1,#2,#3)"> <mo> ⟨</mo> <mi arg=1">Ψ</mi> <mo>|</mo> <mi arg="2">ℋ</mi> <mo>|</mo> <mi arg="3">Ψ</mi> <mo>⟩ </mo> </mrow> so you really know its the quantum mechanical expectation with those three parameters and you can pronounce it however you need. (there are several proposals for the exact syntax of the new semantics attributes but they all aim to give the same information here.) so that Disclaimer The Numerical Algorithms Group Ltd is a company registered in England and Wales with company number 1249803. The registered office is: Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom. This e-mail has been scanned for all viruses and malware, and may have been automatically archived by Mimecast Ltd, an innovator in Software as a Service (SaaS) for business.
Received on Tuesday, 28 July 2020 19:07:25 UTC