查看“︁Template:Vec/doc”︁的源代码
←
Template:Vec/doc
跳转到导航
跳转到搜索
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
{{缺乏中文说明}} This template creates vectors using arrow notation in HTML, as an alternative to '''boldface'''. ==Parameters== The template has three parameters: <ol> <li>'''''Vector symbol''''': Insert the character, i.e. ''A'', Ω etc. Default is ''A''; to immediately show the template is in use, and prevent the arrow moving and overlapping text to one side.</li> <li>'''''Arrow direction''''': Select one of ''left'', ''right'', or ''double'' for the arrows →, ←, or ↔ respectively. The default is ''right''.</li> <li>'''''Arrow position''''': Select one of ''under'' or ''over'' to place the arrow over or under the character symbolizing the vector. The default is ''over''.</li> </ol> The defaults for 2 and 3 are set to match the LaTeX analogue of <code>\vec</code>: <math>\vec{A}</math>. ==Examples== ===No {{tl|math}}=== Illustration of all possibilities for italic ''A'': {| class="wikitable" |- ! ! Default ! Overarrow ! Underarrow |- ! Default |{{vec|''A''}} |{{vec|''A''||over}} |{{vec|''A''||under}} |- ! Left |{{vec|''A''|left}} |{{vec|''A''|left|over}} |{{vec|''A''|left|under}} |- ! Right |{{vec|''A''|right}} |{{vec|''A''|right|over}} |{{vec|''A''|right|under}} |- ! Double |{{vec|''A''|double}} |{{vec|''A''|double|over}} |{{vec|''A''|double|under}} |- |} with code: {| class="wikitable" |- ! ! Default ! Overarrow ! Underarrow |- ! Default |<code><nowiki>{{vec|''A''}}</nowiki></code> |<code><nowiki>{{vec|''A''||over}}</nowiki></code> |<code><nowiki>{{vec|''A''||under}}</nowiki></code> |- ! Left |<code><nowiki>{{vec|''A''|left}}</nowiki></code> |<code><nowiki>{{vec|''A''|left|over}}</nowiki></code> |<code><nowiki>{{vec|''A''|left|under}}</nowiki></code> |- ! Right |<code><nowiki>{{vec|''A''|right}}</nowiki></code> |<code><nowiki>{{vec|''A''|right|over}}</nowiki></code> |<code><nowiki>{{vec|''A''|right|under}}</nowiki></code> |- ! Double |<code><nowiki>{{vec|''A''|double}}</nowiki></code> |<code><nowiki>{{vec|''A''|double|over}}</nowiki></code> |<code><nowiki>{{vec|''A''|double|under}}</nowiki></code> |- |} Formulae: [[Vorticity]] of a fluid with [[velocity field]] {{vec|''u''}}: :{{vec|''ω''}} = {{vec|∇}} × {{vec|''u''}} Tangential [[velocity]] in [[rigid body dynamics]]: :{{vec|''v''}} = {{vec|''ω''}} × {{vec|''r''}} [[Rotating reference frame]]: :{{frac|d{{vec|''A''′}}|d''t''}} = {{frac|d{{vec|''A''}}|d''t''}} − {{vec|''ω''}} × {{vec|''A''}} :{{sfrac|d{{vec|''A''′}}|d''t''}} = {{sfrac|d{{vec|''A''}}|d''t''}} − {{vec|''ω''}} × {{vec|''A''}} ===Including {{tl|math}}=== Illustration of all possibilities for italic ''A'': {| class="wikitable" |- ! ! Default ! Overarrow ! Underarrow |- ! Default |{{math|{{vec|''A''}}}} |{{math|{{vec|''A''||over}}}} |{{math|{{vec|''A''||under}}}} |- ! Left |{{math|{{vec|''A''|left}}}} |{{math|{{vec|''A''|left|over}}}} |{{math|{{vec|''A''|left|under}}}} |- ! Right |{{math|{{vec|''A''|right}}}} |{{math|{{vec|''A''|right|over}}}} |{{math|{{vec|''A''|right|under}}}} |- ! Double |{{math|{{vec|''A''|double}}}} |{{math|{{vec|''A''|double|over}}}} |{{math|{{vec|''A''|double|under}}}} |- |} with code: {| class="wikitable" |- ! ! Default ! Overarrow ! Underarrow |- ! Default |<code><nowiki>{{math|{{vec|''A''}}}}</nowiki></code> |<code><nowiki>{{math|{{vec|''A''||over}}}}</nowiki></code> |<code><nowiki>{{math|{{vec|''A''||under}}}}</nowiki></code> |- ! Left |<code><nowiki>{{math|{{vec|''A''|left}}}}</nowiki></code> |<code><nowiki>{{math|{{vec|''A''|left|over}}}}</nowiki></code> |<code><nowiki>{{math|{{vec|''A''|left|under}}}}</nowiki></code> |- ! Right |<code><nowiki>{{math|{{vec|''A''|right}}}}</nowiki></code> |<code><nowiki>{{math|{{vec|''A''|right|over}}}}</nowiki></code> |<code><nowiki>{{math|{{vec|''A''|right|under}}}}</nowiki></code> |- ! Double |<code><nowiki>{{math|{{vec|''A''|double}}}}</nowiki></code> |<code><nowiki>{{math|{{vec|''A''|double|over}}}}</nowiki></code> |<code><nowiki>{{math|{{vec|''A''|double|under}}}}</nowiki></code> |- |} Formulae: [[Vorticity]] of a fluid with [[velocity field]] {{vec|''u''}}: :{{math|{{vec|''ω''}} {{=}} {{vec|∇}} × {{vec|''u''}}}} Tangential [[velocity]] in [[rigid body dynamics]]: :{{math|{{vec|''v''}} {{=}} {{vec|''ω''}} × {{vec|''r''}}}} [[Rotating reference frame]]: :{{math|{{frac|d{{vec|''A''′}}|d''t''}} {{=}} {{frac|d{{vec|''A''}}|d''t''}} − {{vec|''ω''}} × {{vec|''A''}}}} :{{math|{{sfrac|d{{vec|''A''′}}|d''t''}} {{=}} {{sfrac|d{{vec|''A''}}|d''t''}} − {{vec|''ω''}} × {{vec|''A''}}}} ==See also== *For [[quantum state]] vectors, see {{tl|braket}}. *For more general templates, allowing arbitrary characters and diacritics set above or below one another, see {{tl|overset}} and {{tl|underset}}. {{math templates|notation}} <includeonly> <!-- Categories and interwikis go here: --> [[Category:数学格式模板]] </includeonly>
该页面使用的模板:
Template:Frac
(
查看源代码
)
Template:Math
(
查看源代码
)
Template:Math templates
(
查看源代码
)
Template:Sfrac
(
查看源代码
)
Template:Tl
(
查看源代码
)
Template:Vec
(
查看源代码
)
Template:缺乏中文说明
(
查看源代码
)
返回
Template:Vec/doc
。
导航菜单
个人工具
登录
命名空间
模板
讨论
不转换
查看
阅读
查看源代码
查看历史
更多
搜索
导航
首页
最近更改
随机页面
MediaWiki帮助
特殊页面
工具
链入页面
相关更改
页面信息