factoring an expression
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.
add a comment
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.
I am not sure about the context, but you can do:
sage: (f/x^2).expand() * x^2
(x + 3/x)*x^2
Asked: 2020-06-08 15:38:02 -0600
Seen: 36 times
Last updated: Jun 08 '20
Loop over integers mod p [closed]
how to best simplify/factor symbolic expressions
Define a factor of an equation
Why does @parallel change my outputs?
Excluding a common factor in a sum
Polynomial as a sum of simply factored expressions?
simplify expression (square polynomial)