Techniques des Mathématiques ( Niveau BEP, BAC ; Master, DESS)

Techniques des Mathématiques ( Niveau BEP, BAC ; Master, DESS)

E - Tableau (Math)

Vocabulaire :

 

 

table table
table   cell cellule   du tableau largeur   fixe
background-color Couleur   de fond
border-color couleur   de la bordure
border   style style   de bordure
border-right Bordure de droite
border-left Bordure de gauche
border-top Bordure du haut
border-bottom Bordure du bas
border   width largeur   de la bordure
collapse effondrement
display affichage
float flotte
height la   taille
left à   gauche
margin marge
padding rembourrage
position position
top haut
width largeur
outset début
inset insérer
dotted pointé

 

 

____________________

 

 

Visibilité de la collonne :

 

a
b
c

 

 

CODE

 

<p>&nbsp;</p>
<p>Visibilit&eacute; de la collonne :</p>
<p>&nbsp;</p>
<table style="width: 80px; border-collapse: collapse;" border="0" cellspacing="0" cellpadding="0"><colgroup><col width="80" style="width: 60pt;" /></colgroup>
<tbody>
<tr height="20" style="height: 15pt;">
<td width="80" height="20" style="width: 60pt; height: 15pt;">a</td>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" style="height: 15pt;">b</td>
</tr>
<tr height="20" style="height: 15pt;">
<td height="20" style="height: 15pt;">c</td>
</tr>
</tbody>
</table>

 

 

DEBUT

 

a
b
c

 

FIN

 

CODE

 

 

________________

 

Σ<p></p>
<p></p>
<table>
<tbody>
<tr>
<td>a</td>
<td>b</td>
<td>c</td>
</tr>
</tbody>
</table>

 

 

a b c

 

 

__________  

 

 DIVISION

 

 

a x2 + bx +c
a x2 + bx +c

_________________

 

RACINE :

 

 

 

ax+b

 

 

 

_________________________

 

 

SOMME 

 

Sans mise en forme :

_________________ 

 

  3  
  Σ  
  1  

 

Programme :

 

 <table>
<tbody>
<tr>
<td>&nbsp;</td>
<td>3</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
<table>
<tbody>
<tr>
<td>&nbsp;</td>
<td>&Sigma;</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
<table>
<tbody>
<tr>
<td>&nbsp;</td>
<td>1</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>

 

 

Avec Mise en forme

 

_________________ 

 

 

i = n   
  Σ      a k x k  
i = 1   

 

______________

 

VISIBILITE :

 

Collonne Caché :

 

i = n
 f(x) = =
i = 1

 

 

<table style="width: 180px;" border="0" cellspacing="0" cellpadding="0"><colgroup><col width="80" /><col width="11" /><col width="18" /><col width="15" /><col width="237" /><col width="14" /></colgroup>
<tbody>
<tr height="20">
<td width="80" height="20"></td>
<td width="11">i</td>
<td width="18">=</td>
<td width="15">n</td>
<td width="237"></td>
<td width="14"></td>
</tr>
<tr height="20">
<td height="20">&nbsp;f(x) =</td>
<td></td>
<td class="xl65">&sum;</td>
<td></td>
<td></td>
<td>=</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>i</td>
<td>=</td>
<td align="right">1</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>

 

 

Colonne visible :

 

i = n
 f(x) = =
i = 1

 

 

<table style="width: 180px;" border="1" cellspacing="0" cellpadding="0"><colgroup><col width="80" /><col width="11" /><col width="18" /><col width="15" /><col width="237" /><col width="14" /></colgroup>
<tbody>
<tr height="20">
<td width="80" height="20"></td>
<td width="11">i</td>
<td width="18">=</td>
<td width="15">n</td>
<td width="237"></td>
<td width="14"></td>
</tr>
<tr height="20">
<td height="20">&nbsp;f(x) =</td>
<td></td>
<td class="xl65">&sum;</td>
<td></td>
<td></td>
<td>=</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>i</td>
<td>=</td>
<td align="right">1</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>

 

 

 

Collonne Caché (code modifier) :

 

i = n
 f(x) = =
i = 1

 

<table style="width: 180px;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr height="20">
<td width="80" height="20"></td>
<td width="11">i</td>
<td width="18">=</td>
<td width="15">n</td>
<td width="237"></td>
<td width="14"></td>
</tr>
<tr height="20">
<td height="20">&nbsp;f(x) =</td>
<td></td>
<td class="xl65">&sum;</td>
<td></td>
<td></td>
<td>=</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>i</td>
<td>=</td>
<td align="right">1</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>

 

 

 

 

i = n   
  Σ      a k x k  
i = 1   

 

______________

 

Couleur :

 

 

Couleur bleu :

 

 

i = n   
  Σ      a k x k  
i = 1   

 

Code :

 

<p>&nbsp;</p>
<p>Couleur :</p>
<p></p>
<p></p>
<p>Couleur bleu :</p>
<p></p>
<p><span style="color: #0000ff;">&nbsp;</span></p>
<table>
<tbody>
<tr>
<td><span style="color: #0000ff; font-size: small;">i</span></td>
<td><span style="color: #0000ff; font-size: small;">=</span></td>
<td><span style="color: #0000ff; font-size: small;">n</span></td>
<td><span style="color: #0000ff;">&nbsp;&nbsp;</span></td>
</tr>
</tbody>
</table>
<table>
<tbody>
<tr>
<td><span style="color: #0000ff; font-size: medium;">&nbsp;</span></td>
<td><span style="color: #0000ff; font-size: medium;">&Sigma;</span></td>
<td><span style="color: #0000ff; font-size: medium;">&nbsp; &nbsp;</span></td>
<td><span style="color: #0000ff; font-size: medium;">&nbsp;a <sub>k</sub>&nbsp;x <sup>k</sup> &nbsp;</span></td>
</tr>
</tbody>
</table>
<table>
<tbody>
<tr>
<td><span style="color: #0000ff; font-size: small;">i</span></td>
<td><span style="color: #0000ff; font-size: small;">=</span></td>
<td><span style="color: #0000ff; font-size: small;">1</span></td>
<td><span style="color: #0000ff;">&nbsp;&nbsp;</span></td>
</tr>
</tbody>
</table>
<p><span style="color: #0000ff; font-size: medium;">&nbsp;</span></p>
<p><span style="color: #0000ff; font-size: medium;">Code :</span></p>
<p><span style="color: #0000ff; font-size: medium;"></span></p>
<p><span style="color: #0000ff; font-size: medium;"></span></p>
<p><span style="color: #0000ff;">&nbsp;</span></p>
<p></p>

 

 

 _____________________________

 

 

i = n   

 

  Σ      a k x k  

 

i = 1   

 

 ______________________

 

 

 

 

i = n   
  Σ      a k x k  
i = 1   

 

 

 

 

_________________

 

  3  
  Σ  
  1  

  

 

_________________  

 

Alors sans le vouloir j'ai pu fonction ctl fr, qui me montre un tableau, mais pour l'instant pas génial :

 

f d
a b c

 

 

 

 

i = 3  
  Σ   
  a k x k
i = 1

________________

 

 



23/02/2016
0 Poster un commentaire

A découvrir aussi


Inscrivez-vous au blog

Soyez prévenu par email des prochaines mises à jour

Rejoignez les 11 autres membres