algebra

Linear Equation

A linear equation is an equation whose graph is a straight line. In one variable: ax + b = 0. In two variables: ax + by = c.

本术语中文版本即将上线。下方暂以英文原文展示。

A linear equation has variables raised only to the first power and no products of variables. In one variable, ax+b=0ax + b = 0 has the unique solution x=b/ax = -b/a (provided a0a \neq 0).

In two variables, ax+by=cax + by = c describes a straight line in the plane. Common forms:

  • Slope-intercept: y=mx+by = mx + b — easy to graph (slope mm, y-intercept bb).
  • Point-slope: yy1=m(xx1)y - y_1 = m(x - x_1) — easy from a single point.
  • Standard: ax+by=cax + by = c — symmetric, generalises to higher dimensions.

Systems of linear equations are solved by substitution, elimination, or matrix methods (Cramer's rule, Gaussian elimination). Linear equations are the foundation of linear algebra and the simplest models in physics, economics, and machine learning.

相关资源