MA1103 Flerdimensjonal analyse - Våren 2012

Eksempler på Maple-kode

Eksempler fra forelesningene

Dette brukte vi for å illustrere Riemannsummer i to variable. Søk etter hjelp for ApproximateInt for å få flere valgmuligheter. Her er litt:

› with(Student[MultivariateCalculus]);

› ApproximateInt(x^2+y, x = -2 .. 2, y = 0 .. 4, z = 0 .. 8, output = plot, axes = boxed, partition = [4, 4], method = random, scaling = constrained, prismoptions = [transparency = 1], functionoptions = [transparency = 0]);