SciWeb -

SciWeb is a simple online interpreter for the Scilab language developed by OCamlPro. It was developed as part of the Richelieu FUI R&D project, as an online demonstrator for OCaml parsers and interpreters for Scilab. SciWeb operations are executed in your browser only, there are no interactions with any server, so the available operations are much more limited and slower than the standard Scilab interpreter. All functions are implemented in OCaml, translated to Javascript. The following standard functions are available: argn, clear, disp, error, execstr, eye, global, inttype, list, mlist, null, poly, quit, size, string, tlist, type, typeof, zeros The following math functions are available: abs, binomial, binomial_coefficient, ceil, cos, cumsum, double, exp, factorial, floor, int, log, mean, mean_vector, median_vector, ones, quartiles, rand_float, rand_int, sin, sqrt, sum, tan, tirage_entier, tirage_real, variance. The following plotting functions are available: bar, clf, grid, plot, xtitle Contact information: OCamlPro SAS, Gif-sur-Yvette, France Mail: <contact@ocamlpro.com> Web: http://www.ocamlpro.com/ SciWeb code is open-source and available: http://github.com/OCamlPro/scilint/ Basic help: - Use the arrow buttons to create boxes above or below a box. - Click out of box that you just modified or hit tab to update the results. - Use the cross button to remove a box.

m =
1,3,5,7
r =
1,3,5,7
3,9,15,21
5,15,25,35
7,21,35,49
dom =
-2.5,-2.25,-2,-1.75,-1.5,-1.25,-1,-0.75,-0.5,-0.25,0,0.25,0.5,0.75,1,1.25,1.5,1.75,2,2.25,2.5