Thread: Mathematics Odd/Even Functions

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    essence of digital xddxogm3's Avatar
    Join Date
    Sep 2003
    Posts
    589

    Mathematics Odd/Even Functions

    My mathematics book is very poor on it's explinations, so can someone look at my logic and tell me if I understand this correctly. I'm looking for a yes or no.
    Code:
      f(x)=x^3 - x
     
       f(-x)=(-x)^3 - (-x)
     
    	=(-1)^3 (x)^3 + x
     
    	=(-1)(x)^3 + x // since f(x) != f(-x) then not even
     
    	=(-x)^3 + x
     
    	=(-1)(x^3 - x) //odd
     
    	=-f(x)
     
    f(-x) = -f(x) Odd
    Last edited by xviddivxoggmp3; 10-16-2004 at 10:57 PM.
    "Hence to fight and conquer in all your battles is not supreme excellence;
    supreme excellence consists in breaking the enemy's resistance without fighting."
    Art of War Sun Tzu

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Void Functions Help
    By bethanne41 in forum C++ Programming
    Replies: 1
    Last Post: 05-09-2005, 05:30 PM
  2. Functions and Classes - What did I do wrong?
    By redmage in forum C++ Programming
    Replies: 5
    Last Post: 04-11-2005, 11:50 AM
  3. calling functions within functions
    By edd1986 in forum C Programming
    Replies: 3
    Last Post: 03-29-2005, 03:35 AM
  4. Factory Functions HOWTO
    By GuardianDevil in forum Windows Programming
    Replies: 1
    Last Post: 05-01-2004, 01:41 PM
  5. Shell functions on Win XP
    By geek@02 in forum Windows Programming
    Replies: 6
    Last Post: 04-19-2004, 05:39 AM