Bonjour, Je suis un nouvel utilisateur de MAXIMA. Est-ce que la liste presente est toujours d'actualite ? J'ai un probleme que j'aurais aime souhaiter soumettre aux membres de cette liste. Le voici.
Pourquoi est-ce que le programme ci-dessous marche : kill(all)$ load(romberg)$ f(x):=x$ g(A):=romberg(f(x),x,0,A)$ wxplot2d([f(x)], [x,-5,5])$ g(-4); et pourquoi celui-ci ne marche pas ? kill(all)$ load(romberg)$ f(x):=x$ g(A):=romberg(f(x),x,0,A)$ wxplot2d([g(A)], [A,-5,5])$ Je calcule numeriquement l'integrale de f de 0 a A, je stocke le resulte dans la fonction g et j'aimerais voir le graphe de la courbe g. mais je n'y arrive pas! J'ai essaye de regarder de l'aide mais je ne vois rien qui concerne vraiment mon probleme... Cordialement, Cyril Grunspan -- This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this message in error, please delete it and immediately notify the sender. Any use not in accord with its purpose, any dissemination or disclosure, either whole or partial, is prohibited except formal approval. The internet can not guarantee the integrity of this message. BNP PARIBAS (and its subsidiaries) shall (will) not therefore be liable for the message if modified. ********************************************************************************************** BNP Paribas Private Bank London Branch is authorised by CECEI & AMF and is regulated by the Financial Services Authority for the conduct of its investment business in the United Kingdom. BNP Paribas Securities Services London Branch is authorised by CECEI & AMF and is regulated by the Financial Services Authority for the conduct of its investment business in the United Kingdom. BNP Paribas Fund Services UK Limited is authorised and regulated by the Financial Services Authority ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Maxima-lang-fr mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/maxima-lang-fr
