Difference between revisions of "Manuals/calci/INQUADRANT"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''INQUADRANT (X,Y)'''</div><br/> *<math>X</math> and <math>Y</math> are any real values. ==Description== *This function shows the value of the qu...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
*In <math>INQUADRANT (X,Y)</math>,<math>X</math> and <math>Y</math> are any values. | *In <math>INQUADRANT (X,Y)</math>,<math>X</math> and <math>Y</math> are any values. | ||
*Generally there are Four quadrants.Quadrants are defined by the axes of a two dimensional Cartesian system divide the plane into four infinite regions and each bounded by two half-axes. | *Generally there are Four quadrants.Quadrants are defined by the axes of a two dimensional Cartesian system divide the plane into four infinite regions and each bounded by two half-axes. | ||
− | *These are often numbered from 1st to 4th and denoted by Roman numerals: I (where the signs of the (x,y) coordinates are (+,+), II (−,+), III (−,−), and IV (+,−). | + | *These are often numbered from 1st to 4th and denoted by Roman numerals: I (where the signs of the (x,y) coordinates are)(+,+), II (−,+), III (−,−), and IV (+,−). |
*When the axes are drawn according to the mathematical custom, the numbering goes counter-clockwise starting from the upper right quadrant. | *When the axes are drawn according to the mathematical custom, the numbering goes counter-clockwise starting from the upper right quadrant. | ||
*So here <math>X</math> and <math>Y</math> values are '''+''' then that values will lie in first Quadrant. | *So here <math>X</math> and <math>Y</math> values are '''+''' then that values will lie in first Quadrant. | ||
Line 12: | Line 12: | ||
*When <math>X</math> and <math>Y</math> values are '''-'''then that values lie in Third Quadrant. | *When <math>X</math> and <math>Y</math> values are '''-'''then that values lie in Third Quadrant. | ||
*When <math>X</math> value is "+" and <math>Y</math> value is '''-''' then that value is lie in Fourth Quadrant. | *When <math>X</math> value is "+" and <math>Y</math> value is '''-''' then that value is lie in Fourth Quadrant. | ||
+ | |||
==Examples== | ==Examples== | ||
+ | # INQUADRANT(19,14) = 1 | ||
+ | # INQUADRANT(19,-14) = 4 | ||
+ | # INQUADRANT(-19,-14) = 3 | ||
+ | # INQUADRANT(-19,14) =2 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=1op92ojA6q0|280|center|Quadrants}} | ||
==See Also== | ==See Also== |
Latest revision as of 14:53, 28 February 2019
INQUADRANT (X,Y)
- and are any real values.
Description
- This function shows the value of the quadrant for the given values.
- In , and are any values.
- Generally there are Four quadrants.Quadrants are defined by the axes of a two dimensional Cartesian system divide the plane into four infinite regions and each bounded by two half-axes.
- These are often numbered from 1st to 4th and denoted by Roman numerals: I (where the signs of the (x,y) coordinates are)(+,+), II (−,+), III (−,−), and IV (+,−).
- When the axes are drawn according to the mathematical custom, the numbering goes counter-clockwise starting from the upper right quadrant.
- So here and values are + then that values will lie in first Quadrant.
- When value is - and value is + then that values lie in Second Quadrant.
- When and values are -then that values lie in Third Quadrant.
- When value is "+" and value is - then that value is lie in Fourth Quadrant.
Examples
- INQUADRANT(19,14) = 1
- INQUADRANT(19,-14) = 4
- INQUADRANT(-19,-14) = 3
- INQUADRANT(-19,14) =2
Related Videos
See Also
References