- #1
CellCoree
- 42
- 0
dont know how many schools out there uses maple, but let me ask my question anyway. maple is a program that does math calculation and other stuff, it's pretty impressive. you can use it to do integrals and stuff.
here's my question using maple:
1.) Let f(x) =x^2 and g(x) = x*e^(-x/2). Find where these graphs intesect and determine the area enclosed in the intersectng region.
this has to be found using maple.
ok i tried these commands using maples:
f:=x^2;
g:=x*e^(-x/2);
plot({f,g},x=-10..10);
then i get this error "Warning, unable to evaluate 1 of the 2 functions to numeric values in the region; see the plotting command's help page to ensure the calling sequence is correct" and it only displays the f(x) graph. i checked the maple book, and i typed the extact commands, i don't know why it doesn't work.
here's my question using maple:
1.) Let f(x) =x^2 and g(x) = x*e^(-x/2). Find where these graphs intesect and determine the area enclosed in the intersectng region.
this has to be found using maple.
ok i tried these commands using maples:
f:=x^2;
g:=x*e^(-x/2);
plot({f,g},x=-10..10);
then i get this error "Warning, unable to evaluate 1 of the 2 functions to numeric values in the region; see the plotting command's help page to ensure the calling sequence is correct" and it only displays the f(x) graph. i checked the maple book, and i typed the extact commands, i don't know why it doesn't work.