| 1 | initial version |
sqrt stands for "square root", so 3*sqrt(3) means $3sqrt{3}$.
Now, if you want a numerical representation of your number, you can use the .n() method:
sage: a = 3*sqrt(3)
sage: a.n()
5.19615242270663
| 2 | No.2 Revision |
sqrt stands for "square root", so 3*sqrt(3) means $3sqrt{3}$.$3 sqrt{3}$.
Now, if you want a numerical representation of your number, you can use the .n() method:
sage: a = 3*sqrt(3)
sage: a.n()
5.19615242270663
| 3 | No.3 Revision |
sqrt stands for "square root", so 3*sqrt(3) means $3 sqrt{3}$.\sqrt{3}$.
Now, if you want a numerical representation of your number, you can use the .n() method:
sage: a = 3*sqrt(3)
sage: a.n()
5.19615242270663
| 4 | No.4 Revision |
sqrt stands for "square root", so 3*sqrt(3) means $3 \sqrt{3}$.$3\sqrt{3}$.
Now, if you want a numerical representation of your number, you can use the .n() method:
sage: a = 3*sqrt(3)
sage: a.n()
5.19615242270663
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.