Undirected value: Difference between revisions
Cmloegcmluin (talk | contribs) Created page with "The '''undirected value''' is a function similar to the absolute value function, except where the absolute value ''negates'' if necessary in order to return a ''non-negative''..." |
Cmloegcmluin (talk | contribs) →Analogies: fix formatting of formula |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
Pitch ratios are directed, while interval ratios are undirected. | Pitch ratios are directed, while interval ratios are undirected. | ||
It is common practice to use the colon operator ":" for undirected interval ratios, and the slash operator "/" for directed pitch ratios. For example, "5/4" means something different than "4/5"; those are two ''different'' pitches. But "5:4" means the same thing as "4:5" | It is common practice to use the colon operator ":" for undirected interval ratios, and the slash operator "/" for directed pitch ratios. For example, "5/4" means something different than "4/5"; those are two ''different'' pitches. But "5:4" means the same thing as "4:5"; they are the same interval. | ||
==Notation== | ==Notation== | ||
| Line 35: | Line 35: | ||
==== Alternative ==== | ==== Alternative ==== | ||
In situations where it is difficult to realize either the <math>\LaTeX</math> or Unicode formats, and the function notation is not desired for some reason, | In situations where it is difficult to realize either the <math>\LaTeX</math> or Unicode formats, and the function notation is not desired for some reason, an alternative mathematical notation is suggested: the value may be outfixed with colons, as in ":x:". | ||
For example, :4/5: = 5/4. | For example, :4/5: = 4:5 = 5/4. | ||
This alternative is designed to evoke the ":" operator which as previously described is the one typically used for undirected ratios. | This alternative is designed to evoke the infix ":" operator which as previously described is the one typically used for undirected ratios. | ||
== | ==Definitions== | ||
=== As real === | === As real === | ||
| Line 71: | Line 71: | ||
<math> | <math> | ||
\overline{\underline{\frac{n}{d}}} = \text{sign}(\frac{n}{d})\frac{\ | \overline{\underline{\frac{n}{d}}} = \text{sign}(\frac{n}{d})\frac{\max(|n|, |d|)}{\min(|n|, |d|)} | ||
</math> | </math> | ||
| Line 82: | Line 82: | ||
A '''subunison''' number, by extension, is a real number whose absolute value is less than 1. | A '''subunison''' number, by extension, is a real number whose absolute value is less than 1. | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 89: | Line 87: | ||
! | ! | ||
!superunison | !superunison | ||
! | !undirected | ||
!subunison | !subunison | ||
|- | |- | ||
| Line 97: | Line 95: | ||
|<math>\frac12</math> | |<math>\frac12</math> | ||
|- | |- | ||
! | !unsigned | ||
|<math>\infty</math> | |||
|n/a | |||
|0 | |0 | ||
|- | |- | ||
!negative | !negative | ||
| Line 177: | Line 175: | ||
|} | |} | ||
The following identity shows the relationship between the undirected value and the absolute value, for positive real numbers. | |||
<math> | |||
\overline{\underline{x}} = b^{|log_{b}{x}|} \;\; \text{for any base} \; b>1 \; \text{and} \; x>0 \\ | |||
</math> | |||
== Graphs == | |||
[[File:Und x.png|300px|frame|left|plot of the undirected value of x]] | |||
[[File:Abs x.png|300px|frame|left|plot of the absolute value of x, for comparison]] | |||
<br clear=all> | |||
== History == | == History == | ||