Mathc initiation/Fichiers h : c30bd


Sommaire


Installer ce fichier dans votre répertoire de travail.

fd.h
utilitaire
/* --------------------------------- */
/* save as fd.h                      */
/* --------------------------------- */
double f(
double x)
{
        return( (sin(7*x)/(3*x)) );
}
/* --------------------------------- */
char  feq[] =   "sin(7*x)/(3*x)";
/* --------------------------------- */



Fichier de commande gnuplot :
# ---------------------
# Copy and past this file into the screen of gnuplot
#
#
set zeroaxis lt 3 lw 1
set grid
plot [ -3.0:3.0] [-0.5:2.6]\
         sin(7*x)/(3*x),\
         7./3.         
reset
# ---------------------


Dans ce fichier il y a la fonction f pour le fichier c2d.c