hist.menus
8.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
gettext("File");
gettext("New session");
gettext("Open");
gettext("File");
gettext("Open (recovery mode)");
gettext("Import");
gettext("maple worksheet");
gettext("ti89 program");
gettext("V200 program");
gettext("Insert");
gettext("xcas session");
gettext("figure");
gettext("spreadsheet");
gettext("program");
gettext("Save");
gettext("Save as");
gettext("Save all");
gettext("Export as");
gettext("xcas text");
gettext("maple text");
gettext("mupad text");
gettext("ti text");
gettext("Kill");
gettext("Print");
gettext("preview");
gettext("to printer");
gettext("preview selected levels");
gettext("LaTeX");
gettext("latex preview");
gettext("latex print");
gettext("latex print selection");
gettext("Screen capture");
gettext("--- ");
gettext("Create links (Mac OS)");
gettext("Quit and update Xcas");
gettext("--- ");
gettext("Quit");
gettext("Edit");
gettext("Execute worksheet");
gettext("Execute below");
gettext("Remove answers below");
gettext("Undo");
gettext("Redo");
gettext("Paste");
gettext("Del selected levels");
gettext("selection -> LaTeX");
gettext("New entry");
gettext("New parameter");
gettext("Insert newline");
gettext("Merge selected levels");
gettext("New group");
gettext("Group selected levels");
gettext("Degroup selected levels");
gettext("Cfg");
gettext("Cas configuration");
gettext("Graph configuration");
gettext("General configuration");
gettext("Mode (syntax)");
gettext("xcas");
gettext("maple");
gettext("mupad");
gettext("ti89/92");
gettext("Show");
gettext("DispG");
gettext("keyboard");
gettext("bandeau");
gettext("msg");
gettext("Show script window");
gettext("Hide");
gettext("DispG");
gettext("keyboard");
gettext("bandeau");
gettext("msg");
gettext("Index language");
gettext("francais");
gettext("english");
gettext("espanol");
gettext("greek");
gettext("chinese");
gettext("Colors");
gettext("default background");
gettext("input text");
gettext("input background");
gettext("comment text");
gettext("comment background");
gettext("log text");
gettext("log background");
gettext("equation text");
gettext("equation background");
gettext("editor text");
gettext("editor background");
gettext("Session font");
gettext("All fonts");
gettext("browser");
gettext("Save configuration");
gettext("Help");
gettext("Index");
gettext("Find word in HTML help");
gettext("Interface");
gettext("Reference card, fiches");
gettext("Manuals");
gettext("CAS reference");
gettext("Algorithmes (HTML)");
gettext("Algorithmes (PDF)");
gettext("Geometry");
gettext("Programmation");
gettext("Simulation");
gettext("Turtle");
gettext("Exercices");
gettext("Amusement");
gettext("PARI-GP");
gettext("Internet");
gettext("Forum");
gettext("Ressources lycee");
gettext("Ressources lycee");
gettext("Site Lycee de G. Connan");
gettext("Site de F. Han");
gettext("Site Lycee de L. Briel");
gettext("Ressources Capes");
gettext("Ressources Agregation externe");
gettext("Ressources Agregation interne");
gettext("Update help");
gettext("Start with CAS");
gettext("Tutorial");
gettext("solutions");
gettext("Rebuild help cache");
gettext("About");
gettext("Toolbox");
gettext("New entry");
gettext("New comment");
gettext("Equations");
gettext("solve: Solve equation or system");
gettext("fsolve: Solve equation numerically");
gettext("proot: Roots of a polynomial");
gettext("linsolve: Solve linear system");
gettext("desolve: Solve differential equation");
gettext("odesolve: Solve differential equation (numeric)");
gettext("rsolve: Solve recurrence equation");
gettext("Calculus");
gettext("int: Integration (definite/indefinite)");
gettext("diff: Derivative");
gettext("limit: Limit");
gettext("series: Taylor or asymptotic expansion");
gettext("sum: Discrete summation");
gettext("laplace: Laplace transform");
gettext("ilaplace: invert Laplace transform");
gettext("Simplify");
gettext("simplify: Simplify expression");
gettext("normal: Simplify rational and algebraic expression");
gettext("ratnormal: Simplify rational expressions");
gettext("factor: Factorization");
gettext("cfactor: Factorization over C");
gettext("partfrac: Partial fraction decomposition");
gettext("cpartfrac: Partial fraction decomposition over C");
gettext("---");
gettext("subst: Substitution of variables by expressions");
gettext("reorder: Reorder expression wrt list of variables");
gettext("---");
gettext("lin: Linearization of exponentials");
gettext("tlin: Trigonometric linearization");
gettext("texpand: Expand transcendental expressions");
gettext("lncollect: Collect logarithms");
gettext("exp2pow: Convert exp(a*ln(b)) to b^a");
gettext("exp2trig: Convert complex exponentials to trig");
gettext("trig2exp: Convert trig to complex exponentials");
gettext("Arithmetic");
gettext("isprime: test if an integer is prime");
gettext("ifactor: factorize an integer");
gettext("iquo: quotient for integers");
gettext("irem: remainder for integers");
gettext("iabcuv: Solve a.u+b.v=c in Z");
gettext("ichinrem: Chinese remainder for integers");
gettext("---");
gettext("gcd: gcd of integers or polynomials");
gettext("lcm: lcm of integers or polynomials");
gettext("powmod: fast powering modulo");
gettext("---");
gettext("quo: quotient (poly. synthetic division)");
gettext("rem: remainder (poly. synthetic division)");
gettext("abcuv: Solve a.u+b.v=c for polynomials");
gettext("chinrem: Chinese remainder for polynomials");
gettext("%: Z/pZ, p premier");
gettext("GF: Corps fini non premier");
gettext("Linear algebra");
gettext("matrix: Create a matrix");
gettext("tran: Transpose a matrix");
gettext("ker: Kernel of a matrix");
gettext("image: Image of a matrix");
gettext("inv: Invert a matrix");
gettext("det: Determinant of a matrix");
gettext("charpoly: Characteristic polynomial");
gettext("egv: Eigenvectors of a matrix");
gettext("egvl: Eigenvalues of a matrix");
gettext("Proba");
gettext("binomial: Binomial distribution");
gettext("normald: Normal density");
gettext("rand: random number");
gettext("ranm: random vector/matrix");
gettext("randmarkov: random Markov matrix or chain");
gettext("markov: transition matrix decomposition");
gettext("cdf: cumulated distribution function");
gettext("icdf: inverse cumulated distributed function");
gettext("=== see also plots in Graph ====");
gettext("Continuous (densities)");
gettext("betad: Beta density");
gettext("cauchyd: Cauchy density");
gettext("chisquared: Chi 2 density");
gettext("exponentiald: Exponential density");
gettext("fisherd: Fisher-Snedecor density");
gettext("gammad: Gamma density");
gettext("normald: Normal density");
gettext("studentd: Student density");
gettext("uniformd: Uniform density");
gettext("weibulld: Weibull density");
gettext("Discrete distributions");
gettext("binomial: Binomial distribution");
gettext("negbinomial: Negative binomial distribution");
gettext("geometric: Geometric distribution");
gettext("poisson: poisson distribution");
gettext("Tests");
gettext("chisquared_icdf: Chi 2 inverse");
gettext("chisquaret: Chi 2 test");
gettext("kolmogorovd: K-Smirnov density");
gettext("kolmogorovt: K-Smirnov test");
gettext("normald_icdf: Normal inverse");
gettext("normalt: Z-Test");
gettext("studentd_icdf: Student inverse");
gettext("studentt: T-Test");
gettext("Expression");
gettext("New expression");
gettext("Cmds");
gettext("Constants");
gettext("i: sqrt(-1)");
gettext("e: exp(1)");
gettext("Prg");
gettext("New program");
gettext("debug: debug a program");
gettext("Graphic");
gettext("Attributs");
gettext("Curves");
gettext("plotfunc: Plot a 1-var function");
gettext("plotparam: Parametric 2-d curve");
gettext("plotpolar: Polar 2-d curve");
gettext("plotarea: Area under curve");
gettext("plotimplicit: Implicit plot");
gettext("plotcontour: Level curves");
gettext("plotdensity: 2-d z view as color");
gettext("Surfaces");
gettext("plotfunc: Plot a 2-var function");
gettext("plotparam: Parametric 3-d surface");
gettext("Sequence");
gettext("plotseq: Recurrent sequence plot");
gettext("plotlist: plot a list of values");
gettext("Ode");
gettext("plotfield: 2-d or 3-d field");
gettext("plotode: Diff. equation plot");
gettext("interactive_odeplot: Interactive diff. equation plot");
gettext("Proba Stats");
gettext("camembert: 1-d stats");
gettext("bar_plot: bar plot");
gettext("histogram: 1-d stats");
gettext("plot: plot distribution law");
gettext("plotcdf: plot cumulated distribution function");
gettext("moustache: 1-d stats");
gettext("scatterplot: 2-d stats");
gettext("polygonplot: 2-d stats");
gettext("polygonscatterplot: 2-d stats");
gettext("linear_regressionplot: 2-d stats");
gettext("Geo");
gettext("New figure 2d");
gettext("New figure 3d");
gettext("Spreadsheet");
gettext("New spreadsheet");
gettext("Phys");
gettext("Highschool");
gettext("Turtle");
gettext("New turtle");
gettext("si");
gettext("pour");
gettext("tantque");
gettext("repeter");
gettext("fonction");
gettext("return");
gettext("CAS");
gettext("Program CAS");
gettext("Spreadsheet");
gettext("Geometry");
gettext("Turtle");
gettext("A4");
gettext("A5");
gettext("A3");
gettext("LETTER");
gettext("ENVELOPE");
gettext("Print");
gettext("preview");
gettext("print");
gettext("latex preview");
gettext("latex print");
gettext("close");