Guest User

Untitled

a guest
May 25th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. -1 + x^(2/3) // ComplexExpand[#, TargetFunctions -> {Re, Im}] & //
  2. FullSimplify // Factor // PowerExpand
  3.  
  4. (* (-1 + x^(1/3)) (1 + x^(1/3)) *)
Add Comment
Please, Sign In to add comment