Scholieren.com forum

Scholieren.com forum (https://forum.scholieren.com/index.php)
-   Software & Hardware (https://forum.scholieren.com/forumdisplay.php?f=20)
-   -   [programma gezocht] integralen berekenen (https://forum.scholieren.com/showthread.php?t=383497)

Lucky Luciano 19-02-2003 21:14

[programma gezocht] integralen berekenen
 
Ik zoek een programma dat je kan downloaden dat integralen kan berekenen. Dus geen site:p
Kon er geen vinden :(

Orion 19-02-2003 22:56

Maple

http://www.maplesoft.com/

't is een tikkeltje ingewikkeld.. maar dan heb je ook wat :)

Lucky Luciano 20-02-2003 19:19

kan ut niej vinden :o
Ik bedoel dus integralen in de vorm van wiskundige formules

Orion 21-02-2003 09:39

Met Maple 8:

Code:

> f := x -> 4*x^2+4*x+9;

                                    2
                      f := x -> 4 x  + 4 x + 9

> F := int(f(x),x);

                                3      2
                      F := 4/3 x  + 2 x  + 9 x

> diff(f(x),x);

                              8 x + 4

> g := x -> sin(x)*cos(x);

                      g := x -> sin(x) cos(x)

> G := int(g(x),x);

                                          2
                          G := 1/2 sin(x)

> int(g(x),x=-10..5);

                                2              2
                      1/2 sin(5)  - 1/2 sin(10)



Alle tijden zijn GMT +1. Het is nu 20:24.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.