الگو:Infobox mathematics function
ظاهر
| Infobox mathematics function |
|---|
| name | |
|---|---|
| [[پرونده:{{{image}}}|بیقاب]] | |
| ویژگیهای اصلی | |
| زوج و فرد | parity |
| دامنه | domain |
| دامنه مشترک | codomain |
| تناوب | period |
| مقادیر ویژه | |
| عرض از مبدأ | zero |
| حدِ +∞ | plusinf |
| حد -∞ | minusinf |
| ماکسیمم | max |
| مینیمم | min |
| مقدار در vr1 | f1 |
| مقدار در vr2 | f2 |
| مقدار در [...] | [...] |
| مقدار در vr5 | f5 |
| ویژگیهای خاص | |
| مجانب | asymptote |
| ریشه | root |
| نقطه بحرانی | critical |
| نقطه عطف | inflection |
| نقطه ثابت | fixed |
notes | |
Blank syntax
[ویرایش]{{Infobox mathematics function
| name =
| image= |imagesize= <!--(default 220px)--> |imagealt=
| parity= |domain= |codomain= |period=
| zero= |plusinf= |minusinf= |max= |min=
| vr1= |f1= |vr2= |f2= |vr3= |f3= |vr4= |f4= |vr5= |f5=
| asymptote= |root= |critical= |inflection= |fixed=
| notes =
}}
Parameters
[ویرایش]- Pairs VR1-f1, f1-VR2, etc. are used for labeling specific value functions. Suppose a function at the point e has a value of 2e and that this point is because of something specific. In this case you should put that as VR1 = eand f1 = 2e. For the next point is used a couple of VR2-f2, etc. If you run out of points (five currently available), ask for more.
- Variables heading1, heading2, heading3 define whether some of the headlines basic properties, specific values, etc. be displayed. If you do not want a title to be displayed, simply delete the variable from the template. Set the value of the variable to 0 or anything will not prevent the display title.
- Variables plusinf and minusinf indicate the value function at + ∞ and - ∞.
- root is the x-intercept, critical is the critical point(s), inflection is inflection point(s)
- fixed is نقطه ثابت(s)
Example
[ویرایش]The code below produces the box opposite:
| Sine | |
|---|---|
| ویژگیهای اصلی | |
| زوج و فرد | odd |
| دامنه | (-∞,∞) |
| دامنه مشترک | [-1,1] |
| تناوب | 2π |
| مقادیر ویژه | |
| عرض از مبدأ | 0 |
| ماکسیمم | ((2k+½)π,1) |
| مینیمم | ((2k-½)π,-1) |
| ویژگیهای خاص | |
| ریشه | kπ |
| نقطه بحرانی | kπ-π/2 |
| نقطه عطف | kπ |
| نقطه ثابت | 0 |
Variable k is an عدد صحیح. | |
{{Infobox mathematics function
| name = Sine
| image = Sinus.svg
| parity=odd |domain=(-∞,∞) |codomain=[-1,1] |period=2π
| zero=0 |plusinf= |minusinf= |max=((2k+½)π,1) |min=((2k-½)π,-1)
| asymptote= |root=kπ |critical=kπ-π/2 |inflection=kπ |fixed=0
| notes = Variable k is an [[عدد صحیح]].
}}