Hello everybody, How to formulate a factorial function in COMSOL to build a parametric surface? I need to formulate this function: N!(N-s)! where ''s'' is a variable. I used the formulas: factorial(N)xfactorial(N-s) and prod(1:N)xprod(1:N-s) but both haven't worked! Regards!
↧