Results 1 to 12 of 12

Thread: Maths in plain C++

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    85
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Maths in plain C++

    Sure - it is. I'm just wondering because I learned that algorithm "officially" the first time at university - not at school. At school we used another technique where you modified the equations to insert them into each other or added / subtracted them to eleminate variables.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Maths in plain C++

    Quote Originally Posted by Codepoet
    Sure - it is. I'm just wondering because I learned that algorithm "officially" the first time at university - not at school. At school we used another technique where you modified the equations to insert them into each other or added / subtracted them to eleminate variables.
    Well... gauss does practicaly the same, just with matrices, doesn't it? Sure it is more advanced in details than pen & paper method but the concept is the same. At least that's what it seems to me -- I'm not an expert on this.

  3. #3
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    85
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Maths in plain C++

    Yes, the underlying operations are the same if you don't insert one equation into another. But that's only another way of adding / subtracting with a multiplication.
    Maybe I just had the wrong math teachers at school

Similar Threads

  1. QTextEdit + paste rich text as plain text only
    By Yong in forum Qt Programming
    Replies: 2
    Last Post: 6th February 2008, 16:45
  2. [QSettings] Why limiting to plain file or registry ?
    By lauranger in forum Qt Programming
    Replies: 8
    Last Post: 13th September 2006, 14:25
  3. QTextEdit API questions (plain text)
    By Gaspar in forum Qt Programming
    Replies: 4
    Last Post: 16th May 2006, 06:03

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.