Visual Simplification
I want to take:
(adc*omP1*omP2)/omZ1)*(-I*2*Pi+
omZ1)/((-I*2*Pi + omP1)*(-I*2*Pi + omP2))
and have it shown as:
adc omP1 omP2 * (-I 2 Pi + omZ1)
------------- --------------
omZ1 (-I 2 Pi + omP1)(-I 2 Pi + omP2)
The * between, for example, -I and 2 or 2 and Pi can be present, but I would like to see the equation in a more simplified form like the second case. I would even like to enter it in this way or at least have a way to convert.
well this did not show up right. The first dotted line should separate adc omP1 omP2 which is the numerator and omZ1 which is the denominator and the second dotted line should separate (-I 2 Pi + omZ1) which is the numerator and then (-I 2 Pi + omP1)(-I 2 Pi + omP2) which is the denominator.
@gjm - what John did is either to highlight the code area and use the 101010 button to indent it, or just indented it by hand. That's the markup to make this happen, as you can see by clicking "edit".