From help-octave-request at bevo dot che dot wisc dot edu Wed Apr 16 07:24:13 2003 Subject: Re: Integrating using Octave From: David Bateman To: Mike Straw Cc: help-octave at bevo dot che dot wisc dot edu Date: Wed, 16 Apr 2003 14:24:00 +0200 According to Mike Straw (on 04/16/03): > I'm new to Octave and after reading the FAQ and user's guide, I'm still > unclear on how to do basic integration using Octave. I don't know if I'm > misreading the manual, or if it's not even talking about the basic > integration I want to do. > > For example, I want to find the integral from t=0 to 1 of: > [t*sqrt(1+4t^2)]dt function y = x(t), y = t * sqrt(1+4*t^2); end; quad('x',0,1) D. -- David Bateman David dot Bateman at motorola dot com Motorola CRM +33 1 69 35 25 00 (Ph) Espace Technologique, Commune de St Aubin +33 1 69 35 25 01 (Fax) 91193 Gif-Sur-Yvette FRANCE The information contained in this communication has been classified as: [x] General Business Information [ ] Motorola Internal Use Only [ ] Motorola Confidential Proprietary ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------