Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

12
  • $\begingroup$ Thank you! I suppose my next question on this site should be an explanation of how this works. lol $\endgroup$ Commented yesterday
  • $\begingroup$ Is it a bug in Series or bug in your code, because for A=a^4 it does not seem to produce a correct output. Looks more like a bug in Series though. $\endgroup$ Commented yesterday
  • $\begingroup$ @azerbajdzan it's a good question, but I only included Plus and Times within the scope of the question, not Power. $\endgroup$ Commented yesterday
  • $\begingroup$ @Gilbert a^4 == Times[a,a,a,a] $\endgroup$ Commented yesterday
  • $\begingroup$ @azerbajdzan - Add and subtract a constant, e.g., (Normal@Series[(A + 1) /. v : Alternatives @@ Variables[A] :> v $t, {$t, 0, 1}] /. $t -> 1) - 1 $\endgroup$ Commented yesterday