I am trying to utilize Maple to find a value of A that makes $\lim\limits_{h \to 0} \frac{A^h-1}{h} = 1$
I started with $h = 1$ then I decrease $h$ by a factor of 0.1. I tried repeating the process until four or five decimal digits remained the same. Please help. Thanks so much.
This looks like coursework (which is fine), but you haven't really indicated how much (or less) you are expected to get Maple to do here. It can be used to solve the whole thing exactly (symbolically). Or it can be used to solve the whole thing approximately (ie. numerically, in floating-point). Or it can be used to do a mix of those.
One step is taking the limit, and the other is root-finding. (It's even conceivable that you are expected to code up your own numeric root-finder, but I won't show that unless you ask.)