Group Abstract Group Abstract

Message Boards Message Boards

0
|
5 Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:
GROUPS:

How to uniformly change the denominators starting from the second term in the above formula to 2?

Posted 1 hour ago
-t - t^2/2 - t^3/3 - t^4/4 - t^5/5 - t^6/6 - t^7/7

How to convert the above formula into the form of the formula below, with the denominators uniformly adjusted to 2 starting from the second term.

-t - t^2/2 - t^3/2 - t^4/2 - t^5/2 - t^6/2 - t^7/2

This is my self-devised method; however, it cannot satisfy the specified requirements.

expr = -t - t^2/2 - t^3/3 - t^4/4 - t^5/5 - t^6/6 - t^7/7;
expr /. -t^n_./n_ :> -t^n/2 /; n >= 2
POSTED BY: David carl
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard