powered by
Substitute a value for a variable and return a multipol of arity d-1
d-1
put(a, i, value, keep = TRUE)
multipol
Dimension to substitute
value to substitute for x[i]
x[i]
Boolean with default TRUE meaning to retain singleton dimensions and FALSE meaning to drop them
TRUE
FALSE
Robin K. S. Hankin
deriv.multipol
a <- as.multipol(matrix(1:12,3,4)) put(a,1,pi) put(a,2,pi) b <- as.multipol(array(1:12,c(3,2,3))) put(b,2,pi,TRUE) put(b,2,pi,FALSE)
Run the code above in your browser using DataLab