Difference between revisions of "Manuals/calci/YMXC"

From ZCubes Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=YMXC (KnownYArray,KnownXArray)=
+
<div style="font-size:30px">'''YMXC (KnownYArray,KnownXArray)'''</div><br/>
 
 
 
where
 
where
 
 
*<math>KnownYArray</math> and <math>KnownXArray</math> are set of values.
 
*<math>KnownYArray</math> and <math>KnownXArray</math> are set of values.
 
+
**YMXC() calculates the slope of the line.
 
 
YMXC() calculates the slope of the line.
 
  
 
==Description==
 
==Description==
Line 25: Line 21:
 
#YMXC([4.2,14],[13,-29.3]) = -0.23167848699763594 7.211820330969267
 
#YMXC([4.2,14],[13,-29.3]) = -0.23167848699763594 7.211820330969267
  
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=R948Tsyq4vA|280|center|Slope}}
  
 
==See Also==
 
==See Also==

Latest revision as of 15:21, 25 February 2019

YMXC (KnownYArray,KnownXArray)


where

  • and are set of values.
    • YMXC() calculates the slope of the line.

Description

YMXC (KnownYArray,KnownXArray)

  • is the Y values in the line and is the X values in the line.
  • The slope of a line characterizes the direction of a line.
  • To find the slope, you divide the difference of the y-coordinates of 2 points on a line by the difference of the x-coordinates of those same 2 points.
  • Consider two points of Coordinates are and and Coordinates are and .
  • The equation used to calculate the slope from two points is:

Or .


Examples

  1. YMXC([3,4],[9,2])= -0.14285714285714285 4.285714285714286
  2. YMXC([-2,7],[5,-11]) = -0.5625 0.8125
  3. YMXC([4.2,14],[13,-29.3]) = -0.23167848699763594 7.211820330969267

Related Videos

Slope

See Also

References