Skip to main content

Day 22 Microsoft AI Math | Arduino

Linear Equations
y=mx+b
m slope
and b coefficient

System of Equations

x+y =10
2x+5y=34

one of the easiest way is to find intersection point, if you substitute x n y as 0 and plot you will get the intersection.

another way is to add the 2 equations both eliminating x or y and getting the point of intersection.

Comments