Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: School batch program.(math)  (Read 14656 times)

0 Members and 1 Guest are viewing this topic.

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: School batch program.(math)
« Reply #15 on: May 09, 2009, 12:35:06 PM »
I on the other hand am not wasting my time downloading an EXE and grabbing the batch code in 5 minutes when it could simply be given here.
I was trying to dereference Null Pointers before it was cool.

macdad-



    Expert

    Thanked: 40
    Re: School batch program.(math)
    « Reply #16 on: May 09, 2009, 01:50:55 PM »
    We dont even know if its supposed to do what you say its supposed to do, since for one thing it could be a virus(not that we don't trust you its that your kinda stalling about the source code which seems suspicious)
    If you dont know DOS, you dont know Windows...

    Thats why Bill Gates created the Windows NT Family.

    Xenfire



      Rookie

      Thanked: 1
      Re: School batch program.(math)
      « Reply #17 on: May 09, 2009, 04:08:22 PM »
      Agreed.
      We can't help you here unless you post the source code.
      How else are we supposed to help you our if we can't see if you have any problems?
      Plus you only have 2 posts, so you aren't trusted much.

      Helpmeh



        Guru

      • Roar.
      • Thanked: 123
        • Yes
        • Yes
      • Computer: Specs
      • Experience: Familiar
      • OS: Windows 8
      Re: School batch program.(math)
      « Reply #18 on: May 09, 2009, 04:09:30 PM »
      I trust this person less than anyone on /b/.
      Where's MagicSpeed?
      Quote from: 'matt'
      He's playing a game called IRL. Great graphics, *censored* gameplay.

      Xenfire



        Rookie

        Thanked: 1
        Re: School batch program.(math)
        « Reply #19 on: May 09, 2009, 04:11:40 PM »
        i trust /b/ with my life
        Like that time they told me to delete system32

        Helpmeh



          Guru

        • Roar.
        • Thanked: 123
          • Yes
          • Yes
        • Computer: Specs
        • Experience: Familiar
        • OS: Windows 8
        Re: School batch program.(math)
        « Reply #20 on: May 09, 2009, 04:24:22 PM »
        i trust /b/ with my life
        Like that time they told me to delete system32
        I was told that I should type FORMAT C: on the command prompt once...
        Where's MagicSpeed?
        Quote from: 'matt'
        He's playing a game called IRL. Great graphics, *censored* gameplay.

        Geek-9pm


          Mastermind
        • Geek After Dark
        • Thanked: 1026
          • Gekk9pm bnlog
        • Certifications: List
        • Computer: Specs
        • Experience: Expert
        • OS: Windows 10
        Re: School batch program.(math)
        « Reply #21 on: May 09, 2009, 04:28:57 PM »
        The original poet was about  solving a math problem using a computer.

        This sort of thing is sometimes called Algebra Solution Software.
        Did the professor want him to write the program or to find one already written? There are lots ready to use programs. Some with tutorial ans graphics to help teach. Some free. Many not.

        Google Algebra Solution

        cdh473

          Topic Starter


          Greenhorn

          Re: School batch program.(math)
          « Reply #22 on: May 10, 2009, 07:09:56 AM »
          well... i have absolutely NO IDEA how to make one autorun so...yeah..... i couldn't do that even if i wanted to.

          Carbon Dudeoxide

          • Global Moderator

          • Mastermind
          • Thanked: 169
            • Yes
            • Yes
            • Yes
          • Certifications: List
          • Experience: Guru
          • OS: Mac OS
          Re: School batch program.(math)
          « Reply #23 on: May 10, 2009, 07:12:46 AM »
          We didn't say anything about an autorun......

          Geek-9pm


            Mastermind
          • Geek After Dark
          • Thanked: 1026
            • Gekk9pm bnlog
          • Certifications: List
          • Computer: Specs
          • Experience: Expert
          • OS: Windows 10
          Re: School batch program.(math)
          « Reply #24 on: May 10, 2009, 07:48:30 AM »
          Solving an algebra problem is often in two areas:
          1. Some variation of one or more a linear equations.
          2. Solving a quadratic equation, which boils down to factoring.

          The linear equations are rather straight forward.
          The other kind is piratically guessing at the answer.

          The are computer programs that do both.
          Some are free. Many are sold or rented as "Homework Cheats".
          look at this:
          http://www.google.com/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=Tyo&q=Algebra+Cheat+free&btnG=Search

          Some of the great mathematicians felt that building a machine to solve huge t problems was a worthy goal of their study. Does your professor agree with that?

          BC_Programmer


            Mastermind
          • Typing is no substitute for thinking.
          • Thanked: 1140
            • Yes
            • Yes
            • BC-Programming.com
          • Certifications: List
          • Computer: Specs
          • Experience: Beginner
          • OS: Windows 11
          Re: School batch program.(math)
          « Reply #25 on: May 10, 2009, 09:02:46 AM »
          for some reason I'm suddenly reminded of the quadratic formula,

          ax^2 + bx + c = 0

          which can be factored with:

          (-B+-SQR(B^2-4*A*C)/(2*A)

          which can return both X intercepts of a parabola if they exist.

          I was trying to dereference Null Pointers before it was cool.

          Geek-9pm


            Mastermind
          • Geek After Dark
          • Thanked: 1026
            • Gekk9pm bnlog
          • Certifications: List
          • Computer: Specs
          • Experience: Expert
          • OS: Windows 10
          Re: School batch program.(math)
          « Reply #26 on: May 10, 2009, 09:30:16 AM »
          Quote
          for some reason I'm suddenly reminded of the quadratic formula..

          It's all coming back to be now...

          macdad-



            Expert

            Thanked: 40
            Re: School batch program.(math)
            « Reply #27 on: May 10, 2009, 03:05:46 PM »
            He may be saying a completely different problem he wants to solve that may be irrelevant to Algebra.
            If you dont know DOS, you dont know Windows...

            Thats why Bill Gates created the Windows NT Family.

            Geek-9pm


              Mastermind
            • Geek After Dark
            • Thanked: 1026
              • Gekk9pm bnlog
            • Certifications: List
            • Computer: Specs
            • Experience: Expert
            • OS: Windows 10
            Re: School batch program.(math)
            « Reply #28 on: May 10, 2009, 03:29:00 PM »
            Quote
            We talked about it then she said she needed a program that actually figures out the solution to an equation, for example,
            10x+10=10+10.
            This is what he first posted. It was to solve an equation where some values are know, but one item remains unknown.
            x= (10+10) /(10+10)      is a match problem. Only one X by itself.
            10x+10=10+10               is an algebra problem. X is not by itself.
            x = (10+10)/10x+10)      is an algebra problem. More than one X




            Helpmeh



              Guru

            • Roar.
            • Thanked: 123
              • Yes
              • Yes
            • Computer: Specs
            • Experience: Familiar
            • OS: Windows 8
            Re: School batch program.(math)
            « Reply #29 on: May 10, 2009, 03:31:16 PM »
            This is what he first posted. It was to solve an equation where some values are know, but one item remains unknown.
            x= (10+10) /(10+10)      is a match problem. Only one X by itself.
            10x+10=10+10               is an algebra problem. X is not by itself.
            x = (10+10)/10x+10)      is an algebra problem. More than one X




            (10x+10)
            Where's MagicSpeed?
            Quote from: 'matt'
            He's playing a game called IRL. Great graphics, *censored* gameplay.