1,502 bytes added
, 22:23, 2 August 2017
<div style="font-size:30px">'''ARGSONE (Arguments)'''</div><br/>
*<math>Arguments</math> is any complex number.
==Description==
*This function is showing the arguments of a complex numbers.
*In <math>ARGSONE (Arguments)</math>,<math>Arguments</math> is any complex number.
*A complex number z is represented by <math>z=x+iy=|z|e^{i \theta}</math>.
*where <math>|z|</math> is a positive real number called the complex modulus of z, and <math>\theta</math> is a real number called the argument.
*The argument is sometimes also known as the phase or amplitude.
*i.e The angle from the positive axis to the line segment is called the Argument of a complex number.
*So x and y are any real numbers and i is the imaginary value,<math>i=\sqrt(-1)</math>.
*The argument of a complex number is calculated by <math>arg(z)= tan^{-1}(\frac{y}{x}) =\theta</math> in Radians.
*Here it is showing all the arguments values are showing separately like real and imaginary values.
==Examples==
#1.ARGS("6+7i")
{| class="wikitable"
|-
| 6 || + || 7 || i
|}
2.ARGS("5-12i")
{| class="wikitable"
|-
| 5 || - || 1 || 2 || i
|}
3.ARGS("45")
{| class="wikitable"
|-
| 4 || 5
|}
4. ARGS("-34i")
{| class="wikitable"
|-
| - || 3 || 4 ||i
|}
==See Also==
*[[Manuals/calci/COMPLEX | COMPLEX ]]
*[[Manuals/calci/IMAGINARY | IMAGINARY]]
*[[Manuals/calci/IMREAL | IMREAL]]
==References==
*[http://en.wikipedia.org/wiki/Complex_number Complex Numbers]
*[[Z_API_Functions | List of Main Z Functions]]
*[[ Z3 | Z3 home ]]