Top "Linear-equation" questions

An algebraic equation of the form y = mx+b

Solving a linear equation

I need to programmatically solve a system of linear equations in C, Objective C, or (if needed) C++. Here's an …

math linear-algebra system linear-equation
Solving a system of linear equations in a non-square matrix

I have a system of linear equations that make up an NxM matrix (i.e. Non-square) which I need to …

math matrix linear-algebra linear-equation
How can I solve a system of linear equations in Excel?

I have a system of 22 linear equations (exactly 22 equations and 22 unknowns) which are dynamically generated in an Excel spreadsheet. Is …

excel math matrix linear-equation
Linear fitting in python with uncertainty in both x and y coordinates

Hi I would like to ask my fellow python users how they perform their linear fitting. I have been searching …

python curve-fitting linear-equation
linear equation java

I am trying to convert the equation below into programming code. The purpose is to find the intersecting point of …

java linear-equation