Difference between revisions of "Documentation/FR/Math/Operateurs fonctions"

From Apache OpenOffice Wiki
< Documentation‎ | FR‎ | Math
Jump to: navigation, search
m
m (Opérateurs unaires/binaires)
Line 23: Line 23:
 
<math>a\mathrm{\div }b</math> : a div b
 
<math>a\mathrm{\div }b</math> : a div b
  
<math>a\mathrm{/}b</math> : a / b
+
<math>a\mathrm{/}b \,</math> : a / b
  
 
<math>a\mathrm{\circ }b</math> : a circ b
 
<math>a\mathrm{\circ }b</math> : a circ b
Line 29: Line 29:
 
<math>a\mathrm{\setminus }b</math> : a bslash b
 
<math>a\mathrm{\setminus }b</math> : a bslash b
  
<math></math> : a wideslash b
+
[[File:Fr.HT_Math_Wideslash.PNG]] : a wideslash b
  
<math></math> : a widebslash b
+
[[File:Fr.HT_Math_Widebslash.PNG]] : a widebslash b
  
 
<math>\mathrm{\neg }a</math> : neg a
 
<math>\mathrm{\neg }a</math> : neg a
Line 53: Line 53:
 
<math>a\mathrm{\oslash }b</math> : a odivide b
 
<math>a\mathrm{\oslash }b</math> : a odivide b
  
<math>abc</math> : a boper b c
+
<math>a~bc \,</math> : a boper b c
  
 
== Relations ==
 
== Relations ==

Revision as of 20:24, 23 May 2010

Opérateurs et fonctions[1]

Opérateurs unaires/binaires

 : -a

 : +a

 : +-a

 : plusminus a

 : -+a

 : minusplus a

 : a cdot b

 : a times b

 : a * b

 : a over b

 : a div b

 : a / b

 : a circ b

 : a bslash b

Fr.HT Math Wideslash.PNG : a wideslash b

Fr.HT Math Widebslash.PNG : a widebslash b

 : neg a

 : a and b

 : a & b

 : a or b

 : a | b

 : a oplus b

 : a ominus b

 : a otimes b

 : a odot b

 : a odivide b

 : a boper b c

Relations

 : a = b

: a <> b

 : a neq b

: a < b

 : a lt b

: a <= b

 : a leslant b

 : a le b

: a <<b

 : a ll b

 : a gt b

 : a > b

 : a >= b

 : a ge b

 : a geslant b

 : a>>b

 : a gg b

 : a approx b

 : a sim b

 : a simeq b

 : a equiv b

 : a prop b

 : a parallel b

 : a ortho b

 : a divides

 : a ndivides b

 : a toward b

 : a dlarrow b

 : a dlrarrow b

 : a drarrow b

 : a def b

 : a transl b

 : a transr b

Opérateurs d’ensemble

 : a in b

 : a notin b

 : a owns b

 : a ni b

 : a intersection b

 : a union b

 : a setminus b

 : a slash b

 : a subset b

 : a subseteq b

 : a supset b

 : a supseteq b

 : a nsubset b

 : a nsubseteq

 : a nsupset

 : a nsubseteq

 : emptyset

 : aleph

 : setN

 : setZ

 : setQ

 : setR

 : setC

Fonctions

 : abs{a}

 : fact a

 : sqrt{a}

 : nroot{a}{b}

 : a^{b}

 : func e^{a}

Opérateurs

 : lim a

 : liminf f

 : limsup f

 : oper a b

 : uoper a b

 : sum a

 : prod a

: coprod a

 : int a

 : iint a

 : iiint a

 : lint a

 : llint a

 : lllint a

 : sum from 1 to 10 n^2

Attributs

 : acute a

 : grave a

 : check a

 : breve a

 : circle a

 : dot a

 : ddot a

 : dddot a

 : bar a

 : vect a

 : tilde a

 : hat a

 : widevec abc...

 : widetilde abc...

 : widehat abc...

 : overline abc...

 : underline abc...

 : overstrike abc...

 : abc... overbrace d

 : abc... underbrace d

 : phantom a

 : bold a (nbold pour annuler bold)

 : ital 2 (nital pour annuler ital)

 : size 20{a}

 : size +20{a}

 : size -4{a}

 : size *2{a}

 : size /2{a}

 : font fixed a

 : color green a Liste des couleurs : white, black, cyan, magenta, red, blue, green, yellow

Parenthèses

 : {a} (ensemble 'a')

 : (a)

: [a]

 : lbrace a rbrace

 : langle a mline b rangle

 : lceil a rceil

 : lfloor a rfloor

 : lline a rline

: ldline a rdline

 : left ( a right )

: left [ a right ]

 : left lbrace a right rbrace

 : left langle a right rangle

 : left lline a right rline

 : left ldline a right rdline

 : ldbracket

 : left lbrace a right none

Formatage

 : a ^ b

 : a sup b

 : a rsup b

 : a _ b

 : a sub b

 : a rsub b

 : a lsup b

 : a lsub b

 : a csup b

 : a csub b

: newline
: ` (petite espace)
: ~ (espace)

 : binom {a}{b}

 : stack { a # b # c }

 : matrix{a # b ## c # d}

 : alignl 1 over {1+a}

 : alignc 1 over {1+a}

 : alignr 1 over {1+a}

Autres

: infinity ou infty

 : partial

 : nabla

 : exists

 : forall

 : hbar

 : lambdabar

 : Re

 : Im

 : wp

∍ : backepsilon

 : leftarrow

 : rightarrow

 : uparrow

 : downarrow

 : dotslow

 : dotsaxis

 : dotsvert

 : dotsup

 : dotsdown

 : dotsdiag

Présentation

: %% a

Ce symbole ouvre une ligne de commentaire


Pour créer un ensemble, il faut utiliser les accolades {}


  1. (avec l’aimable autorisation de Girard YONI)

Chapitre précédent : Annexe 1 Personnalisation

Chapitre suivant : Annexe 3 Symboles prédéfinis

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools