A85: Re: even + odd functions


[Prev][Next][Index][Thread]

A85: Re: even + odd functions





-----Original Message-----
From: Robby Gutmann <gutmann@planet-connect.com>
To: assembly-85@lists.ticalc.org <assembly-85@lists.ticalc.org>
Date: Wednesday, September 03, 1997 8:32 PM
Subject: A85: even + odd functions



>For some reason my math teacher is having this major Algebra nostalgia
>thing, and i was wondering if anyone out there has a program, assembly or
>BASIC, that found if a function is even or odd; on some of those big ones,
>it's a pain to go through and do the f(-x) test.  Or if anyone could give
me
>some quick hints on how i might go about programming one (BASIC please, i
>don't know assembly), that would be cool, too.


Just graph the function and see if it is symmetric about the y axis.  If
so.. it is even.  If it is symmetric about the y=x axis, it is od...  Much
simpler than writing a prg.

Rob Isaacs


Follow-Ups: