Ask Your Question

gusbemacbe's profile - activity

2015-02-09 00:40:48 +0200 asked a question Does Sage accept the nth root with letters a and b?

Hello!

Before installing Sage, I would like to know it accepts the nth root with letters a and b. For example:

sqrt(a+sqrt(b))*sqrt(a-sqrt(b))*sqrt(a^2-b)

LaTeX: \[\sqrt {a + \sqrt b } *\sqrt {a - \sqrt b } *\sqrt {{a^2} - b} \]

Wolfram Alpha: Sqrt[a+Sqrt[b]]*Sqrt[a-Sqrt[b]]*Sqrt[a^(2)-b]

Does it accept this formula with letters?

Thank you for your attention, understanding and helping!