Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Simultaneuos Equation
Name: wolfboy Date: June 4, 2009 at 15:56:27 Pacific OS: Windows Vista Subcategory: General
Comment:
How do I create a program to Solve Simulataneuos Equations?
Name: dtech10 Date: June 5, 2009 at 14:44:46 Pacific
Reply:
Hi Wolfboy
I have a old BBC Basic book (god I getting old) which as two programs on solving simultanous equations in two unknowns and three unknowns. If they might help send me an email.
Summary: /* I don't know much c programming, but i'm using MS visual c++ 6.0, and my problem is with basic c programming. I have these variables: */ double k=.987645642, m=5.657897456; double x=5.65465, y=54...