Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1979 | bpr | 1 | !read tabletheme |
29 | reyssat | 2 | Wanneer je met WIMS werkt, wordt je regelmatig verzocht een wiskundige formule in te typen. |
3 | <p> |
||
689 | schaersvoo | 4 | Bij |
5 | !href module=H4/algebra/logaritme.nl&subject=11&taal=$lang&total_exos=3&usage=2 sommige modules |
||
6 | </a> kun je gebruik maken van een speciale wiskunde invoer java-applet [jove-inria]. |
||
7 | <p> |
||
8 | Bij andere modules moet de wiskunde via het toetsenbord worden ingevoerd.<br> |
||
29 | reyssat | 9 | Wiskundige vergelijkingen worden op de normale Computer Algebra Systeem (CAS) manier ingevoerd: |
10 | zoals :<br> |
||
11 | <tt>3*x+5</tt> voor |
||
12 | !htmlmath 3x+5 |
||
13 | , <tt>sin(pi*x)</tt> voor |
||
14 | !htmlmath sin(pi*x) |
||
15 | , <tt>y^3+1</tt> voor |
||
16 | !htmlmath y^3+1 |
||
17 | , <tt>(x+1)/(y-1)</tt> voor |
||
18 | !set ins_align=middle |
||
19 | !instex $$$$ {x+1 \over y-1} $$$$ |
||
20 | , etc. |
||
21 | <p> |
||
689 | schaersvoo | 22 | Daarnaast beschikt WIMS over een syntax-checker, die veel gemaakte "fouten |
29 | reyssat | 23 | en slordigheidjes" in wiskundige notaties kan corrigeren.<br> |
24 | Bijvoorbeeld, <tt>3x+5</tt> |
||
25 | wordt intern gelezen als <tt>3*x+5</tt>, <tt>sin x</tt> wordt gecorrigererd naar |
||
26 | <tt>sin(x)</tt>, etc. |
||
27 | We raden natuurlijk aan om gewoon "correcte" wiskunde in te voeren... |
||
28 | <p> |
||
689 | schaersvoo | 29 | Hieronder staat een lijst van wiskundige functies en de schrijfwijze. |
29 | reyssat | 30 | Deze functies worden door WIMS herkend wanneer ze in een zinvolle context staan. |
689 | schaersvoo | 31 | (Sommige modules acepteren ook nog andere functies; raadpleeg de helppagina's van deze modules hiervoor.) |
29 | reyssat | 32 | <p> |
33 | !set x=x |
||
689 | schaersvoo | 34 | U kunt $x vervangen door elke sub-uitdrukking in de volgende tabel. |
29 | reyssat | 35 | <p> |
1979 | bpr | 36 | $table_header |
37 | $table_tr<th>functie<th>omschrijving<th>hoe in te typen |
||
38 | |||
39 | $table_tr<td>$m_pi |
||
29 | reyssat | 40 | <td>alom bekende constante<td> |
41 | <tt>pi</tt> of <tt>Pi</tt> of <tt>PI |
||
1979 | bpr | 42 | $table_tr<td><i>e</i><td>basis van de natuurlijke logaritme<td> |
29 | reyssat | 43 | <tt>e</tt> or <tt>E</tt> |
1979 | bpr | 44 | |
45 | $table_tr<td>|$x|<td>absolute waarde van $x<td><tt>abs(x) |
||
46 | $table_tr<td>sign($x)<td>het teken van $x: |
||
29 | reyssat | 47 | <br> =-1 als $x<0<br> =0 als $x=0<br> =1 als $x>0 |
48 | <td><tt>sign(x) |
||
1979 | bpr | 49 | $table_tr<td> |
29 | reyssat | 50 | !instex $$ \sqrt x $$ |
51 | <td>de vierkantswortel van $x |
||
52 | <td><tt>sqrt(x)</tt> or <tt>x^(1/2) |
||
2085 | bpr | 53 | $table_tr<td> |
54 | !instex $$ [ x ] $$ |
||
55 | <td>integer het dichtst bij $x<td><tt>rint(x) |
||
56 | $table_tr<td> |
||
57 | !instex $$\lfloor x \rfloor $$ |
||
58 | <td>grootste integer $m_le$x<td><tt>floor(x) |
||
59 | $table_tr<td> |
||
60 | !instex $$ \lceil x \rceil $$ |
||
61 | <td>kleinste integer $m_ge$x<td><tt>ceil(x) |
||
1979 | bpr | 62 | |
63 | $table_tr<td><i>e<sup>x</sup><td>exponentieel<td> |
||
29 | reyssat | 64 | <tt>exp(x)</tt> of <tt>e^x</tt> of <tt>E^x |
1979 | bpr | 65 | $table_tr<td>ln($x)<td>natuurlijke logaritme<td><tt>log(x)</tt> of<tt>ln(x) |
66 | $table_tr<td>lg($x)<td>logaritme met grondgetal 10<td><tt>lg(x)</tt> of <tt>log10(x) |
||
67 | |||
68 | $table_tr<td>sin($x)<td>goniometrische sinus<td><tt>sin(x) |
||
69 | $table_tr<td>cos($x)<td>goniometrische cosinus<td><tt>cos(x) |
||
70 | $table_tr<td>tg($x)<td>goniometrische tangens<td><tt>tan(x)</tt> of <tt>tg(x) |
||
71 | $table_tr<td>ctg($x)<td>goniometrische cotangens<td><tt>cotan(x)</tt> of <tt>ctg(x) |
||
29 | reyssat | 72 | </tt> <br> of <tt>cot(x) |
1979 | bpr | 73 | $table_tr<td>arcsin($x)<td>inverse goniometrische<td><tt>asin(x)</tt> of |
29 | reyssat | 74 | <tt>arcsin(x) |
1979 | bpr | 75 | $table_tr<td>arccos($x)<td>inverse goniometrische<td><tt>acos(x)</tt> of |
29 | reyssat | 76 | <tt>arccos(x) |
1979 | bpr | 77 | $table_tr<td>arctg($x)<td>inverse goniometrische<td><tt>atan(x)</tt> of |
29 | reyssat | 78 | <tt>arctan(x)</tt> <br>of <tt>arctg(x) |
1979 | bpr | 79 | |
80 | $table_tr<td>sh($x)<td>sinus hyperbolicus<td><tt>sh(x)</tt> of <tt>sinh(x) |
||
81 | $table_tr<td>ch($x)<td>cosinus hyperbolicus<td><tt>ch(x)</tt> of <tt>cosh(x) |
||
82 | $table_tr<td>th($x)<td>tangens hyperbolicus<td><tt>th(x)</tt> of <tt>tanh(x) |
||
83 | $table_tr<td>Argsh($x)<td>inverse hyperbolische<td><tt>asinh(x)</tt> of <tt>argsh(x) |
||
29 | reyssat | 84 | <br>of <tt>Argsh(x) |
1979 | bpr | 85 | $table_tr<td>Argch($x)<td>inverse hyperbolische<td><tt>acosh(x)</tt> of <tt>argch(x) |
29 | reyssat | 86 | <br>of <tt>Argch(x) |
1979 | bpr | 87 | $table_tr<td>Argth($x)<td>inverse hyperbolische<td><tt>atanh(x)</tt> of <tt>argth(x) |
29 | reyssat | 88 | <br>of <tt>Argth(x) |
1979 | bpr | 89 | $table_tr<td>max(x,y)<td>Grootste van x en y<td><tt>max(x,y) |
90 | $table_tr<td>min(x,y)<td>Kleinste van x en y<td><tt>min(x,y) |
||
91 | $table_tr<td>gcd(x,y)<td>Grootste gemene deler<td><tt>gcd(x,y) |
||
92 | $table_tr<td>lcm(x,y)<td>Least Commun Multiple<td><tt>lcm(x,y) |
||
29 | reyssat | 93 | </table></center> |
94 | |||
95 | |||
96 |