Ask Your Question
0

How to express in sage f(x^(-1)) when I have f(x)?

asked 4 years ago

Rad gravatar image

f(x^(-1)) = ? how to calculate it if I have f(x).

Preview: (hide)

Comments

You should provide an explicit example, since there are many ways to define f.

tmonteil gravatar imagetmonteil ( 4 years ago )

1 Answer

Sort by » oldest newest most voted
1

answered 4 years ago

tmonteil gravatar image

It depends on how is f defined. By lack of concrete example, let me provide one:

sage: f(x) = x^2
sage: f(x^(-1))
x^(-2)
Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 4 years ago

Seen: 233 times

Last updated: May 29 '20