Respuesta :
To make a horizontal line in mathematics you require some sort of constant function. Where no matter the input x the output y will always equal to a certain number n.
For eg. consider n = 2. Hence the graph of line has an equation of y = n making it always intercept in (x, n). As x increases the y is the same therefore the horizontal infinite line emerges.
So to plot or code this kind of program you need to have the same values of y therefore y is a constant function.
Hope this helps.
r3t40
Answer:
The answer is "Y".
Explanation:
In programming language and mathematics both use coordinates to represent horizontal line and both terms description as follows:
- In visual programming, To represent an object graphically we use coordinates. The "y" axis is used to represent a horizontal line and it creates a line from the entire form.
- In mathematics, To make a horizontal line in the entire form the constant function is used.
