Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168733
Image: ubuntu2004
var('x y') e1 = x + y == 3 e2 = x - y == 1 e3 = 3 * x - y == 5 solve([e1,e2,e3],x,y)
[[x == 2, y == 1]]