|
[Date Index]
[Thread Index]
[Author Index]
How to transform a functional expression into a general expression
- To: mathgroup at smc.vnet.net
- Subject: [mg119778] How to transform a functional expression into a general expression
- From: sigismond kmiecik <sigismond.kmiecik at wanadoo.fr>
- Date: Tue, 21 Jun 2011 08:35:58 -0400 (EDT)
Hello to all
I will take a simple example.
How can you easily transform using Mathematica the following functional
expression
y = 3/2 x + 1
into its general equivalent:
3 x - 2 y + 2 = 0
This general form exists because
y == 3/2 x + 1 // FullSimplify
returns True.
Is the answer given valid whatever the complexity of the initial
equality expression known to be true (with up to three unknown variables).
Thanks
Sigismond Kmiecik
Prev by Date:
Re: Meshshading
Next by Date:
pairing values from a list
Previous by thread:
Re: random financial portfolios
Next by thread:
Re: How to transform a functional expression into a general expression
|