patricmutwiri / symja

Automatically exported from code.google.com/p/symja
0 stars 0 forks source link

Expression Simplification involving fractions #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
An expression like (1+(1/x))/(1+(2/x)) doesnt simplify to (1+x)/(2+x) 
similar as it happens in Mathematica?
Is this a bug?

Original issue reported on code.google.com by sharf.m...@gmail.com on 26 Apr 2010 at 12:29

GoogleCodeExporter commented 9 years ago

Original comment by axelclk@gmail.com on 26 Apr 2010 at 4:29

GoogleCodeExporter commented 9 years ago

Original comment by axelclk@gmail.com on 26 Apr 2010 at 4:29

GoogleCodeExporter commented 9 years ago

Original comment by axelclk@gmail.com on 30 Apr 2010 at 10:26

GoogleCodeExporter commented 9 years ago
Use Together[(1+(1/x))/(1+(2/x))] to simplify expression

Original comment by axelclk@gmail.com on 23 Jul 2011 at 3:14