Loading [MathJax]/jax/output/HTML-CSS/jax.js
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

sqrt stands for "square root", so 3*sqrt(3) means 3sqrt3.

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
click to hide/show revision 2
No.2 Revision

sqrt stands for "square root", so 3*sqrt(3) means 3sqrt3.3sqrt3.

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
click to hide/show revision 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
click to hide/show revision 4
No.4 Revision

sqrt stands for "square root", so 3*sqrt(3) means 33.33.

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