Log in to edit a copy.
Download.
Other published documents...
1101 MrG What is a 2D System
2804 days ago by MATH4R2013
#1) 2x+y=5, 4x+6y=12 find the POI! var('y') solve([2*x+y==5,-4*x+6*y==12],x,y)
plot([-2*x+5,2*x/3+2],0,2)