hello
I need a recursive datastructure for a multivariate polynomial in aldor
1.0.2 (without algebra).
Something like:
Record(variable:String,List(Record(exponent:MachineInteger,factor:Union(%,fa
ct:Integer))))
I am not able to compile a new function, like new("x",2,5) - any idea?
mfg
helmut