kreevesetbu

5 Reputation

3 Badges

21 years, 318 days
Dr. Kevin Reeves is a professor of mathematics at East Texas Baptist University. His research interests include using technology to enhance the teaching of mathematics across the undergraduate curriculum. His dissertation and published research are in the areas of algebra, topology, and topological groups. He received his Ph.D. from the University of Southwestern Louisiana (now the University of Louisiana at Lafayette) in 1995.

MaplePrimes Activity


These are questions asked by kreevesetbu

I'm trying to have Maple work through ideas involving the Fundamental Theorem of Calculus, and am encountering a problem with the programming of Maple.

I begin by defining a function like:

F(x) := int(x^2,x)  (or equivalently, F:= x -> int(x^2,x)  )

Then I ask Maple to evaluate F(2).  I expect to get 8/3 but instead I get this error message:

Error, (in int) integration range or variable must be specified in the second argument, got 2

Page 1 of 1