Skip to content

Make evaluation possible for 'hold' objects #10034

Closed
@kcrisman

Description

@kcrisman

See #9879, where it is now possible to 'hold' a symbolic expression:

sage: a = (pi/12).tan(hold=True)
sage: a
tan(1/12*pi)

However, without going through Maxima and a.simplify(), it isn't clear how to get the actual answer for this. Either by changing simplify() to try simplifying through Pynac first, or by adding something like an a.eval() method, we should make that possible without Maxima.

CC: @eviatarbach @paulmasson

Component: symbolics

Author: Eviatar Bach, Ralf Stephan

Branch/Commit: 6e4c716

Reviewer: Paul Masson

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions