|
-
Feb 14th, 2002, 06:27 PM
#1
Thread Starter
Fanatic Member
f(x)?
what is f(x)? I noticed it's a function, but can anyone explain it to me? What am I suppose to do with f(x)=79x+y+7z; or something like that? How to graph that onto a real number line?

prog_tom
JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
http://physics.sviesoft.com/forum
-
Feb 14th, 2002, 06:57 PM
#2
Fanatic Member
Re: f(x)?
Originally posted by prog_tom
what is f(x)? I noticed it's a function, but can anyone explain it to me? What am I suppose to do with f(x)=79x+y+7z; or something like that? How to graph that onto a real number line?
f(x) is a user defined function, with parameter x. You could equally have g(x), k(x), p(z), mFunc(s, t)... You define the function, and the parameters.
The actual function you specified would have three parameters, as it contains x, y and z variables. So:
f(x, y, z)=79x+y+7z
You can then say f(1,2,4) = 109, as 79*1 + 2 + 7 * 4 = 109.
Digital-X-Treme
Contact me on MSN Messenger: [email protected]
[VBCODE]Debug.Print Round(((1097) - ((55 ^ 5 + 311 ^ 3 - 11 ^ 3) _
/ (68 ^ 5))) ^ (1 / 7), 13)[/VBCODE]
-
Feb 15th, 2002, 06:53 AM
#3
Hyperactive Member
the function that he specified is not necessarily f(x,y,z)
f(x) simply says that it's a function which has x as a dependant
variable.
f(x) = 79x+y+7z, z and y could be constants if it's a function
with respect to x
Bababooey
Tatatoothy
Mamamonkey
-
Feb 15th, 2002, 09:39 AM
#4
Fanatic Member
Originally posted by noble
the function that he specified is not necessarily f(x,y,z)
f(x) simply says that it's a function which has x as a dependant
variable.
f(x) = 79x+y+7z, z and y could be constants if it's a function
with respect to x
Yeah, possibly, but generally, letters nearer the end of the alphabet are used as variables i.e. x, y, z, while letters such as A, B, C are used to represent constants.
Digital-X-Treme
Contact me on MSN Messenger: [email protected]
[VBCODE]Debug.Print Round(((1097) - ((55 ^ 5 + 311 ^ 3 - 11 ^ 3) _
/ (68 ^ 5))) ^ (1 / 7), 13)[/VBCODE]
-
Feb 15th, 2002, 09:48 AM
#5
Hyperactive Member
the reason why i said that y and z are constants is because
f(x) itself is also a variable.... usually y
if f(x) is a variable which depends on x, then if f(x) = y or z
it's odd for it to be expressed in terms of y and z
Bababooey
Tatatoothy
Mamamonkey
-
Feb 16th, 2002, 12:40 AM
#6
Frenzied Member
Re: f(x)?
Originally posted by prog_tom
what is f(x)? I noticed it's a function, but can anyone explain it to me? What am I suppose to do with f(x)=79x+y+7z; or something like that? How to graph that onto a real number line?
There are 4 variables in that equation. Im only in grade 10 math, but without knowing some more of those values, i don't think its a valid equation for a line (linear relation).
You just proved that sig advertisements work.
-
Feb 16th, 2002, 08:49 AM
#7
Lively Member
I believe f(x) = "whatever" is what is called the relation of a recursively defined function.
ALong with the relations there should be what is called stopping conditions such as f(1) = 0 and f(0) = 0.
an anology of this would be the towers of hanoi puzzle where the stopping condition is Hanoi(1) = 1, the relation being hanoi(x) = (2^x) -1
-
Feb 16th, 2002, 10:06 AM
#8
Hyperactive Member
Darthy, You are confusing yourself.
If f(x) is defined as
f(x) = 4x + 3x^2 + 1
then it is not a recursive function.
f(x) = 4*f(x-1) is a recursive function.
-
Feb 16th, 2002, 11:24 AM
#9
Fanatic Member
There seems to be a lot of confusion in this thread. Look here for additional information on functions, notation etc. http://mathworld.wolfram.com/Function.html
Digital-X-Treme
Contact me on MSN Messenger: [email protected]
[VBCODE]Debug.Print Round(((1097) - ((55 ^ 5 + 311 ^ 3 - 11 ^ 3) _
/ (68 ^ 5))) ^ (1 / 7), 13)[/VBCODE]
-
Feb 16th, 2002, 03:39 PM
#10
Lively Member
My aplogies ThinkTank, you are correct.
It's a long time since I have studied computer science!!!!
Like your example illistrates a recursive function is one that although looks as though it is defined in terms of itself, it is in fact defined by a simpler version of themselves (stopping condition).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|