First time here? Check out the FAQ!
answered 2015-02-09 01:16:54 +0100
Yes, Sage does symbolic computation. You can define variables with the var command as below.
var
var('a b') sqrt(a+sqrt(b))*sqrt(a-sqrt(b))*sqrt(a^2-b)