Changes

Created page with "<div style="font-size:30px">'''MATRIXSCALARSQRT (a) '''</div><br/> *<math>a </math> is any matrix. ==Description== *This function is calculating the square root of the given ..."
<div style="font-size:30px">'''MATRIXSCALARSQRT (a) '''</div><br/>
*<math>a </math> is any matrix.

==Description==
*This function is calculating the square root of the given matrix.
*In <math>MATRIXSCALARSQRT (a)</math>, <math>a</math> is any matrix.
*Squaring is the value that can be multiplied by itself to give the original number.
*The square root of a number is the inverse operation of squaring that number.
*Every non-negative real number a has only one non-negative square root, called the principal square root, which is denoted by <math>\sqrt{a}</math>, where <math>\sqrt{}</math> is called the radical sign or radix.
*Square roots of positive whole numbers that are not perfect squares are always irrational numbers.
*To find the square root of the matrix,simply find the square root value of the each entries in the given matrix.

==Examples==
1. MATRIXSCALARSQRT([[2,3,4],[10,16,13.2]])
{| class="wikitable"
|-
| 1.4142135623730951 || 1.7320508075688772 || 2
|-
| 3.162277660168379 || 4 ||3.63318042491699
|}
2. MATRIXSCALARSQRT([[10,17,-23,44.2,36],[144,15,34,12,18.3],[45,87,90,-54,76.4]])
{| class="wikitable"
|-
| 3.162277660168379 || 4.123105625617661 || NaN || 6.648308055437865 || 6
|-
| 12 || 3.872983346207417 || 5.830951894845301 || 3.4641016151377544 || 4.277849927241488
|-
| 6.708203932499369 || 9.327379053088816 || 9.486832980505138 || NaN || 8.740709353364863
|}

==See Also==
*[[Manuals/calci/SQRTPI | SQRTPI ]]
*[[Manuals/calci/POWER | POWER ]]

==References==
*[http://en.wikipedia.org/wiki/Square_root Square Root]



*[[Z_API_Functions | List of Main Z Functions]]

*[[ Z3 | Z3 home ]]
writer
6,694

edits