Ask Your Question
0

factoring an expression

asked 2020-06-08 22:38:02 +0200

anonymous user

Anonymous

Hello,

Is there a way to factor the following expression out

x^3+3*x

as

x^2*(x+3/x)

Thanks for your help.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-06-08 22:52:58 +0200

tmonteil gravatar image

I am not sure about the context, but you can do:

sage: (f/x^2).expand() * x^2
(x + 3/x)*x^2
edit flag offensive delete link more

Your Answer

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

Add Answer

Question Tools

1 follower

Stats

Asked: 2020-06-08 22:38:02 +0200

Seen: 376 times

Last updated: Jun 08 '20