User:MathMartin/Styleguide

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Language

"An unitary" or "an union" or "an university" were used in the 18th century, but now "a" rather than "an" is standard when the initial sound is "yoo".

Naming convention

N(x):=j=0kaji=0j(xxi1)

HTML math

Minus sign

Use [−1,1] instead of [-1,1]. The little hyphen is too short to be a minus sign.

TeX

Colon

f:(0,1)

instead of

f:(0,1)

Mapping arrows

When you want to define the domain and codomain of the mapping use

sq:

but when you define the actual mapping function use

xx2.

Standard function names

Use

eix=cosx+isinx

instead of

eix=cosx+isinx

to prevent the function names from looking like a variable.

Imaginary unit

The imaginary unit i should not be confused with the common variable i. So to make the imaginary unit look different it is better to write

eix=cosx+isinx

than

eix=cosx+isinx

Embedded fractions

When a fraction is in a superscript or otherwise deeply embedded within some other notation, it is often more legible like this

ex2/2

than like this

ex22

Spacing

Integrals

Use

f(x)dx

rather than

f(x)dx

Sets defined by using braces

This is another place where small spacing adjustments make notation look better. This

{f(x):0<x<2}

is better than this

{f(x):0<x<2}


Rate of change: The relationship between two numbers that are changing. To find it, you must divide. Formula: change in dependent variable/change in independent variable. Information by Daron Brown.

Probability: tells how likely something will happan. ex. The probability of a die landing on 4. Information by Daron Brown.

Equation: a math sentence that has an equal sign. ex. x + 3 = 10