For help on how to complete the commandline below, you can open the
keyboard (keyboard button) and hover the mouse for tips, look at
some examples below or consult the
Xcas
documentation.
History :
Algebra : You can expand an expression with
for example .
Conversely,
or
factors an expression (like )
over Q or Q[i].
simplify(sin(3x)/sin(x)); gcd(x^4-1,x^3-1)
This is a demo interface to a full web-based CAS engine.
This CAS does not need any server,
all the computations are done locally with the javascript
engine of your browser (requires Firefox version 19 or later,
or Chrome, the latest version of Firefox is recommended for good performances).
The code of the CAS is 12M, it is downloaded once
(giac.js and giac.js.mem, javascript
compiled from native Giac/Xcas by emscripten).
The javascript code is at least 2 times slower than the native
code, and sometimes much much slower (e.g. more than 15 times slower
for computing a Groebner basis like cyclic7). Most of the time
it is however fast enough (that would justify a better interface...),
but it is recommended to run large computations with
Xcas!
Giac/Xcas, (c) B. Parisse, R. De Graeve, Institut Fourier,
Université de Grenoble I., licensed under the GPL3, for commercial
licenses contact us.