> I ==> Integer
> UPLY(var) ==> UnivariatePolynomial(var, Expression(I))
> TAY(var) ==> UnivariateTaylorSeries(Expression(I), var, 0)
> ...
> polynomial9(s: TAY(X)): UPLY(X) == univariatePolynomial(s, 9)
> 
> The above function polynomial9 should be parameterized by X (the name
> of the variable, of type Symbol).

And where does the variable X come from?

My impression is that you just want an abbreviation of the following form

polynomial9(s) ==> univariatePolynomial(s, 9)

which is a simple macro. Wouldn't that suffice? Why do you need a
"function"?

Ralf

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/9ed05a01-0927-64f5-4453-9718862cffe1%40hemmecke.org.

Reply via email to