Re: help
[Prev][Next][Index][Thread]
Re: help
On Mon, 22 Jun 1998 21:34:34 GMT, brick <shfty@hotmail.com> wrote:
>Could any one please tell me how to square a sin , cos or tan , , I
>attemtp to graph equations like sin x cos^2-sin x and i get an error
>where the square "^2" is .
Easy... you have to write sin x*(cos x)^2, or (sin x)*(cos x)^2 - it
depends on wether sin/cos or multiplication has the highest priority,
i.e. which is dealt with first.
Niklas Brunlid - http://www.efd.lth.se/~e96nbr
PQF Quote follows:
"Growl, growl."
-- Gaspode the wonder dog
(Terry Pratchett, Moving Pictures)
References:
- help
- From: brick <shfty@hotmail.com>