Message Boards Message Boards

0
|
3313 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:
GROUPS:

function of negative x

Posted 9 years ago

Hi all mathematica staff

I have this function:

B(x)=(1-x^2-4x^3+6x^4)/((1-2x-x^x)(1-x))

And I want this:

B(-x)

How can I obtain the solution?

Thanks

POSTED BY: Massimo Galasi
B[x_] := (1 - x^2 - 4 x^3 + 6 x^4)/((1 - 2 x - x^x) (1 - x));
B[-x]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract