The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
Please vote in the Forum Structure Poll. Polling will close at 2PM EST on January 21, 2025.

simple calc question

AwkAwk Registered User regular
edited April 2009 in Help / Advice Forum
if i have

|y| = |1-t|

can i remove the absolute value from both sides?

Awk on

Posts

  • beefbeef Registered User regular
    edited April 2009
    The modulus is still necessary. Say t=4, then |y| = |-3| = 3.

    beef on
  • theclamtheclam Registered User regular
    edited April 2009
    It depends on what you're application is, but probably not. Usually you have to split it into two different equations for each absolute value.

    1. (y) = (1-t)
    2. (y) = -(1-t)
    3. -(y) = (1-t)
    4. -(y) = -(1-t)

    Of course, since 1. is the same as 4. and 2. is the same as 3., you only have to do two equations here.

    You end up with y=1-t and y=-(1-t).

    theclam on
    rez_guy.png
  • iostreamiostream Registered User regular
    edited April 2009
    Awk wrote: »
    if i have

    |y| = |1-t|

    can i remove the absolute value from both sides?

    Short answer: nope

    iostream on
    The Carrot

    Gugu held out his long carrot and said, "If you call this a carrot, you oppose its reality. If you do not call it a carrot, you ignore the fact. Now what do you wish to call this?"
Sign In or Register to comment.