Tagged Questions
1
vote
1answer
62 views
Match and replace subexpression
I would like to replace the expresion $(n1-1)$ to $z1$ in following:
In[1] := 2*n1*p[n1-1,n2]
Out[1] := 2*(z1+1)*p[z1,n2]
I have tried ...
10
votes
1answer
178 views
Transform an expression into a graph that can be plotted with TreeGraph (not TreeForm)
I would like to plot an expression (like TreeForm does), but using the new TreeGraph functionality.
...
1
vote
3answers
243 views
How to manipulate nested expressions?
I have the following expression, only slightly complicated, and I'd like to do two things:
Plot the elements of the lists (though messy, all are in the same
...