Ask Your Question
0

Simplify multiplication of SQRT()s

asked 12 years ago

kirill_igum gravatar image

updated 12 years ago

sage: a=var('a')               
sage: b=var('b')
sage: sqrt(1/(a*b))*sqrt(a/b)
sqrt(a/b)*sqrt(1/(a*b))
sage: (1/(a*b))*(a/b)        
b^(-2)

to simplify, the expressions under the square root have to be brought together. This is not happening. Is there any workaround?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 12 years ago

Shashank gravatar image

This question has been answered before. Please have a look at this

http://ask.sagemath.org/question/222/...

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: 584 times

Last updated: Apr 27 '12