Rank: Newbie
Groups: Registered, Registered Users Joined: 11/16/2010(UTC) Posts: 1
|
Hi, what function I must use for powering with non constant index (e.g. I want C^(H/L))? With using Power() the error offer: "This variable or expression must contain only constant data."...
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers, Unverified Users Joined: 10/28/2004(UTC) Posts: 3,111 Location: Perth, Western Australia
Was thanked: 16 time(s) in 16 post(s)
|
This was the subject of a discussion from a long time ago.... Somewhere on the forum the solution was posted but the search function seems to be playing up just at the moment, so wherever it is posted, the answer goes along the lines of: Code:
base:=C;
exponent:=H/L;
{plot}
exp(exponent*log(base));
wabbit [:D]
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.