I don't now how ... If I enter: fricas (1) -> expr:= 3*x
Type: Polynomial(Integer)
fricas f(x) == expr Type: Void
fricas f(5) fricas Compiling function f with type PositiveInteger -> Polynomial(Integer )
Type: Polynomial(Integer)
I get an output of ; I would like an output of 15. Is there a way to do it right? #150 To create a function from an expresion (new) --Martin Rubey, Thu, 28 Apr 2005 11:49:58 -0500 reply fricas )clear all
Type: Polynomial(Integer)
fricas function(expr,
Type: Symbol
fricas f(5) fricas Compiling function f with type PositiveInteger -> PositiveInteger
Type: PositiveInteger?
Martin Status: open => closed |