slope_calc
Calculate the slope, intercept, and equation of a line given two points. Enter x and y coordinates to get the line's parameters.
Instructions
Calculate the slope, intercept, and equation of a line between two points.
Parameters:
x1 — X coordinate of first point.
y1 — Y coordinate of first point.
x2 — X coordinate of second point.
y2 — Y coordinate of second point.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| y1 | Yes | ||
| x2 | Yes | ||
| y2 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |