Post Reply 
Existing CAS commands --> Prime discussion
06-27-2017, 06:59 PM
Post: #6
RE: Existing CAS commands --> Prime discussion
(06-27-2017 01:25 PM)compsystems Wrote:  
(06-27-2017 05:04 AM)parisse Wrote:  as_function_of is more an internal function than something else, it is used by locus to build a function from a construction. For example in an Xcas session enter
a:=1;
b:=a*x+1;
as_function_of(b,a)
Very useful for defining functions within a program
It will not work inside a program, it's designed for locus in the Xcas geometry screen, it is using an internal history mechanism. If you want to build a function from an expression, the right function is unapply.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread



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