Re: Log Function
- To: mathgroup at smc.vnet.net
- Subject: [mg68224] Re: Log Function
- From: Uwe Ziegenhagen <newsgroup at ziegenhagen.info>
- Date: Sun, 30 Jul 2006 04:47:46 -0400 (EDT)
- Organization: Humboldt Universitaet zu Berlin
- References: <eaa25o$ndl$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Joe wrote: > I am very new so please be gentle. I am attempting to use Mathematica > 5.2 for the first time and I am in trouble already. I want to take the > log of 15. I have tried log[2., 15] and I get an echo. I tried > N[log[2.,15]] I get a buzzer. What am I doing wrong? > > Thanks > Joe > Try Log[2., 15] all commands start with capital letter. Uwe