Difference between revisions of "Template:Langle/doc"

From blackwiki
Jump to navigation Jump to search
imported>Maschen
imported>Funandtrvl
(nvbx)
Line 1: Line 1:
 +
{{documentation subpage}}
 
This is the left-handed angular bracket used for writing [[average]]s or [[bra–ket notation]], with other applications primarily in [[mathematics]] and [[physics]], for use when inline html rendering is desired rather than {{TeX}} rendering.  
 
This is the left-handed angular bracket used for writing [[average]]s or [[bra–ket notation]], with other applications primarily in [[mathematics]] and [[physics]], for use when inline html rendering is desired rather than {{TeX}} rendering.  
  
Line 4: Line 5:
  
 
==Examples==
 
==Examples==
 
 
;Bras
 
;Bras
  
Line 85: Line 85:
 
then √{{langle}}''q''<sup>2</sup>{{rangle}}, i.e. square every value, then average, then take the root.
 
then √{{langle}}''q''<sup>2</sup>{{rangle}}, i.e. square every value, then average, then take the root.
 
</pre>
 
</pre>
 +
 +
==See also==
 +
{{Math templates |notation}}
 +
 +
<includeonly>
 +
<!-- CATEGORIES HERE, THANKS -->
 +
[[Category:Mathematical formatting templates]]
 +
</includeonly>

Revision as of 22:05, 17 April 2014

This is the left-handed angular bracket used for writing averages or bra–ket notation, with other applications primarily in mathematics and physics, for use when inline html rendering is desired rather than Template:TeX rendering.

This is used in the {{braket}} template. When creating bra or ket vectors, or inner products, use {{Braket}} to save the trouble of typing &#124; (for the pipe symbol), {{langle}}, or {{rangle}} every time.

Examples

Bras

The superposition of states can be written ⟨p| + ⟨q| + ⟨χ| + ⟨ψ|, which is inline with the text.

Another superposition of states: ⟨P| + ⟨Q| + ⟨Φ| + ⟨Ψ|, again inline.

The superposition of states can be written {{langle}}p| + {{langle}}q| + {{langle}}χ| + {{langle}}ψ|, which is inline with the text.

Another superposition of states: {{langle}}P| + {{langle}}Q| + {{langle}}Φ| + {{langle}}Ψ|, again inline.
Tables (also hidden boxes)

Due to the vertical bar | used in template coding, the html code &#124; must be used when bra–ket notation is used in tables, else some parts will not show up because of code interference.

The correct way:

Left bracket alone Bra
⟨Φ + ⟨Ψ ⟨Φ| + ⟨Ψ|

and the wrong way:

Left bracket alone Bra
⟨Φ + ⟨Ψ + ⟨Ψ|
The correct way: 

{| class="wikitable"
|-
! Left bracket alone 
! Bra 
|-
| {{langle}}Φ + {{langle}}Ψ
| {{langle}}Φ&#124; + {{langle}}Ψ&#124;
|}

and the wrong way:

{| class="wikitable"
|-
! Left bracket alone 
! Bra 
|-
| {{langle}}Φ + {{langle}}Ψ
| {{langle}}Φ| + {{langle}}Ψ|
|}
In conjunction with {{rangle}}

One sum of inner products is ⟨p|qTemplate:Rangle + ⟨χ|ψTemplate:Rangle, a real number.

A sum of average values could be ⟨P|E|QTemplate:Rangle + ⟨Φ|pTemplate:Rangle, another real number.

One sum of inner products is {{langle}}p|q{{rangle}} + {{langle}}χ|ψ{{rangle}}, a real number.

A sum of average values could be {{langle}}P|''E''|Q{{rangle}} + {{langle}}Φ|''p''|Ψ{{rangle}}, another real number.

The average of a quantity q may be written ⟨qTemplate:Rangle. The root mean square is then √⟨q2Template:Rangle, i.e. square every value, then average, then take the root.

The average of a quantity ''q'' may be written {{langle}}''q''{{rangle}}. The root mean square is 
then √{{langle}}''q''<sup>2</sup>{{rangle}}, i.e. square every value, then average, then take the root.

See also