help-octave
[Top][All Lists]
Advanced

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

Re: Integrating using Octave


From: David Bateman
Subject: Re: Integrating using Octave
Date: Wed, 16 Apr 2003 14:24:00 +0200
User-agent: Mutt/1.3.28i

According to Mike Straw <address@hidden> (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                                address@hidden
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
-------------------------------------------------------------



reply via email to

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