Showing Intermidate steps
- Subject: [mg2903] Showing Intermidate steps
- From: h9502260 at hkusub.hku.hk (Leung Hing Chau)
- Date: 9 Jan 1996 03:56:41 -0600
- Approved: usenet@wri.com
- Distribution: local
- Newsgroups: wri.mathgroup
- Organization: The University of Hong Kong
- Sender: mj at wri.com
Once I want to write a Mathematica program which shows all the steps of expanding logrithm, for example, log[x^2*y*z] = log[x^2] + log [y*z] = 2 log[x] +log [y] + log [z] But I find it difficult to express it in Mathematica. Anyone can help?