Ask Your Question

hsmit506's profile - activity

2013-03-19 16:45:30 +0200 commented answer Radical Sign in answer?

Worked like a charm, thank you for the help.

2013-03-19 12:59:59 +0200 received badge  Editor (source)
2013-03-19 12:02:41 +0200 asked a question Radical Sign in answer?

How do I get an output like the following to look more like we would write it by hand?

Sage: t = var('t')

Sage: S = solve(-16t^2 + 48t + 5, t)

Sage: S

[t == -1/4sqrt(41) + 3/2, t == 1/4sqrt(41) + 3/2]