Difference between revisions of "Manuals/calci/ARGSONE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<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 c...")
 
Line 14: Line 14:
  
 
==Examples==
 
==Examples==
#1.ARGS("6+7i")  
+
#1.ARGSONE("6+7i")  
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
 
| 6 || + || 7 || i
 
| 6 || + || 7 || i
 
|}
 
|}
2.ARGS("5-12i")
+
2.ARGSONE("5-12i")
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
 
| 5 || - || 1 || 2 || i
 
| 5 || - || 1 || 2 || i
 
|}
 
|}
3.ARGS("45")
+
3.ARGSONE("45")
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
 
| 4 || 5
 
| 4 || 5
 
|}
 
|}
4. ARGS("-34i")
+
4. ARGSONE("-34i")
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-

Revision as of 13:25, 20 March 2018

ARGSONE (Arguments)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Arguments} is any complex number.

Description

  • This function is showing the arguments of a complex numbers.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ARGSONE (Arguments)} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Arguments} is any complex number.
  • A complex number z is represented by Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle z=x+iy=|z|e^{i \theta}} .
  • where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle |z|} is a positive real number called the complex modulus of z, and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \theta} 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,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle i=\sqrt(-1)} .
  • The argument of a complex number is calculated by Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle arg(z)= tan^{-1}(\frac{y}{x}) =\theta} in Radians.
  • Here it is showing all the arguments values are showing separately like real and imaginary values.

Examples

  1. 1.ARGSONE("6+7i")
6 + 7 i

2.ARGSONE("5-12i")

5 - 1 2 i

3.ARGSONE("45")

4 5

4. ARGSONE("-34i")

- 3 4 i

See Also

References