Hello everyone,
I want to calculate the following equation.
lowmin = xval - 10*(xmax-xmin);
I want to calculate the following formula, where lowmin, xmax, and xmin are arrays of n rows and one column. But it was wrong.
The code is as follows
Hello,
I did also have some problems at first with this kind of operations. FreeFEM does not support that operation as it needs to store a temporal array in memory to compute the whole operation. You can achieve the same result either with a loop (not recommended) or using other operations which does not need to store data in temporal arrays, for example: