Template:Infobox mathematics function/doc

From blackwiki
< Template:Infobox mathematics function
Revision as of 14:34, 1 June 2014 by imported>Sardanaphalus (clear right)
Jump to navigation Jump to search
name
[[File:{{{image}}}|frameless]]
Basic features
Parityparity
Domaindomain
Codomaincodomain
Periodperiod
 
Specific values
At zerozero
Limit to +plusinf
limit to -minusinf
Maximamax
Minimamin
Value at vr1f1
Value at vr5f5
 
Specific features
Asymptoteasymptote
Rootroot
Critical pointcritical
[[Inflection point|
  1. REDIRECT Template:Wrap]]
inflection
[[Fixed point (mathematics)|
  • REDIRECT Template:Wrap]]
  • fixed
     

    notes

    Blank syntax

    {{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 fixed point(s)

    For example, the below produces the box to the right:

    Sine
    File:Sinus.svg
    Basic features
    Parityodd
    Domain(-∞,∞)
    Codomain[-1,1]
    Period
     
    Specific values
    At zero0
    Maxima((2k+½)π,1)
    Minima((2k-½)π,-1)
     
    Specific features
    Root
    Critical pointkπ-π/2
    [[Inflection point|
    1. REDIRECT Template:Wrap]]
    [[Fixed point (mathematics)|
  • REDIRECT Template:Wrap]]
  • 0
     

    Variable k is an integer.
    {{Function
    |name = Sine
    |image = Sinus.svg
    |heading1 = 1
    |parity = odd
    |domain =  (-∞,∞)
    |codomain = [-1,1]
    |period = 2π
    |heading2 = 1
    |zero = 0
    |plusinf =
    |minusinf =
    |max = ((2k+½)π,1)
    |min = ((2k-½)π,-1)
    |vr1 =
    |f1 =
    |vr2 =
    |f2 =
    |vr3 =
    |f3 =
    |vr4 =
    |f4 =
    |vr5 =
    |f5 =
    |heading3 = 1
    |asymptote =
    |root = kπ
    |critical = kπ-π/2
    |inflection = kπ
    |fixed = 0
    |notes =Variable k is an [[integer]].
    }}
    

    See also