Tagged Questions
3
votes
1answer
159 views
Quick way to invert a fraction
Over the years of using Mathematica, I find myself doing something along the lines of rewriting this:
$\frac{[A^-_F]}{[A^-_U] + \frac{[H^+][A^-_U]}{\kappa_1}}$
as this:
$\frac{[A^-_U] + ...
9
votes
2answers
691 views
How to improve the typesetting of mathematical contents
Until I started diving into Mathematica, I was not using much computer software for symbolic computation. I did my analysis by hand on blank sheets, the calculations using Python or MATLAB, and the ...