Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion LISP - 2 exponent 0 = 1
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Thomas Stegen  
View profile  
 More options Sep 17 2002, 3:58 am
Newsgroups: comp.lang.lisp
From: Thomas Stegen <tste...@cis.strath.ac.uk>
Date: Tue, 17 Sep 2002 08:58:20 +0100
Local: Tues, Sep 17 2002 3:58 am
Subject: Re: LISP - 2 exponent 0 = 1

ilias wrote:
> Thien-Thi Nguyen wrote:

>> ilias <at_n...@pontos.net> writes:

>>> explain.

>> done.  understand.

>> thi

> your explanation.

> was not for me.

> it was for you.

You cannot multiply apples with apples. Here is
a more mathematical explanation. ^ is the expt
operator.

a^b / a^c = a^(b - c)   Check this one for yourself
                         if you don't believe me

a^0 = a^(b - b)         b = c since they must subtract
                         to zero

     = a^b / a^b         A number divided by itself is always 1

     = 1

This is not a proof untill you prove the first equation.
That has been done time and time again though and is very
intuitive so that should be no problem.

HTH.

--
Thomas Stegen


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.