Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Path: pub / 1-101 / 48.sagews
Views: 168738
Image: ubuntu2004
var('a b c') d0 = {a:1,b:2,c:x} d1 = dict(a = 1,b = 2,c = x) (a.subs(d0) + b == c).subs(d0);(a.subs(d1) + b == c).subs(d1)
3 == x b + 1 == c
d0;d1
{a: 1, c: x, b: 2} {'a': 1, 'c': x, 'b': 2}