Results 1 to 5 of 5

Thread: simplification

  1. #1

    Thread Starter
    Banned
    Join Date
    Feb 2001
    Location
    Back to sh*tland
    Posts
    294
    Is there any way of simplify this?

    (a*d - b*c) / (d - c)

  2. #2
    Frenzied Member
    Join Date
    Jul 1999
    Location
    Huntingdon Valley, PA 19006
    Posts
    1,151

    As good as it gets.

    No.
    Live long & prosper.

    The Dinosaur from prehistoric era prior to computers.

    Eschew obfuscation!
    If a billion people believe a foolish idea, it is still a foolish idea!
    VB.net 2010 Express
    64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.

  3. #3
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    I had a look at this yesterday and thought not, but I wasn't certain so I thought I'd keep quiet. Is there a reason you want to make it simpler, or do you just need it in its simplest form?
    Harry.

    "From one thing, know ten thousand things."

  4. #4

    Thread Starter
    Banned
    Join Date
    Feb 2001
    Location
    Back to sh*tland
    Posts
    294
    It's better to tell what is this for.

    Given two lines:

    y = cx + a and y = dx + b

    I saw that:

    x = - (b - a) / (d - c)
    and
    y = (a*d - b*c) / (d - c)

    As these formulas are the basis of other formulas, it would help me a lot if there was a simplification of the second one.
    I supose the two last formulas are correct...

  5. #5
    Frenzied Member
    Join Date
    Jul 1999
    Location
    Huntingdon Valley, PA 19006
    Posts
    1,151

    Okay so far.

    Goodreams: Your equations for x & y are correct.

    I prefer x = (a - b) / (d - c) or x = (b - a) / (c - d), but youir equation is correct as it stands.
    Live long & prosper.

    The Dinosaur from prehistoric era prior to computers.

    Eschew obfuscation!
    If a billion people believe a foolish idea, it is still a foolish idea!
    VB.net 2010 Express
    64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width