Template:Equation: Difference between revisions

From DispersiveWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 56: Line 56:
</div>
</div>
<noinclude>
<noinclude>
This is the equation template.
== How to use this template ==
To insert an infobox such as the one on the right onto any page, add the following text near the top of the page (and edit the text in angled
brackets appropriately):
 
:<nowiki>{{equation</nowiki>
 
:<nowiki> | name = <name of equation></nowiki>
 
:<nowiki> | equation = <formula for equation></nowiki>
 
:<nowiki> | fields = <the fields involved in the equation></nowiki>
 
:<nowiki> | data = <the initial data class> </nowiki>
 
:<nowiki> | hamiltonian = <the degree of hamiltonian structure></nowiki>
 
:<nowiki> | linear = <the linear component of the equation></nowiki>
 
:<nowiki> | nonlinear = <the strength of the nonlinearity></nowiki>
 
:<nowiki> | critical = <the scale invariant initial data class></nowiki>
 
:<nowiki> | criticality = <is the equation subcritical, critical, or supercritical in various senses?></nowiki>
 
:<nowiki> | covariance = <the geometric symmetry group></nowiki>
 
:<nowiki> | lwp = <best known local wellposedness></nowiki>
 
:<nowiki> | gwp = <best known global wellposedness></nowiki>
 
:<nowiki> | parent = <more general equation></nowiki>
 
:<nowiki> | special = <more specific equation></nowiki>
 
:<nowiki> | related = <related equations></nowiki>
 
:<nowiki>}}</nowiki>
 
See for instance the page on [[NLS]] for an instance of this template in action.
 
Some commentary on the less self-explanatory of these tags:
* ''hamiltonian'': The options here are non-Hamiltonian, [[Hamiltonian]], and [[completely integrable]].
* ''linear'': For most equations the options will be [[free Schrodinger equation|Schrodinger]], [[free wave equation|wave]], or [[Airy equation|Airy]].
* ''nonlinear'': The options here are [[linear]], [[semilinear]], [[semilinear|semilinear with derivatives]], [[quasilinear]], and [[fully nonlinear]].
* ''criticality'': critically with respect to mass, energy, or scattering.  See [[Critical]].
* ''covariance'': Typically one has [[Galilean]] or [[Lorentzian]] symmetry, sometimes supplemented by [[gauge]] invariance; occasionally one also has [[conformal]] or [[pseudoconformal]] symmetry.
</noinclude>
</noinclude>

Revision as of 19:22, 9 August 2006

{{{name}}}
Description
Equation {{{equation}}}
Fields {{{fields}}}
Data class {{{data}}}
Basic characteristics
Structure {{{hamiltonian}}}
Nonlinearity {{{nonlinear}}}
Linear component {{{linear}}}
Critical regularity {{{critical}}}
Criticality {{{criticality}}}
Covariance {{{covariance}}}
Theoretical results
LWP {{{lwp}}}
GWP {{{gwp}}}
Related equations
Parent class {{{parent}}}
Special cases {{{special}}}
Other related {{{related}}}

How to use this template

To insert an infobox such as the one on the right onto any page, add the following text near the top of the page (and edit the text in angled brackets appropriately):

{{equation
| name = <name of equation>
| equation = <formula for equation>
| fields = <the fields involved in the equation>
| data = <the initial data class>
| hamiltonian = <the degree of hamiltonian structure>
| linear = <the linear component of the equation>
| nonlinear = <the strength of the nonlinearity>
| critical = <the scale invariant initial data class>
| criticality = <is the equation subcritical, critical, or supercritical in various senses?>
| covariance = <the geometric symmetry group>
| lwp = <best known local wellposedness>
| gwp = <best known global wellposedness>
| parent = <more general equation>
| special = <more specific equation>
| related = <related equations>
}}

See for instance the page on NLS for an instance of this template in action.

Some commentary on the less self-explanatory of these tags: