|
-
Feb 27th, 2001, 04:01 PM
#1
Thread Starter
Banned
Is there any way of simplify this?
(a*d - b*c) / (d - c)
-
Feb 27th, 2001, 08:01 PM
#2
Frenzied Member
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.
-
Feb 28th, 2001, 08:49 AM
#3
Frenzied Member
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."
-
Feb 28th, 2001, 04:16 PM
#4
Thread Starter
Banned
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...
-
Feb 28th, 2001, 04:37 PM
#5
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|