FeResPost Web Site                     FeResPost Online User Manual

I.4.7.4 Division operator

The division operator can be used as follows:

z = xy.

In the last expression x can have any tensorial order. The tensorial order of the returned Result z is identical to the tensorial order of x. The argument y can be either a scalar Result object, or a real value.

Complex Results are partially supported by the division operator. The limitations of the operator for complex arguments are the same as for the multiplication operator.