Post Reply 
What's the function of a function variable's function?
10-29-2014, 02:18 PM (This post was last modified: 10-29-2014 02:19 PM by Han.)
Post: #2
RE: What's the function of a function variable's function?
You can find more info by looking at the documentation for xcas/giac.

There isn't anything special about a variable whose content is a function. It's supposed to reflect a mathematical function. So you can create functions by simply using the form:

function_name(var_name):= <expression in terms of var_name>;

This is typical for any CAS. The CAS also knows how to handle functional algebra. So you can define two functions f(x) and g(t) and ask the CAS to compute h:=f+g, and then use compute, say, h(3).

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: What's the function of a function variable's function? - Han - 10-29-2014 02:18 PM



User(s) browsing this thread: 2 Guest(s)