|
[Date Index]
[Thread Index]
[Author Index]
easy way to represent polynomials (v 7.0)
- To: mathgroup at smc.vnet.net
- Subject: [mg104620] easy way to represent polynomials (v 7.0)
- From: kristoph <kristophs.post at web.de>
- Date: Thu, 5 Nov 2009 03:48:50 -0500 (EST)
Hi,
is there a way to get a "proper" polynomial representation of results
that Mathematica gives?
Here is a "cooked up" example (my actual results in Mathematica a
fairly complicated expressions):
Suppose the result is:
x/(1 + y) + y/x - 1 = 0
I'm looking for something that gives me:
x^2 - x + y^2 = 0
Thanks in advance
Kris
Prev by Date:
Re: ForAll testing equality, and Limit evaluating wrong
Next by Date:
How can I change the default path for the function "Put"?
Previous by thread:
Pattern puzzle
Next by thread:
Re: easy way to represent polynomials (v 7.0)
|