Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Bracket
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Uses of β¨ β©<span class="anchor" id="Uses of angle brackets"></span>=== Angle brackets are infrequently used to denote [[Intrapersonal communication|words that are thought]] instead of spoken, such as: :{{angbr|What an unusual flower!}} In [[textual criticism]], and hence in many editions of pre-modern works, chevrons denote sections of the text which are illegible or otherwise lost; the editor will often insert their own reconstruction where possible within them.<ref name="Trask">{{cite book |last1=Trask |first1=Robert Lawrence |title=The Dictionary of Historical and Comparative Linguistics |date=2000 |publisher=[[Edinburgh University Press]] |page=22 |chapter-url=https://books.google.com/books?id=EHeGzQ8wuLQC&pg=PA22 |chapter=Angle brackets |isbn=9781579582180 |access-date=8 August 2015 |archive-date=31 October 2023 |archive-url=https://web.archive.org/web/20231031135122/https://books.google.com/books?id=EHeGzQ8wuLQC&pg=PA22#v=onepage&q&f=false |url-status=live }}</ref> In [[comic book]]s, chevrons are often used to mark dialogue that has been translated notionally from another language; in other words, if a character is speaking another language, instead of writing in the other language and providing a translation, one writes the translated text within chevrons. Since no foreign language is actually written, this is only ''notionally'' translated.{{Citation needed|date=March 2017}} In [[linguistics]], angle brackets identify [[grapheme]]s ({{abbr|e.g.|for example}}, letters of an alphabet) or [[orthography]], as in "The English word {{IPA|/kΓ¦t/}} is spelled {{angbr|cat}}."<ref>{{cite book |last=Bauer |first=Laurie |title=The Linguistics Student's Handbook |date=2007 |publisher=[[Edinburgh University Press]] |page=99 |chapter-url=https://books.google.com/books?id=WsrtrmHkLvoC&pg=PA99 |chapter=Notational conventions: Brackets |isbn=9780748627592 |access-date=8 August 2015 |archive-date=31 October 2023 |archive-url=https://web.archive.org/web/20231031135124/https://books.google.com/books?id=WsrtrmHkLvoC&pg=PA99 |url-status=live }}</ref><ref name="Sampson">{{cite book |last=Sampson |first=Geoffrey |editor-last=Allan |editor-first=Keith |title=The Routledge Handbook of Linguistics |date=2016 |publisher=Routledge |page=60 |chapter-url=https://books.google.com/books?id=3vssCgAAQBAJ&pg=PA60 |chapter=Writing systems: methods for recording language |isbn=9781317513049 |access-date=8 August 2015 |archive-date=31 October 2023 |archive-url=https://web.archive.org/web/20231031135126/https://books.google.com/books?id=3vssCgAAQBAJ&pg=PA60#v=onepage&q&f=false |url-status=live }}</ref><ref name="Trask" /> {{crossreference|(See [[International Phonetic Alphabet#Brackets and transcription delimiters|IPA Brackets and transcription delimiters]].)}} In [[epigraphy]], they may be used for mechanical transliterations of a text into the Latin script.<ref name="Sampson" /> In [[Quotation mark#Chinese, Japanese and Korean quotation marks|East Asian punctuation]], angle brackets are used as [[quotation mark]]s. Chevron-like symbols are part of standard [[Chinese language|Chinese]], [[Japanese language|Japanese]] and{{snd}} less frequently{{snd}} [[Korean language|Korean]] punctuation, where they generally enclose the titles of books, as: <span style="writing-mode:vertical-rl">γ οΈ γ</span> or <span style="writing-mode:vertical-rl">γ οΈ γ</span> for traditional [[tategaki|vertical printing]] β written in vertical lines β and as γ ... γ or γ ... γ for [[yokogaki|horizontal]] printing β in horizontal. ====Angle brackets in mathematics==== {{main|Glossary of mathematical symbols#β¨β©}} Angle brackets (or 'chevrons') are used in [[group theory]] to write [[group presentation]]s, and to denote the [[group generators|subgroup generated]] by a collection of elements. In [[set theory]], chevrons or parentheses are used to denote [[ordered pair]]s<ref>{{cite book |last=Hefferon |first=Jim |title=Linear algebra |edition=Third |url= http://joshua.smcvt.edu/linearalgebra/book_ed3.pdf |page=121 |publisher=Saint Michael's College |access-date=26 March 2021 |archive-date=3 December 2020 |archive-url= https://web.archive.org/web/20201203193951/http://joshua.smcvt.edu/linearalgebra/book_ed3.pdf |url-status=live}}</ref> and other [[tuple]]s, whereas curly brackets are used for unordered sets. ====Physics and mechanics==== In physical sciences and statistical mechanics, angle brackets are used to denote an average (''[[Expected value#Notations|expected value]]'') over time or over another continuous parameter. For example: :<math>\left\langle V(t)^2 \right\rangle = \lim_{T\to\infty} \frac{1}{T}\int_{-\frac{T}{2}}^{\frac{T}{2}} V(t)^2\,{\rm{d}}t. </math> In mathematical physics, especially [[quantum mechanics]], it is common to write the [[inner product]] between elements as {{math|{{bra-ket|''a''|''b''}}}}, as a short version of {{math|{{bra|''a''}}Β·{{ket|''b''}}}}, or {{math|{{bra|''a''}}''Γ''{{ket|''b''}}}}, where {{math|''Γ''}} is an [[Operator (physics)|operator]]. This is known as ''Dirac notation'' or ''[[braβket notation]]'', to note vectors from the [[dual space]]s of the Bra {{angbr|{{math|''A''{{pipe}}}} and the Ket {{math|{{pipe}}''B''}}}}. But there are [[Inner product space#Alternative definitions, notations and remarks|other notations]] used. In [[continuum mechanics]], chevrons may be used as [[Macaulay brackets]]. ====Angle brackets in programming languages==== {{Wiktionary pipe|angle bracket||β¨ β©||Unsupported titles/Enclosing less than greater than|< >|broket||pointy bracket||diamond bracket|}} In [[C++]] angle brackets (actually less-than and greater-than) are used to surround arguments to [[template (C++)|template]]s. They are also used to surround the names of [[header file#C/C++|header files]]; this usage was inherited from and is also found in [[C (programming language)|C]]. In the [[Z notation|Z]] [[formal specification]] language, angle brackets define a sequence. In [[HTML]], angle brackets (actually 'greater than' and 'less than' symbols) are used to bracket meta text. For example {{tag|b|o}} denotes that the following text should be displayed as bold. Pairs of meta text tags are required β much as brackets themselves are usually in pairs. The end of the bold text segment would be indicated by {{tag|b|c}}. This use is sometimes extended as an informal mechanism for communicating mood or tone in digital formats such as messaging, for example adding "<sighs>" at the end of a sentence. {{clear}}
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Bracket
(section)
Add topic