help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: undefined Integration


From: John W. Eaton
Subject: Re: undefined Integration
Date: Tue, 22 Aug 2006 17:34:46 -0400

On 22-Aug-2006, Markus Feldmann wrote:

| What I want is the second Option.
| 
| For example,
| INPUT:Integration(x^2)
| 
| OUTPUT:       1/3*x^3

Generally, the scope of Octave is numerical computations.  Maybe you
want something like maxima instead?

  $ maxima

  Maxima 5.9.3 http://maxima.sourceforge.net
  Using Lisp GNU Common Lisp (GCL) GCL 2.6.7 (aka GCL)
  Distributed under the GNU Public License. See the file COPYING.
  Dedicated to the memory of William Schelter.
  This is a development version of Maxima. The function bug_report()
  provides bug reporting information.
  (%i1) integrate (x^2, x);
                                         3
                                        x
  (%o1)                                 --
                                        3

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]