First time here? Check out the FAQ!

Ask Your Question
0

Visual Simplification

asked 12 years ago

gjm gravatar image

updated 12 years ago

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.

Preview: (hide)

Comments

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 gravatar imagegjm ( 12 years ago )

@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".

kcrisman gravatar imagekcrisman ( 12 years ago )

1 Answer

Sort by » oldest newest most voted
1

answered 12 years ago

calc314 gravatar image

You can use LaTeX in a text cell for beautiful formatting. Often, you can get similar formatting in the notebook without LaTeX by using the show command. For example, try:

var('x y z')
show(x*y/(x+3*z))
Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 12 years ago

Seen: 935 times

Last updated: Aug 14 '12