Integration by trapezoidal rule


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Integration by trapezoidal rule
# 1  
Old 10-24-2007
Integration by trapezoidal rule

Hi everybody:
Somebody know or have a simple script which can calculate the integration from a database using the trapezoidal rule in awk.

I have a file like:

Code:
0.490 952.296 284.19 11.3169 0.002481 0.488 0.01
0.500 965.57 288.25 11.3395 2.48E-03 0.048 0.01
0.510 964.47 288.25 10.8759 0.002479 0.036 0.01
0.520 963.343 288.383 10.4918 0.002478 0.029 0.01
0.530 962.193 288.583 10.5154 0.002477 0.024 0.01
0.540 961.048 288.75 10.611 0.002476 0.020 0.01
0.550 959.91 288.817 10.6468 0.002475 0.017 0.01
0.560 958.783 288.75 10.5994 0.002474 0.015 0.01
0.570 957.644 288.798 10.6117 0.002473 0.013 0.01
0.580 956.5 288.878 10.6471 0.002472 0.012 0.01
0.590 955.366 288.95 10.6756 0.002471 0.011 0.01
0.600 954.23 288.95 10.6384 2.47E-03 0.010 0.01

and I would like to know the integration where x=$1 and f(x)=$6.

Thanks in advance. Smilie
tonet
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Linux

Selenium Integration

Hi People, I am trying to run Selenium Scripts on my server. System is a Linux Box and I am accessing it via Putty. I have some basic admin privileges for it. The Steps: 1. A build.xml has been created which has this o RELEASE_ROOT this has been set to the Java Project folder. o... (1 Reply)
Discussion started by: ankur328
1 Replies

2. Solaris

Solaris Integration

I want to integrate two diffrent servers of SUN at different location. How to integrate them.Please help me or give me a link or doc which is useful Regards Kaushal (2 Replies)
Discussion started by: xal_kaushi
2 Replies

3. Programming

NS3 with MQTT integration. HELP !!!!

Hi, I'm doing my thesis on the NS3 environment. I need to integrate it with mqtt. Mqtt provides a (mosquitto) broker / server, and it expects to have clients connect to it. A client could be a publisher (publishes data on the broker) or a subscriber (receives data from the broker it has subscribed... (4 Replies)
Discussion started by: KishIsrael
4 Replies

4. UNIX for Dummies Questions & Answers

NS3 with MQTT integration. HELP !!!!

Hi, I'm doing my thesis on the NS3 environment. I need to integrate it with mqtt. Mqtt provides a (mosquitto) broker / server, and it expects to have clients connect to it. A client could be a publisher (publishes data on the broker) or a subscriber (receives data from the broker it has subscribed... (0 Replies)
Discussion started by: KishIsrael
0 Replies

5. Programming

Linux and Php integration help .

I m devoloping a website which communicate with Linux server . Whenever a page is loaded it runs one script on Linux server. My problem is a simple commands like date , ls runs very smoothly. But whenever i execute big script.It wont display the output. My knowledge of PHP is very less i m... (2 Replies)
Discussion started by: pinga123
2 Replies

6. AIX

nmon integration with BMC

Hello, My field is operations monitoring and this is the first time I am looking into server monitoring, so apologies if I ask stupid questions. I would like to know if it is possible to integrate nmon with BMC patrol, i.e. feeding metrics/events from nmon into BMC patrol? Thanks in... (6 Replies)
Discussion started by: Futura
6 Replies

7. AIX

ML integration on Media

Hello to all, Someone knows how to create a AIX Bootable Media with a Maintenance Level integrated on it? Regards. (0 Replies)
Discussion started by: spacewalker
0 Replies
Login or Register to Ask a Question