Skip to content

Equality of symbolic expressions inside matrix #14277

@pipedream

Description

@pipedream

From https://groups.google.com/forum/?fromgroups=#!topic/sage-devel/d25Dkwc0loA

sage: f = x*(x+1)
sage: g = x^2 + x
sage: bool(f == g)
True
sage: bool([f] == [g])
True
sage: bool(matrix([f]) == matrix([g]))
False

Component: symbolics

Keywords: equality, simplify, matrix

Issue created by migration from https://trac.sagemath.org/ticket/14277

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions