Message Boards Message Boards

0
|
3142 Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Get detailed step by step operations of a Factoring?

Posted 5 years ago

In the below example:

In[41]:= Factor[((1/x - 1) (1/x + 1))/((x - 1) (1/x + 1))]
Out[41]= -(1/x)

I need Mathematica to provide a trace of each operation taken to get to the result (possibly with the associated rule but not mandatory).

In another software it is possible to do that with the command:

explain(factorExpr(((1/x - 1) (1/x + 1))/((x - 1) (1/x + 1))))

How can I do the same thing with Mathematica?

POSTED BY: LV VS
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract