proving two formula are same each other!
Dave Angel
d at davea.name
Tue Nov 1 08:17:30 EDT 2011
On 11/01/2011 08:03 AM, pyman wrote:
> hello, I need some idea to prove two formula is same. if N = 3, these
> formula are same each other. each formula has 3 input . To prove this,
> drawing shape or anything would be possible. how can I do this? please
> give me your idea!
>
> for example:
> N = 1 : formula1 has a, b, c input value, formula2 has d, e, f input
> value and each formula's output are different.
> N = 2 : formula1 has a, b, c input value, formula2 has d, e, f input
> value and each formula's output are different.
> N = 3 : formula1 has a, b, c input value, formula2 has d, e, f input
> value and each formula's output are SAME.
>
> Wonjun, Choi
Python doesn't have formulae, it has functions and methods. So you have
to describe more completely what kind of formula you have, math,
physics, chemistry? And how is one different than the next? And how
can a formula with 3 input use four values, N, a,. b, and c ?
Please be more specific, and maybe somebody can help.
--
DaveA
More information about the Python-list
mailing list