Thread: simultaneous equation calculator...

  1. #1
    Registered User
    Join Date
    Aug 2003
    Posts
    2

    Question simultaneous equation calculator...

    Does anyone know how to type the format specifiers for the output of a typical simultaneous equation calculator program?

    i.e

    c = ax + by
    f = dx + ey

    x = (ce - bf) / (ae - bd)
    y = (af - cd) / (ae - bd)

    The input is alright, I just can't get the output right.

  2. #2
    carry on JaWiB's Avatar
    Join Date
    Feb 2003
    Location
    Seattle, WA
    Posts
    1,972
    Um...be more specific...maybe post some code...
    "Think not but that I know these things; or think
    I know them not: not therefore am I short
    Of knowing what I ought."
    -John Milton, Paradise Regained (1671)

    "Work hard and it might happen."
    -XSquared

  3. #3
    Registered User
    Join Date
    Aug 2003
    Posts
    2

    Talking got it working

    Nevermind, it works now. Sweet as.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 15
    Last Post: 11-04-2006, 04:06 AM
  2. GUI Calculator - Critique
    By The Brain in forum Windows Programming
    Replies: 1
    Last Post: 02-25-2006, 04:39 AM
  3. Calculator + LinkedList
    By maro009 in forum C++ Programming
    Replies: 20
    Last Post: 05-17-2005, 12:56 PM
  4. Need help with calculator program
    By Kate in forum C# Programming
    Replies: 1
    Last Post: 01-16-2004, 10:48 AM
  5. IDEA: Equation solver
    By Magos in forum Contests Board
    Replies: 2
    Last Post: 01-07-2003, 11:46 AM