Re: Simplifying in Mathematica



330006@xxxxxxxxx wrote:
I have a function which is a sum of many terms which look like this:

(2*(B-b)^2 - 2*(A-a)*c*d^2)/(4*b^2*(1-c*2)*d^2)

I think the function is actually equal to 0, but I have a hard time in
trying to simplify it in Mathematica. Any ideas or commands I should
try?

Thanks a lot!

Not knowing the real expression, I can only guess. If the function is a sum of rational expression, it will be equal to zero if its numerator is itself equal to zero. So you could start by extracting the numerator of the function and from there try to simplify it further (Simplify, Expand, PowerExpand, and the like).

In[1]:=
expr = (2*(B - b)^2 - 2*(A - a)*c*d^2)/(4*b^2*(1 - c*2)*d^2)

Out[1]=
2 2
2 (-b + B) - 2 (-a + A) c d
-----------------------------
2 2
4 b (1 - 2 c) d

In[2]:=
Numerator[expr]

Out[2]=
2 2
2 (-b + B) - 2 (-a + A) c d

Regards,
Jean-Marc
.



Relevant Pages

  • Re: Are There Unresolver Foundational Issues With GR
    ... the function we divide by is zero for r=2M, ... That's because you use Christoffel symbols for your calculations. ... which remarkably simplify to the following (denoting the r-derivatives ... spherical symmetry in Schwarzschild coordinates implies independence ...
    (sci.physics.relativity)
  • Re: Challenge
    ... the formula to return a zero if FALSE. ... so you should simplify to ... lookup function. ... which your original formula skips. ...
    (microsoft.public.excel.worksheet.functions)
  • Re: Simplifying in Mathematica
    ... pick random integers for B, b, A, a, c,d. ... If it is zero when evaluated, perhaps the function is identically zero. ... You can also do the evaluation in a finite field. ... trying to simplify it in Mathematica. ...
    (sci.math.symbolic)
  • Re: cos series
    ... and then use the sum of a geometric series to evaluate the inner term ... What does 'simplify' mean? ... One of the product terms in the result will be zero for these values. ...
    (sci.math)
  • Re: remove negative indices
    ... I am trying to as a fraction without negative indices and simplify ... the numerator and denominator have a common factor. ...
    (sci.math)