On Tue, 14 Nov 2006 15:52:08 -0800, Iftikhar Burhanuddin
<[EMAIL PROTECTED]> wrote:
>
> Something on the lines of the SAGE calculator?
>
> http://modular.math.washington.edu/calc/
That's of course off right now. The main reason is security concerns,
though
they will be dealt with when I hav
Hello Jurgis,
If you want to do the whole user interface in PHP and just
pass static parameters (coefficients to a polynomial, functions to be
integrates, etc)
to SAGE and get the results, one possible way could be this:
Note: I will omit proper error handling and security checking for
simplicity
Something on the lines of the SAGE calculator?
http://modular.math.washington.edu/calc/
Ifti.
On Wed, 15 Nov 2006, Jurgis Pralgauskis wrote:
>
> Hello,
>
> I am new to sage,
> and I want to make webpage with some some predefined set/type of math
> (calculus) problems, where users just enter co
Hello,
I am new to sage,
and I want to make webpage with some some predefined set/type of math
(calculus) problems, where users just enter coeffitiens, and then get
the answers...
how I imagine this:
S) I'd run sage on my home computer (can think as sage server)
Q) and use some ordinary server s